crafting older method due backguard compat
This commit is contained in:
parent
54f9ec26fd
commit
72b33b1bd1
12
crafting.lua
12
crafting.lua
@ -26,7 +26,7 @@ minetest.register_craft({
|
||||
output = "marinara:reed_bundle",
|
||||
type = "shapeless",
|
||||
recipe =
|
||||
{"marinara:reed", "marinara:reed"}
|
||||
{"marinara:reed", "marinara:reed", "marinara:reed", "marinara:reed"}
|
||||
|
||||
})
|
||||
|
||||
@ -34,7 +34,7 @@ minetest.register_craft({
|
||||
output = "marinara:reed_bundle",
|
||||
type = "shapeless",
|
||||
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",
|
||||
type = "shapeless",
|
||||
recipe =
|
||||
{"marinara:coastrock", "marinara:coastrock"}
|
||||
{"marinara:coastrock", "marinara:coastrock", "marinara:coastrock", "marinara:coastrock"}
|
||||
|
||||
|
||||
})
|
||||
@ -296,7 +296,7 @@ minetest.register_craft({
|
||||
output = "marinara:coastbrick_wall",
|
||||
type = "shapeless",
|
||||
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",
|
||||
type = "shapeless",
|
||||
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",
|
||||
type = "shapeless",
|
||||
recipe =
|
||||
{"marinara:coastbricks_alage"}
|
||||
{"marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage", "marinara:coastbricks_alage"}
|
||||
|
||||
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user