Skip to content

Commit

Permalink
Fix scanner conflict (#946)
Browse files Browse the repository at this point in the history
* fix scanner conflict

* really fix it

---------

Co-authored-by: Martin Robertz <[email protected]>
  • Loading branch information
NotAPenguin0 and Dream-Master authored Aug 25, 2024
1 parent 255e3cc commit c08473e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ public void run() {
.eut(TierEU.RECIPE_UIV).addTo(AssemblyLine);

// Femtometer-calibrated particle beam casing
GT_Values.RA.stdBuilder().metadata(RESEARCH_ITEM, Particle.getBaseParticle(Particle.CHARM))
GT_Values.RA.stdBuilder().metadata(RESEARCH_ITEM, Particle.getBaseParticle(Particle.TOP))
.metadata(RESEARCH_TIME, 1 * HOURS)
.itemInputs(
GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 16),
Expand Down

0 comments on commit c08473e

Please sign in to comment.