Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
added circuuits to new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Mar 17, 2024
1 parent 51ac401 commit 659fb81
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ protected void processTags(String domain) {
this.tag(CIRCUITS_DATA).add(CircuitDataStorage);
this.tag(CIRCUITS_ELITE).add(CircuitDataControl);
this.tag(CIRCUITS_MASTER).add(CircuitEnergyFlow);
this.tag(CIRCUITS_FUTURISTIC).add(CircuitFuturistic);
this.tag(CIRCUITS_3D).add(Circuit3D);
this.tag(CIRCUITS_INFINITE).add(CircuitInfinite);
this.tag(CIRCUITS_DATA_ORB).add(DataOrb);
this.tag(BATTERIES_RE).add(BatteryRE);
this.tag(BATTERIES_SMALL).add(BatterySmallSodium, BatterySmallCadmium, BatterySmallLithium);
Expand Down

0 comments on commit 659fb81

Please sign in to comment.