forked from VoxeLibre/VoxeLibre
Teach endermen how to take mycelium
This commit is contained in:
parent
255893707b
commit
ec660d73c9
|
@ -379,7 +379,7 @@ minetest.register_node("mcl_core:mycelium", {
|
|||
tiles = {"mcl_core_mycelium_top.png", "default_dirt.png", {name="mcl_core_mycelium_side.png", tileable_vertical=false}},
|
||||
is_ground_content = true,
|
||||
stack_max = 64,
|
||||
groups = {handy=1,shovely=1, dirt=2,spreading_dirt_type=1, building_block=1},
|
||||
groups = {handy=1,shovely=1, dirt=2,spreading_dirt_type=1, enderman_takable=1, building_block=1},
|
||||
drop = 'mcl_core:dirt',
|
||||
sounds = mcl_sounds.node_sound_dirt_defaults({
|
||||
footstep = {name="default_grass_footstep", gain=0.4},
|
||||
|
|
Loading…
Reference in New Issue