Notex-3/src/overrides/kubejs/data/thermal/recipes/machine/press/press_steel_ingot_to_plate.json
Timo Ley 7778dec56f - Added Modular Router
- Added Ender-Rift
- Added Nether Reactor
- Fixed ALM steel recipes
- Added utility recipes
- Added pulverizer recipe for certus quartz
2021-02-17 11:33:27 +01:00

12 lines
165 B
JSON

{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/steel"
},
"result": [
{
"item": "immersiveengineering:plate_steel"
}
]
}