Create/src/generated/resources/data/create/recipes/crushing/compat/druidcraft/moonstone_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

29 lines
462 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "druidcraft:moonstone_ore"
}
],
"results": [
{
"item": "druidcraft:moonstone",
"count": 2
},
{
"item": "druidcraft:moonstone",
"chance": 0.5
},
{
"item": "minecraft:cobblestone",
"chance": 0.125
}
],
"processingTime": 300,
"conditions": [
{
"modid": "druidcraft",
"type": "forge:mod_loaded"
}
]
}