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,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/apatite"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:apatite_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/cinnabar"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:cinnabar_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/diamond"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:diamond_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/emerald"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:emerald_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/lapis"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:lapis_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/niter"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:niter_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:prismarine"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:prismarine_shard",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:prismarine_bricks"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:prismarine_shard",
|
||||
"count": 9
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/quartz"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:quartz_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:quartz_block"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:quartz",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/sulfur"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:sulfur_dust"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user