mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-11 14:56:12 +01:00
fed4df515a
- Clockwork Bearing no longer rotates counter-clockwise when facing certain directions - Nether Quartz can no longer be obtained from crushing Granite, Diorite or Andesite - Reorganized and Tweaked the current advancement chain - Removed unused values in recipe files - Caught up on Item Descriptions
25 lines
No EOL
348 B
JSON
25 lines
No EOL
348 B
JSON
{
|
|
"type": "create:crushing",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:gravel"
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"item": "minecraft:sand",
|
|
"count": 1
|
|
},
|
|
{
|
|
"item": "minecraft:clay_ball",
|
|
"count": 1,
|
|
"chance": 0.1
|
|
},
|
|
{
|
|
"item": "minecraft:flint",
|
|
"count": 1,
|
|
"chance": 0.2
|
|
}
|
|
],
|
|
"processingTime": 250
|
|
} |