Skip to content

Commit

Permalink
Correct tengam for magnetic upgrade in Antimatter forge (#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordIcocain authored Jan 16, 2025
1 parent a10cfa7 commit f326d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
public class AntimatterForge extends MTEExtendedPowerMultiBlockBase<AntimatterForge>
implements ISurvivalConstructable, IOverclockDescriptionProvider {

private static final FluidStack[] magneticUpgrades = { Materials.TengamAttuned.getMolten(1L),
private static final FluidStack[] magneticUpgrades = { Materials.TengamPurified.getMolten(1L),
MaterialsUEVplus.Time.getMolten(1L) };
private static final FluidStack[] gravityUpgrades = { MaterialsUEVplus.SpaceTime.getMolten(1L),
MaterialsUEVplus.Space.getMolten(1L), MaterialsUEVplus.Eternity.getMolten(1L) };
Expand Down

0 comments on commit f326d52

Please sign in to comment.