[1.20.1]Missing recipes
twister716 opened this issue ยท 6 comments
almost all of the thermal parts are missing recipes on 1.18+ lol. Kinda wonder how that happened...
you can make your own with KubeJS or something, yeah. Would be better if the dev fixed it though (seems like this entire port was a bit rushed), but it works if you wanna fix it for your modpack.
A sample config that you can drop in your kubejs folder, for the plating recipes anyway:
event.recipes.thermal.smelter('simplyjetpacks:armorplating_te4', ['10x thermal:enderium_plate', 'simplyjetpacks:armorplating_te3']).energy(20000) event.recipes.thermal.smelter('simplyjetpacks:armorplating_te3', ['10x thermal:invar_plate', 'simplyjetpacks:armorplating_te2']).energy(20000) event.recipes.thermal.smelter('simplyjetpacks:armorplating_te2', ['10x thermal:bronze_plate', '
I whipped this up in a few minutes, feel free to @ me if there's a mistake.
A sample config that you can drop in your kubejs folder, for the plating recipes anyway:
event.recipes.thermal.smelter('simplyjetpacks:armorplating_te4', ['10x thermal:enderium_plate', 'simplyjetpacks:armorplating_te3']).energy(20000) event.recipes.thermal.smelter('simplyjetpacks:armorplating_te3', ['10x thermal:invar_plate', 'simplyjetpacks:armorplating_te2']).energy(20000) event.recipes.thermal.smelter('simplyjetpacks:armorplating_te2', ['10x thermal:bronze_plate', 'I whipped this up in a few minutes, feel free to @ me if there's a mistake.
noice, thanks.
looks like part of it is missing though? The induction smelter recipe for te2 (iron iirc?) is missing the rest of the recipe.