Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tracks properly #90

Merged
merged 3 commits into from Jun 21, 2023
Merged

Conversation

chochem
Copy link
Member

@chochem chochem commented Jun 21, 2023

this mod is supported 'actively' which means also outside the pack. please dont just remove recipes because we dont want them in GTNH.

fixes GTNewHorizons/GT-New-Horizons-Modpack#9730

@chochem chochem requested a review from mitchej123 June 21, 2023 00:18
@@ -1816,6 +1817,9 @@ protected static void addRecipesForSmeltery() {
Smeltery.addMelting(iron, new ItemStack(Blocks.iron_bars), 0, TConstruct.ingotLiquidValue * 6 / 16);
Smeltery.addMelting(iron, new ItemStack(Blocks.heavy_weighted_pressure_plate), 0, TConstruct.oreLiquidValue);
Smeltery.addMelting(gold, new ItemStack(Blocks.light_weighted_pressure_plate, 4), 0, TConstruct.oreLiquidValue);
if (!Loader.isModLoaded("dreamcraft")) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: might be useful to put it as a global var as I'm sure it'll come up more.

@Dream-Master Dream-Master merged commit eb13403 into GTNewHorizons:master Jun 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants