Move falling anvil handling to other mod

This commit is contained in:
Wuzzy 2018-02-05 17:18:28 +01:00
parent eef6c44e4a
commit d713cd193c
3 changed files with 57 additions and 75 deletions

View file

@ -430,5 +430,3 @@ if minetest.get_modpath("doc") then
doc.add_entry_alias("nodes", "mcl_anvils:anvil", "nodes", "mcl_anvils:anvil_damage_1")
doc.add_entry_alias("nodes", "mcl_anvils:anvil", "nodes", "mcl_anvils:anvil_damage_2")
end
dofile(minetest.get_modpath(minetest.get_current_modname()).."/falling_anvil.lua")