CreateMod/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json
simibubi 0ce0c6939a Crush all Modpacks
- Renamed crushed ore items to 'crushed_raw_x'
2023-05-16 16:47:47 +02:00

15 lines
264 B
JSON

{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_tin"
},
"result": "thermal:tin_ingot",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "thermal",
"type": "forge:mod_loaded"
}
]
}