add shields? dependency
This commit is contained in:
parent
c725e2d36a
commit
f837d152c5
@ -4,5 +4,6 @@ farming?
|
|||||||
ethereal?
|
ethereal?
|
||||||
moreores?
|
moreores?
|
||||||
3d_armor?
|
3d_armor?
|
||||||
|
shields?
|
||||||
xanadu?
|
xanadu?
|
||||||
mobs?
|
mobs?
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user