Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - {
 - "conditions": [
 - {
 - "type": "mod_loaded",
 - "mod": "minecraft"
 - }
 - ],
 - "type": "minecraft:crafting_shaped",
 - "group": "random_things",
 - "pattern": [
 - "###",
 - "XXX"
 - ],
 - "key": {
 - "#": {
 - "item": "#PLANKS"
 - },
 - "X": [
 - {
 - "item": "minecraft:planks",
 - "data": 0 // if no output tag is specified, ingredient is used for all results.
 - },
 - {
 - "item": "minecraft:planks",
 - "data": 1,
 - "output": "MyResult" // if output tag found, then only applies if result with matching tag is found
 - },
 - {
 - "item": "minecraft:planks",
 - "data": 2,
 - "output": "MyOtherResult"
 - }
 - ]
 - },
 - "result": [
 - {
 - "item": "minecraft:bed",
 - "data": 15
 - // no output tag, system should assume is a default result. If multiple entries found without tag, assume first or last is default
 - },
 - {
 - "item": "minecraft:bed",
 - "data": 3,
 - "output": "MyResult"
 - },
 - {
 - "item": "minecraft:bed",
 - "data": 4,
 - "output": "MyOtherResult"
 - }
 - ]
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment