mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-11 14:56:12 +01:00
efcdd3c03e
- Crushing wheels can now apply recipes to contained items - Added a new generic recipe type for processing - Improved Crushing Wheel model - Improved gui models of large wheels - Improved gui models of harvesters and drills - Added several crushing recipes - Fixed Water wheel updating rotation speeds incosistently
21 lines
No EOL
312 B
JSON
21 lines
No EOL
312 B
JSON
{
|
|
"type": "create:crushing",
|
|
"group": "minecraft:misc",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:fern"
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"item": "minecraft:green_dye",
|
|
"count": 1
|
|
},
|
|
{
|
|
"item": "minecraft:wheat_seeds",
|
|
"count": 1,
|
|
"chance": 0.1
|
|
}
|
|
],
|
|
"processingTime": 50
|
|
} |