Add a crushing recipe for BYG ametrine ore
This commit is contained in:
parent
f82ae785ef
commit
961d218fc2
1 changed files with 33 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "forge:ores/ametrine"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "byg:ametrine_gems",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:ametrine_gems",
|
||||||
|
"chance": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:cobbled_ether_stone",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 500
|
||||||
|
}
|
Loading…
Reference in a new issue