mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
fix some indent issues
This commit is contained in:
parent
3465a8ac9d
commit
745bb6d21f
@ -83,25 +83,25 @@ local function register(basename, description, texture)
|
|||||||
-- register recipes
|
-- register recipes
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = nodename_single .. " 16",
|
output = nodename_single .. " 16",
|
||||||
recipe = {
|
recipe = {
|
||||||
{recipe_ingredient}
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = nodename_double .. " 16",
|
|
||||||
recipe = {
|
|
||||||
{recipe_ingredient},
|
|
||||||
{recipe_ingredient}
|
{recipe_ingredient}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = nodename_offset,
|
output = nodename_double .. " 16",
|
||||||
|
recipe = {
|
||||||
|
{recipe_ingredient},
|
||||||
|
{recipe_ingredient}
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = nodename_offset,
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
recipe = {nodename_single},
|
recipe = {nodename_single},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
register("octrng", "Orange Octagon Glass pane", "scifi_nodes_octrng.png")
|
register("octrng", "Orange Octagon Glass pane", "scifi_nodes_octrng.png")
|
||||||
|
Loading…
Reference in New Issue
Block a user