Migrate rainbow armor to axinite
@ -1 +0,0 @@
|
||||
default
|
@ -1,63 +0,0 @@
|
||||
if minetest.get_modpath("shields") then
|
||||
dofile(minetest.get_modpath("rainbow_armor").."/rainbow_shield.lua")
|
||||
end
|
||||
|
||||
--Define Rainbow Armor
|
||||
minetest.register_tool("rainbow_armor:rainbow_helmet", {
|
||||
description = "Rainbow Helmet",
|
||||
inventory_image = "3d_armor_helmet_inv.png",
|
||||
groups = {armor_head=15, armor_heal=12, armor_use=20},
|
||||
wear = 0,
|
||||
})
|
||||
minetest.register_tool("rainbow_armor:rainbow_chestplate", {
|
||||
description = "Rainbow Chestplate",
|
||||
inventory_image = "3d_armor_chestplate_inv.png",
|
||||
groups = {armor_torso=20, armor_heal=12, armor_use=20},
|
||||
wear = 0,
|
||||
})
|
||||
minetest.register_tool("rainbow_armor:rainbow_leggings", {
|
||||
description = "Rainbow Leggings",
|
||||
inventory_image = "3d_armor_leggings_inv.png",
|
||||
groups = {armor_legs=20, armor_heal=12, armor_use=20},
|
||||
wear = 0,
|
||||
})
|
||||
minetest.register_tool("rainbow_armor:rainbow_boots", {
|
||||
description = "Rainbow Boots",
|
||||
inventory_image = "3d_armor_boots_inv.png",
|
||||
groups = {armor_feet=15, armor_heal=12, armor_use=20, physics_speed=1, physics_jump=0.5},
|
||||
wear = 0,
|
||||
})
|
||||
|
||||
|
||||
--Define Rainbow Armor crafting recipe
|
||||
minetest.register_craft({
|
||||
output = "rainbow_armor:rainbow_helmet",
|
||||
recipe = {
|
||||
{"default:nyancat_rainbow", "default:nyancat_rainbow", "default:nyancat_rainbow"},
|
||||
{"default:nyancat_rainbow", "", "default:nyancat_rainbow"},
|
||||
{"", "", ""},
|
||||
},
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "rainbow_armor:rainbow_chestplate",
|
||||
recipe = {
|
||||
{"default:nyancat_rainbow", "", "default:nyancat_rainbow"},
|
||||
{"default:nyancat_rainbow", "default:nyancat_rainbow", "default:nyancat_rainbow"},
|
||||
{"default:nyancat_rainbow", "default:nyancat_rainbow", "default:nyancat_rainbow"},
|
||||
},
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "rainbow_armor:rainbow_leggings",
|
||||
recipe = {
|
||||
{"default:nyancat_rainbow", "default:nyancat_rainbow", "default:nyancat_rainbow"},
|
||||
{"default:nyancat_rainbow", "", "default:nyancat_rainbow"},
|
||||
{"default:nyancat_rainbow", "", "default:nyancat_rainbow"},
|
||||
},
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "rainbow_armor:rainbow_boots",
|
||||
recipe = {
|
||||
{"default:nyancat_rainbow", "", "default:nyancat_rainbow"},
|
||||
{"default:nyancat_rainbow", "", "default:nyancat_rainbow"},
|
||||
},
|
||||
})
|
@ -1,18 +0,0 @@
|
||||
--Define Rainbow shield
|
||||
minetest.register_tool("rainbow_armor:rainbow_shield", {
|
||||
description = "Rainbow Shield",
|
||||
inventory_image = "rainbow_armor_shield_inv.png",
|
||||
groups = {armor_shield=15, armor_heal=12, armor_use=20},
|
||||
wear = 0,
|
||||
})
|
||||
|
||||
|
||||
--Define Rainbow shield crafting recipe
|
||||
minetest.register_craft({
|
||||
output = "rainbow_armor:rainbow_shield",
|
||||
recipe = {
|
||||
{"default:nyancat_rainbow", "default:nyancat_rainbow", "default:nyancat_rainbow"},
|
||||
{"default:nyancat_rainbow", "default:nyancat_rainbow", "default:nyancat_rainbow"},
|
||||
{"", "default:nyancat_rainbow", ""},
|
||||
},
|
||||
})
|
@ -1,13 +0,0 @@
|
||||
# Rainbow armor
|
||||
|
||||
Various features for Axinite server.
|
||||
|
||||
## License
|
||||
|
||||
This mod is licensed under GPL v3.
|
||||
Textures are licensed under the same license as minetest_game.
|
||||
|
||||
## Credits
|
||||
|
||||
License Source Code: Copyright (C) 2013-2018 Stuart Jones - LGPL v2.1
|
||||
Texture are from Sporax.
|
Before Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 647 B |
Before Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 258 B |
Before Width: | Height: | Size: 514 B |
Before Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 707 B |
Before Width: | Height: | Size: 429 B |