#42 make lava crust walkable

Fixes issue #42 - mobs not being able to walk on lava_crust
This commit is contained in:
Treer 2021-03-13 16:40:55 +11:00
parent 3f4b014298
commit ecce6e27c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {{