Create/src/generated/resources/data/create/recipes/crushing/compat/byg/ametrine_ore.json
attackeight f551107e6d
Move compat recipies to datagen (#5095)
* Separate config options for placing source blocks
placeFluidSourceBlocks ->
     fluidFillingPlaceFluidSourceBlocks
     pipesPlaceFluidSourceBlocks

* Add IC2 Metals compat

* Compat Datagen, pt 1

* Add IC2 Metals compat

* Compat Datagen, pt 1

* All Compat Recipes moved to datagen

* Add Oreganized and Galosphere compat

* Update HexCasting Compat

* Add The Vault Compat

* Add The Vault Compat

* Fix dupe bug added by last commit

* adding some wood missed previously

* add Nether's Exoticism Compat

* Update Mods.java

Remove duplicate enum entry

* Update CuttingRecipeGen.java

Reflect Mods.java update

* Update MillingRecipeGen.java

Reflect Mods.java changes

* Update PressingRecipeGen.java

Reflect Mods.java changes

* Update WashingRecipeGen.java

Reflect Mods.java changes

* Ok it's actually correct now

---------

Co-authored-by: NerdsOfAFeather <ftcteam18218@gmail.com>
2024-03-17 00:40:05 +01:00

33 lines
522 B
JSON

{
"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,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}