Teach endermen how to take mycelium

This commit is contained in:
Wuzzy 2020-07-10 18:03:46 +02:00
parent 255893707b
commit ec660d73c9
1 changed files with 1 additions and 1 deletions

View File

@ -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},