forked from mtcontrib/homedecor_modpack
don't use group:stick in recycle recipes :P
This commit is contained in:
parent
890dbd96c6
commit
95d852691d
|
@ -1085,7 +1085,7 @@ minetest.register_craft({
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "group:stick 4",
|
output = "default:stick 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
"homedecor:wood_table_small_round",
|
"homedecor:wood_table_small_round",
|
||||||
"homedecor:wood_table_small_round",
|
"homedecor:wood_table_small_round",
|
||||||
|
@ -1095,7 +1095,7 @@ minetest.register_craft({
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "group:stick 4",
|
output = "default:stick 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
"homedecor:wood_table_small_square",
|
"homedecor:wood_table_small_square",
|
||||||
"homedecor:wood_table_small_square",
|
"homedecor:wood_table_small_square",
|
||||||
|
@ -1105,7 +1105,7 @@ minetest.register_craft({
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "group:stick 4",
|
output = "default:stick 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
"homedecor:wood_table_large",
|
"homedecor:wood_table_large",
|
||||||
"homedecor:wood_table_large",
|
"homedecor:wood_table_large",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user