Skip to content

Instantly share code, notes, and snippets.

@TehNut
Created January 12, 2017 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TehNut/86ff9e152043fb94adea9bffc581f76a to your computer and use it in GitHub Desktop.
Save TehNut/86ff9e152043fb94adea9bffc581f76a to your computer and use it in GitHub Desktop.
{
"name": "golden",
"tier": 2,
"craftAmount": 4,
"color": "#FFFF00",
"inputOre": "ingotGold",
"outputs": [
{
"item": {
"id": {
"domain": "minecraft",
"path": "gold_ingot"
},
"amount": 4,
"meta": 0
},
"shape": "CUSTOM",
"customFormat": "S # S # S"
}
],
"growthRequirement": {
"minLight": 7,
"maxLight": 15,
"requiredState": {
"id": {
"domain": "minecraft",
"path": "gold_ore"
},
"meta": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment