mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-05 22:28:58 +01:00
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