Skip to content

Commit 1a2787b

Browse files
committed
Replace footsteps texture
1 parent 92db854 commit 1a2787b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

mods/cl_default/init.lua

+4-2
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,10 @@ minetest.register_node(":default:dirt_with_grass", {
559559

560560
minetest.register_node(":default:dirt_with_grass_footsteps", {
561561
description = S("Dirt With Grass and Footsteps"),
562-
tiles = { "grass_footsteps.png", "mud.png", "grass_side.png" },
563-
-- TODO find better texture here?
562+
tiles = {
563+
default.modernize.fix_textures and "grass_footsteps.png" or "grass_footsteps_old.png",
564+
"mud.png", "grass_side.png"
565+
},
564566
groups = { dirt = 2, not_in_creative_inventory = 1 },
565567
drop = "default:dirt",
566568
sounds = default.node_sound.grass,
-79 Bytes
Loading
771 Bytes
Loading

0 commit comments

Comments
 (0)