mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 18:00:28 +01:00
0af7b69afa
When it's this far out of hand you really need to clean up or else everyone will be submitting patches with more whitespace problems.
12 lines
261 B
Lua
12 lines
261 B
Lua
vines.recipes['rope_block'] = {
|
|
{'', 'group:wood', ''},
|
|
{'', 'group:vines', ''},
|
|
{'', 'group:vines', ''}
|
|
}
|
|
|
|
vines.recipes['shears'] = {
|
|
{'', 'default:steel_ingot', ''},
|
|
{'group:stick', 'group:wood', 'default:steel_ingot'},
|
|
{'', '', 'group:stick'}
|
|
}
|