summaryrefslogtreecommitdiff
path: root/vines/recipes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'vines/recipes.lua')
-rw-r--r--vines/recipes.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/vines/recipes.lua b/vines/recipes.lua
index d2b928a..d64dcea 100644
--- a/vines/recipes.lua
+++ b/vines/recipes.lua
@@ -1,12 +1,12 @@
vines.recipes['rope_block'] = {
- {'', 'default:wood', ''},
+ {'', 'group:wood', ''},
{'', 'group:vines', ''},
{'', 'group:vines', ''}
}
vines.recipes['shears'] = {
{'', 'default:steel_ingot', ''},
- {'default:stick', 'default:wood', 'default:steel_ingot'},
- {'', '', 'default:stick'}
+ {'group:stick', 'group:wood', 'default:steel_ingot'},
+ {'', '', 'group:stick'}
}