Skip to content

Instantly share code, notes, and snippets.

@Xalcon
Last active June 15, 2017 17:29
Show Gist options
  • Save Xalcon/06ca8d7ddad47e3980e2c66c84e7ae8c to your computer and use it in GitHub Desktop.
Save Xalcon/06ca8d7ddad47e3980e2c66c84e7ae8c to your computer and use it in GitHub Desktop.
Example
{
"conditions": [
{
"type": "mod_loaded",
"mod": "minecraft"
}
],
"type": "minecraft:crafting_shaped",
"group": "torchmaster",
"pattern": [
"TTT",
"DLD",
"GLG"
],
"key": {
"T": { "item": "minecraft:torch" },
"D": { "item": "minecraft:diamond" },
"G": { "item": "minecraft:gold_block" },
"L":
[
{ "ore": "logWood", "type": "forge:ore_dict" }
]
},
"result": {
"item": "torchmaster:mega_torch",
"data": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment