Falling anvils now hurt players
Also fix depends of mcl_wip
This commit is contained in:
parent
4300795837
commit
14e61a5958
3 changed files with 66 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
local anvildef = {
|
||||
groups = {cracky=1, falling_node=1, deco_block=1},
|
||||
groups = {cracky=1, falling_node=1, deco_block=1, anvil=1},
|
||||
tiles = {"mcl_anvils_anvil_top_damaged_0.png^[transformR90", "mcl_anvils_anvil_base.png"},
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
|
@ -42,3 +42,5 @@ minetest.register_craft({
|
|||
{ "mcl_core:iron_ingot", "mcl_core:iron_ingot", "mcl_core:iron_ingot" },
|
||||
}
|
||||
})
|
||||
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()).."/falling_anvil.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue