From ecce6e27c955427f859a91f0047605f7875488e9 Mon Sep 17 00:00:00 2001 From: Treer Date: Sat, 13 Mar 2021 16:40:55 +1100 Subject: [PATCH] #42 make lava crust walkable Fixes issue #42 - mobs not being able to walk on lava_crust --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index eadac0e..3205783 100644 --- a/nodes.lua +++ b/nodes.lua @@ -529,7 +529,7 @@ minetest.register_node("nether:lava_crust", { paramtype = "light", light_source = default.LIGHT_MAX - 3, buildable_to = false, - walkable_to = true, + walkable = true, is_ground_content = true, drop = { items = {{