mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-27 19:30:28 +01:00
#42 make lava crust walkable
Fixes issue #42 - mobs not being able to walk on lava_crust
This commit is contained in:
parent
3f4b014298
commit
ecce6e27c9
@ -529,7 +529,7 @@ minetest.register_node("nether:lava_crust", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
light_source = default.LIGHT_MAX - 3,
|
light_source = default.LIGHT_MAX - 3,
|
||||||
buildable_to = false,
|
buildable_to = false,
|
||||||
walkable_to = true,
|
walkable = true,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
drop = {
|
drop = {
|
||||||
items = {{
|
items = {{
|
||||||
|
Loading…
Reference in New Issue
Block a user