Merge pull request #849 from Merlo17/mc1.15/dev

Updated zapper recipes to use tags
This commit is contained in:
simibubi 2021-02-05 19:30:03 +01:00 committed by GitHub
commit f0843f3180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
],
"key": {
"B": {
"item": "create:brass_ingot"
"tag": "forge:ingots/brass"
},
"S": {
"item": "minecraft:sugar"
@ -21,4 +21,4 @@
},
"component": "Accelerator",
"tier": "Brass"
}
}

View file

@ -6,7 +6,7 @@
],
"key": {
"B": {
"item": "create:brass_ingot"
"tag": "forge:ingots/brass"
},
"R": {
"item": "create:refined_radiance"
@ -21,4 +21,4 @@
},
"component": "Amplifier",
"tier": "Brass"
}
}

View file

@ -7,7 +7,7 @@
],
"key": {
"B": {
"item": "create:brass_ingot"
"tag": "forge:ingots/brass"
},
"E": {
"item": "create:handheld_blockzapper"
@ -19,4 +19,4 @@
},
"component": "Body",
"tier": "Brass"
}
}

View file

@ -6,10 +6,10 @@
],
"key": {
"B": {
"item": "create:brass_ingot"
"tag": "forge:ingots/brass"
},
"R": {
"item": "minecraft:redstone"
"tag": "forge:dusts/redstone"
},
"E": {
"item": "create:handheld_blockzapper"
@ -21,4 +21,4 @@
},
"component": "Retriever",
"tier": "Brass"
}
}

View file

@ -6,10 +6,10 @@
],
"key": {
"B": {
"item": "create:brass_ingot"
"tag": "forge:ingots/brass"
},
"G": {
"item": "minecraft:glass"
"tag": "forge:glass"
},
"E": {
"item": "create:handheld_blockzapper"
@ -21,4 +21,4 @@
},
"component": "Scope",
"tier": "Brass"
}
}

View file

@ -9,7 +9,7 @@
"item": "create:chromatic_compound"
},
"G": {
"item": "minecraft:glass"
"tag": "forge:glass"
},
"E": {
"item": "create:handheld_blockzapper"
@ -21,4 +21,4 @@
},
"component": "Scope",
"tier": "Chromatic"
}
}