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
|
@ -53,7 +53,7 @@ minetest.register_node("mcl_tnt:tnt", {
|
|||
sunlight_propagates = true,
|
||||
_doc_items_longdesc = string.format("An explosive device. When it explodes, it will hurt living beings, destroy blocks around it, throw blocks affected by gravity all over the place and light fires. A single TNT has an explosion radius of %d. With a small chance, blocks may drop as an item (as if being mined) rather than being destroyed. TNT can be ignited by tools, explosions, fire, lava and redstone signals.", TNT_RANGE),
|
||||
_doc_items_usagehelp = "Place the TNT on the ground and ignite it with one of the methods above. Quickly get in safe distance quickly. The TNT will start to be affected by gravity and explodes in 4 seconds.",
|
||||
groups = { dig_immediate = 3, tnt = 1, },
|
||||
groups = { dig_immediate = 3, tnt = 1, enderman_takable=1 },
|
||||
mesecons = {effector = {
|
||||
action_on = tnt.ignite
|
||||
}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue