update castles, boost_cart, and moreores.

This commit is contained in:
Vanessa Ezekowitz
2017-03-27 08:33:49 -04:00
parent 97f7566fa4
commit 48bad2ca76
6 changed files with 25 additions and 24 deletions

View File

@@ -157,6 +157,7 @@ minetest.register_node("anvil:anvil", {
end
if (listname=='input'
and(stack:get_wear() == 0
or minetest.get_item_group(stack:get_name(), "not_repaired_by_anvil") ~= 0
or stack:get_name() == "technic:water_can"
or stack:get_name() == "technic:lava_can" )) then