Skip to content

Commit

Permalink
Change tier textures for Auto-Taping, Uncertanty Resolver, and Wirele…
Browse files Browse the repository at this point in the history
…ss Data Hatches (#3795)

Co-authored-by: Brady <[email protected]>
Co-authored-by: Maya <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent 14ed53e commit 1de9407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/tectech/loader/thing/MachineLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -2322,13 +2322,13 @@ public void run() {
WirelessAssemblylineSlaveConnector.ID,
"hatch.datainass.wireless.tier.12",
"Wireless Assembly line Reception Connector",
12).getStackForm(1L));
10).getStackForm(1L));
dataOutAss_Wireless_Hatch.set(
new MTEHatchWirelessDataItemsOutput(
WirelessDataBankMasterConnector.ID,
"hatch.dataoutass.wireless.tier.12",
"Wireless Data Bank Transmission Connector",
12).getStackForm(1L));
10).getStackForm(1L));
rack_Hatch.set(new MTEHatchRack(ComputerRack.ID, "hatch.rack.tier.08", "Computer Rack", 8).getStackForm(1L));
holder_Hatch.set(
new MTEHatchObjectHolder(ObjectHolder.ID, "hatch.holder.tier.09", "Object Holder", 8).getStackForm(1L));
Expand Down Expand Up @@ -2506,7 +2506,7 @@ public void run() {
AutoTapingMaintenanceHatch.ID,
"debug.tt.maintenance",
"Auto-Taping Maintenance Hatch",
14).getStackForm(1L));
8).getStackForm(1L));
Machine_DebugGenny.set(
new MTEDebugPowerGenerator(DebugPowerGenerator.ID, "debug.tt.genny", "Debug Power Generator", 14)
.getStackForm(1L));
Expand All @@ -2515,7 +2515,7 @@ public void run() {
.getStackForm(1L));
UnusedStuff.set(new ItemStack(Blocks.air));
hatch_CreativeUncertainty.set(
new MTEHatchCreativeUncertainty(UncertaintyResolution.ID, "debug.tt.certain", "Uncertainty Resolution", 14)
new MTEHatchCreativeUncertainty(UncertaintyResolution.ID, "debug.tt.certain", "Uncertainty Resolution", 11)
.getStackForm(1));

// ===================================================================================================
Expand Down

0 comments on commit 1de9407

Please sign in to comment.