Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change tier textures for Auto-Taping, Uncertanty Resolver, and Wireless Data Hatches #3795

Merged
merged 7 commits into from
Jan 13, 2025
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
Loading