Add a milling recipe for Necrotic Bone from Tinker's Construct

This commit is contained in:
Mario 2021-05-07 18:20:15 +10:00
parent 17676822cf
commit 25f9095b25

View file

@ -0,0 +1,30 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "tconstruct"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "tconstruct:necrotic_bone"
}
],
"results": [
{
"item": "minecraft:bone_meal",
"count": 3
},
{
"item": "minecraft:black_dye",
"chance": 0.25
},
{
"item": "minecraft:bone_meal",
"count": 3,
"chance": 0.25
}
],
"processingTime": 100
}