Files
ATM10/minecraft/kubejs/data/oritech/recipe/pulverizer/coal.json
2026-02-26 16:21:17 +00:00

20 lines
291 B
JSON

{
"type": "oritech:pulverizer",
"fluidInput": {
"amount": 0,
"fluid": "minecraft:empty"
},
"fluidOutputs": [],
"ingredients": [
{
"item": "minecraft:coal"
}
],
"results": [
{
"count": 1,
"id": "oritech:coal_dust"
}
],
"time": 120
}