1
0
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:
2021-01-28 23:28:10 +01:00
parent 32b1313fdc
commit 98e6743204
694 changed files with 49010 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/apatite"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:apatite_dust"
}
}

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/cinnabar"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:cinnabar_dust"
}
}

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/diamond"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:diamond_dust"
}
}

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/emerald"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:emerald_dust"
}
}

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/lapis"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:lapis_dust"
}
}

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/niter"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:niter_dust"
}
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:prismarine"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "minecraft:prismarine_shard",
"count": 4
}
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:prismarine_bricks"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "minecraft:prismarine_shard",
"count": 9
}
}

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/quartz"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:quartz_dust"
}
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:quartz_block"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "minecraft:quartz",
"count": 4
}
}

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:gems/sulfur"
},
{
"item": "thermal:earth_charge"
}
],
"result": {
"item": "emendatusenigmatica:sulfur_dust"
}
}