[Recipe Suggestion] From Honeycomb Block to Honeycomb #1165
fabien-gigante
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suggestion
Adding the following recipe : from 1 Honeycomb Block to 4 Honeycomb using the Cutting Board with Shears
This would be a nice addition, and quite consistent with other unpacking recipes of the Farmer's Delight mod (eg. quartz , amethyst, clay...)
Proposed Implementation
Add following
\data\farmersdelight\recipe\cutting\honeycomb_block.jsonto the mod :{ "type": "farmersdelight:cutting", "ingredients": [ { "item": "minecraft:honeycomb_block" } ], "result": [ { "item": { "count": 4, "id": "minecraft:honeycomb" } } ], "tool": { "tag": "c:tools/shear" } }Beta Was this translation helpful? Give feedback.
All reactions