Add a crushing recipe for BYG ametrine ore

This commit is contained in:
Mario 2022-09-03 13:27:53 +10:00
parent f82ae785ef
commit 961d218fc2

View file

@ -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
}