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
Next Next commit
Change tier textures for Auto-Taping, Uncertanty Resolver, and wirele…
…ss data hatches
  • Loading branch information
Brady committed Jan 12, 2025
commit 1e19cd01556f10519187d7faaeaf738902fc2154
12 changes: 6 additions & 6 deletions src/main/java/tectech/loader/thing/MachineLoader.java
Original file line number Diff line number Diff line change
@@ -2320,15 +2320,15 @@ public void run() {
dataInAss_Wireless_Hatch.set(
new MTEHatchWirelessDataItemsInput(
WirelessAssemblylineSlaveConnector.ID,
"hatch.datainass.wireless.tier.12",
"hatch.datainass.wireless.tier.10",
Bjdufre1 marked this conversation as resolved.
Show resolved Hide resolved
"Wireless Assembly line Reception Connector",
12).getStackForm(1L));
10).getStackForm(1L));
dataOutAss_Wireless_Hatch.set(
new MTEHatchWirelessDataItemsOutput(
WirelessDataBankMasterConnector.ID,
"hatch.dataoutass.wireless.tier.12",
"hatch.dataoutass.wireless.tier.10",
Bjdufre1 marked this conversation as resolved.
Show resolved Hide resolved
"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));
@@ -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));
@@ -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));

// ===================================================================================================