Add a milling recipe for Necrotic Bone from Tinker's Construct
This commit is contained in:
parent
17676822cf
commit
25f9095b25
1 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue