Skip to content

Commit

Permalink
Update src/main/java/tectech/loader/thing/MachineLoader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Jan 13, 2025
1 parent 7a4e4a2 commit 96eac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tectech/loader/thing/MachineLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -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", 1)
new MTEHatchCreativeUncertainty(UncertaintyResolution.ID, "debug.tt.certain", "Uncertainty Resolution", 11)
.getStackForm(1));

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

0 comments on commit 96eac22

Please sign in to comment.