Set list of nodes which can be taken by endermen
This commit is contained in:
parent
d87013041f
commit
ca01259b59
8 changed files with 17 additions and 16 deletions
|
@ -41,7 +41,7 @@ minetest.register_node("mcl_nether:netherrack", {
|
|||
stack_max = 64,
|
||||
tiles = {"mcl_nether_netherrack.png"},
|
||||
is_ground_content = true,
|
||||
groups = {pickaxey=1, building_block=1, material_stone=1},
|
||||
groups = {pickaxey=1, building_block=1, material_stone=1, enderman_takable=1},
|
||||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||
_mcl_blast_resistance = 2,
|
||||
_mcl_hardness = 0.4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue