crafting older method due backguard compat

main
mckaygerhard 2023-07-13 12:23:40 -05:00
parent 54f9ec26fd
commit 72b33b1bd1
1 changed files with 604 additions and 604 deletions

View File

@ -26,7 +26,7 @@ minetest.register_craft({
output = "marinara:reed_bundle", output = "marinara:reed_bundle",
type = "shapeless", type = "shapeless",
recipe = recipe =
{"marinara:reed", "marinara:reed"} {"marinara:reed", "marinara:reed", "marinara:reed", "marinara:reed"}
}) })
@ -34,7 +34,7 @@ minetest.register_craft({
output = "marinara:reed_bundle", output = "marinara:reed_bundle",
type = "shapeless", type = "shapeless",
recipe = recipe =
{"marinara:reed_root", "marinara:reed_root"} {"marinara:reed_root", "marinara:reed_root", "marinara:reed_root", "marinara:reed_root"}
}) })
@ -287,7 +287,7 @@ minetest.register_craft({
output = "marinara:coastbricks", output = "marinara:coastbricks",
type = "shapeless", type = "shapeless",
recipe = recipe =
{"marinara:coastrock", "marinara:coastrock"} {"marinara:coastrock", "marinara:coastrock", "marinara:coastrock", "marinara:coastrock"}
}) })
@ -296,7 +296,7 @@ minetest.register_craft({
output = "marinara:coastbrick_wall", output = "marinara:coastbrick_wall",
type = "shapeless", type = "shapeless",
recipe = recipe =
{"marinara:coastbricks"} {"marinara:coastbricks", "marinara:coastbricks", "marinara:coastbricks", "marinara:coastbricks", "marinara:coastbricks", "marinara:coastbricks"}
}) })
@ -326,7 +326,7 @@ minetest.register_craft({
output = "marinara:coastbricks_alage", output = "marinara:coastbricks_alage",
type = "shapeless", type = "shapeless",
recipe = recipe =
{"marinara:coastrock_alage", "marinara:coastrock_alage"} {"marinara:coastrock_alage", "marinara:coastrock_alage", "marinara:coastrock_alage", "marinara:coastrock_alage"}
}) })
@ -335,7 +335,7 @@ minetest.register_craft({
output = "marinara:coastbrick_wall_alage", output = "marinara:coastbrick_wall_alage",
type = "shapeless", type = "shapeless",
recipe = recipe =
{"marinara:coastbricks_alage"} {"marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage"}
}) })