mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Add Enigmatica6 kubejs files
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": [
|
||||
"SE",
|
||||
"BS"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Accelerator",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": [
|
||||
"E ",
|
||||
"BR"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"R": {
|
||||
"item": "create:refined_radiance"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Amplifier",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": [
|
||||
" B ",
|
||||
"BEB",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Body",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": [
|
||||
"E ",
|
||||
"BR"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"R": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Retriever",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": [
|
||||
"GBG",
|
||||
" E "
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:glass"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Scope",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": [
|
||||
"GBG",
|
||||
" E "
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "create:chromatic_compound"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:glass"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Scope",
|
||||
"tier": "Chromatic"
|
||||
}
|
Reference in New Issue
Block a user