Simply Jetpacks 2

Simply Jetpacks 2

51M Downloads

[1.20.1]Missing recipes

twister716 opened this issue ยท 6 comments

commented

Missing Bronze, Invar and Enderium Armor Plating Recipes.

commented

almost all of the thermal parts are missing recipes on 1.18+ lol. Kinda wonder how that happened...

commented

Is that so...
Is it possible to implement an alternative recipe?

commented

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.

commented

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.

commented

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.

commented

looks like part of it is missing though? The induction smelter recipe for te2 (iron iirc?) is missing the rest of the recipe.

That one's craftable in a crafting table by default, I think. Just tin & iron.