Skip to content

Instantly share code, notes, and snippets.

@Sixdd6
Created November 13, 2017 11:49
Show Gist options
  • Save Sixdd6/c6af4868f1ecee3d99cdb98a0ed0fa58 to your computer and use it in GitHub Desktop.
Save Sixdd6/c6af4868f1ecee3d99cdb98a0ed0fa58 to your computer and use it in GitHub Desktop.
{
"machine": "brick_oven",
"registryName": "brick_oven_bread",
"recipeTime": 60,
"requirements": [
{
"type": "energy",
"io-type": "input",
"energyPerTick": 16
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:bread",
"amount": 1
},
{
"type": "item",
"io-type": "input",
"item": "minecraft:blaze_powder",
"amount": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment