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,21 @@
{
"type": "bloodmagic:alchemytable",
"input": [
{
"tag": "forge:sand"
},
{
"tag": "forge:sand"
},
{
"item": "minecraft:water_bucket"
}
],
"output": {
"item": "minecraft:clay",
"count": 2
},
"syphon": 50,
"ticks": 100,
"upgradeLevel": 2
}

View File

@ -0,0 +1,21 @@
{
"type": "bloodmagic:alchemytable",
"input": [
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
}
],
"output": {
"item": "minecraft:flint",
"count": 3
},
"syphon": 50,
"ticks": 20,
"upgradeLevel": 0
}

View File

@ -0,0 +1,24 @@
{
"type": "bloodmagic:alchemytable",
"input": [
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
}
],
"output": {
"item": "minecraft:leather",
"count": 4
},
"syphon": 100,
"ticks": 200,
"upgradeLevel": 1
}

View File

@ -0,0 +1,23 @@
{
"type": "bloodmagic:alchemytable",
"input": [
{
"tag": "forge:crops/potato"
},
{
"tag": "forge:crops/potato"
},
{
"tag": "forge:crops/potato"
},
{
"item": "minecraft:bone_meal"
}
],
"output": {
"item": "bloodmagic:plantoil"
},
"syphon": 100,
"ticks": 100,
"upgradeLevel": 1
}

View File

@ -0,0 +1,23 @@
{
"type": "bloodmagic:alchemytable",
"input": [
{
"tag": "forge:crops"
},
{
"tag": "forge:crops"
},
{
"tag": "forge:crops"
},
{
"item": "minecraft:bone_meal"
}
],
"output": {
"item": "bloodmagic:plantoil"
},
"syphon": 100,
"ticks": 100,
"upgradeLevel": 1
}

View File

@ -0,0 +1,18 @@
{
"type": "bloodmagic:alchemytable",
"input": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:coal"
}
],
"output": {
"item": "emendatusenigmatica:coal_dust",
"count": 2
},
"syphon": 400,
"ticks": 200,
"upgradeLevel": 1
}

View File

@ -0,0 +1,15 @@
{
"type": "bloodmagic:alchemytable",
"input": [
{
"tag": "minecraft:wool"
}
],
"output": {
"item": "minecraft:string",
"count": 4
},
"syphon": 100,
"ticks": 100,
"upgradeLevel": 0
}