add shields? dependency

This commit is contained in:
tenplus1 2021-04-10 19:15:22 +01:00
parent c725e2d36a
commit f837d152c5
2 changed files with 3 additions and 0 deletions

View File

@ -4,5 +4,6 @@ farming?
ethereal? ethereal?
moreores? moreores?
3d_armor? 3d_armor?
shields?
xanadu? xanadu?
mobs? mobs?

View File

@ -180,4 +180,6 @@ if minetest.get_modpath("xanadu") then
add_tool("xanadu:chestplate_ccrystal", "ethereal:crystal_ingot", 8) add_tool("xanadu:chestplate_ccrystal", "ethereal:crystal_ingot", 8)
add_tool("xanadu:leggings_ccrystal", "ethereal:crystal_ingot", 7) add_tool("xanadu:leggings_ccrystal", "ethereal:crystal_ingot", 7)
add_tool("xanadu:boots_ccrystal", "ethereal:crystal_ingot", 4) add_tool("xanadu:boots_ccrystal", "ethereal:crystal_ingot", 4)
add_tool("3d_armor:boots_nyan", "nyancat:nyancat_rainbow", 4)
add_tool("3d_armor:helmet_watercrystal", "ethereal:crystal_ingot", 5)
end end