Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 16, 2025
2 parents beaaf83 + f326d52 commit 7256c6f
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 7256c6f

Please sign in to comment.