mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
18
kubejs/data/bloodmagic/recipes/alchemytable/sand_coal.json
Normal file
18
kubejs/data/bloodmagic/recipes/alchemytable/sand_coal.json
Normal 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
|
||||
}
|
15
kubejs/data/bloodmagic/recipes/alchemytable/string.json
Normal file
15
kubejs/data/bloodmagic/recipes/alchemytable/string.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "bloodmagic:alchemytable",
|
||||
"input": [
|
||||
{
|
||||
"tag": "minecraft:wool"
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"item": "minecraft:string",
|
||||
"count": 4
|
||||
},
|
||||
"syphon": 100,
|
||||
"ticks": 100,
|
||||
"upgradeLevel": 0
|
||||
}
|
Reference in New Issue
Block a user