don't use group:stick in recycle recipes :P

This commit is contained in:
Vanessa Ezekowitz 2014-09-03 19:52:26 -04:00
parent 890dbd96c6
commit 95d852691d
1 changed files with 3 additions and 3 deletions

View File

@ -1085,7 +1085,7 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "group:stick 4",
output = "default:stick 4",
recipe = {
"homedecor:wood_table_small_round",
"homedecor:wood_table_small_round",
@ -1095,7 +1095,7 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "group:stick 4",
output = "default:stick 4",
recipe = {
"homedecor:wood_table_small_square",
"homedecor:wood_table_small_square",
@ -1105,7 +1105,7 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "group:stick 4",
output = "default:stick 4",
recipe = {
"homedecor:wood_table_large",
"homedecor:wood_table_large",