mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-16 11:13:42 +01:00
Merge pull request #849 from Merlo17/mc1.15/dev
Updated zapper recipes to use tags
This commit is contained in:
commit
f0843f3180
6 changed files with 14 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"item": "create:brass_ingot"
|
"tag": "forge:ingots/brass"
|
||||||
},
|
},
|
||||||
"S": {
|
"S": {
|
||||||
"item": "minecraft:sugar"
|
"item": "minecraft:sugar"
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
},
|
},
|
||||||
"component": "Accelerator",
|
"component": "Accelerator",
|
||||||
"tier": "Brass"
|
"tier": "Brass"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"item": "create:brass_ingot"
|
"tag": "forge:ingots/brass"
|
||||||
},
|
},
|
||||||
"R": {
|
"R": {
|
||||||
"item": "create:refined_radiance"
|
"item": "create:refined_radiance"
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
},
|
},
|
||||||
"component": "Amplifier",
|
"component": "Amplifier",
|
||||||
"tier": "Brass"
|
"tier": "Brass"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"item": "create:brass_ingot"
|
"tag": "forge:ingots/brass"
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
"item": "create:handheld_blockzapper"
|
"item": "create:handheld_blockzapper"
|
||||||
|
@ -19,4 +19,4 @@
|
||||||
},
|
},
|
||||||
"component": "Body",
|
"component": "Body",
|
||||||
"tier": "Brass"
|
"tier": "Brass"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"item": "create:brass_ingot"
|
"tag": "forge:ingots/brass"
|
||||||
},
|
},
|
||||||
"R": {
|
"R": {
|
||||||
"item": "minecraft:redstone"
|
"tag": "forge:dusts/redstone"
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
"item": "create:handheld_blockzapper"
|
"item": "create:handheld_blockzapper"
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
},
|
},
|
||||||
"component": "Retriever",
|
"component": "Retriever",
|
||||||
"tier": "Brass"
|
"tier": "Brass"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"item": "create:brass_ingot"
|
"tag": "forge:ingots/brass"
|
||||||
},
|
},
|
||||||
"G": {
|
"G": {
|
||||||
"item": "minecraft:glass"
|
"tag": "forge:glass"
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
"item": "create:handheld_blockzapper"
|
"item": "create:handheld_blockzapper"
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
},
|
},
|
||||||
"component": "Scope",
|
"component": "Scope",
|
||||||
"tier": "Brass"
|
"tier": "Brass"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"item": "create:chromatic_compound"
|
"item": "create:chromatic_compound"
|
||||||
},
|
},
|
||||||
"G": {
|
"G": {
|
||||||
"item": "minecraft:glass"
|
"tag": "forge:glass"
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
"item": "create:handheld_blockzapper"
|
"item": "create:handheld_blockzapper"
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
},
|
},
|
||||||
"component": "Scope",
|
"component": "Scope",
|
||||||
"tier": "Chromatic"
|
"tier": "Chromatic"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue