BloodMagic/src/generated/resources/data/bloodmagic/recipes/alchemytable/sand_coal.json
WayofTime eb1fb71f43 Recipe Fixes and mods.toml fix
Actually added the Blood lamp reagent to the recipes (oops). Also reduced the cost of the blank rune by one slate.
2020-11-07 19:38:56 -05:00

21 lines
312 B
JSON

{
"type": "bloodmagic:alchemytable",
"input": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:coal"
},
{
"item": "minecraft:flint"
}
],
"output": {
"item": "bloodmagic:coalsand",
"count": 4
},
"syphon": 400,
"ticks": 200,
"upgradeLevel": 1
}