mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-07-06 18:46:53 -06:00
core -> minetest and fix some formating/style (#16)
Co-authored-by: Sheriff_U3 <sheriff_u3@noreply.codeberg.org>
This commit is contained in:
+4
-6
@@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
core.register_craft({
|
||||
output = "spacesuit:helmet",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
||||
@@ -9,7 +7,7 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
core.register_craft({
|
||||
output = "spacesuit:chestplate",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:mese", "default:steel_ingot"},
|
||||
@@ -18,7 +16,7 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
core.register_craft({
|
||||
output = "spacesuit:pants",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "wool:white", "default:steel_ingot"},
|
||||
@@ -27,7 +25,7 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
core.register_craft({
|
||||
output = "spacesuit:boots",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "wool:white", "default:steel_ingot"},
|
||||
|
||||
Reference in New Issue
Block a user