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

Arc Furnace Recipe for Bronze inconsistent with Smeltery #2334

Closed
Serolar opened this issue May 10, 2018 · 1 comment
Closed

Arc Furnace Recipe for Bronze inconsistent with Smeltery #2334

Serolar opened this issue May 10, 2018 · 1 comment

Comments

@Serolar
Copy link

Serolar commented May 10, 2018

Issue / Bug

The Arc Furnace should Yield 4 Bronze from 3 Copper Ingots and 1 Tin Dust

Expected Behavior

Currently, the Bronze Recipe Yields 3 Bronze from the same ingredients

2018-05-10_14 54 07

Possible Solution

Making the Bronze Recipe Consistent with the Smeltery makes both viable when they're available. Since the Smeltery requires Lava, and the Arc Furnace can "Kind of" run on renewable energy, the Arc Furnace is an Upgrade, Technically.

Steps to Reproduce (for bugs)

  1. Look up recipe for Bronze Ingot
  2. Gather Resources to make Bronze.
  3. Place proper resources in Arc Furnace, Tin Dust in Alloy section
  4. Become sad at 3 Bronze Ingots

Context

Seeing that the Bronze Arc Furnace Alloying Provides less than the Smeltery, well, it's counterproductive, I need more Batches to make the same result, so the method I've been doing(Ore-Doubling, then Melting the Ingots in the Smeltery, and casting the Bronze Result), is still the current way I plan to do it, for now.

Client Information

  • Modpack Version: 3.0.7
  • Java Version:1.8_161
  • Launcher Used:
  • Memory Allocated: 6GB
  • Server/LAN/Single Player: SinglePlayer
  • Resourcepack Enabled?: None
  • Optifine Installed?: No
@pjc21
Copy link

pjc21 commented May 11, 2018

Also found this odd, I am assuming this was not intended (simple typo) and have modified the script so Arc Furnace yields 4 bronze ingots.

Script to modify - scripts\mod_integrations\immersive_engineering.zs
change line 149
from
ArcFurnace.addRecipe(metals.bronze.ingot.firstItem * 3, metals.copper.ingot * 3, slag, 100, 512, [metals.tin.dust]);
to
ArcFurnace.addRecipe(metals.bronze.ingot.firstItem * 4, metals.copper.ingot * 3, slag, 100, 512, [metals.tin.dust]);
2018-05-11_15 52 03

@justinrusso justinrusso added this to the 3.0.8 milestone May 13, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants