-
Notifications
You must be signed in to change notification settings - Fork 6
Recipes Guideline ‐ Centrifuge
Maxim edited this page Feb 25, 2024
·
3 revisions
vintageimprovements:centrifugation
list of items, tags or/and fluids
list of items or/and fluids
default value = 100
default value = 100
list of conditions
Mud centrifugation recipe
{
"type":"vintageimprovements:centrifugation",
"ingredients": [
{
"item": "minecraft:mud"
}
],
"results": [
{
"item": "minecraft:dirt",
"count": 1
},
{
"fluid": "minecraft:water",
"amount": 250
}
],
"processingTime": 1000
}