Missing die input from Thermal Press
royalcw opened this issue ยท 1 comments
Current KubeJS Thermal recipe example shows:
event.recipes.thermal.press('minecraft:bone', '#forge:dyes/black')
The die is missing..such as the Gearworking Die
Should look like:
event.recipes.thermal.press('thermal:iron_gear', Item.of('minecraft:iron_ingot', 4), 'thermal:press_gear_die')
This will be similar to the KubeJS Immersive Engineering format of the Immersive Engineering Metal Press.