1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 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"
}
}