Skip to content

Commit

Permalink
Update super chests description (#3794)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner authored Jan 12, 2025
1 parent 79d4df8 commit a78745f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public MTEDigitalChestBase(int aID, String aName, String aNameRegional, int aTie
aNameRegional,
aTier,
3,
new String[] { "This Chest stores " + GTUtility.formatNumbers(commonSizeCompute(aTier)) + " Blocks",
new String[] { "Stores " + GTUtility.formatNumbers(commonSizeCompute(aTier)) + " items",
"Use a screwdriver to enable", "voiding items on overflow", "Will keep its contents when harvested", });
}

Expand Down

0 comments on commit a78745f

Please sign in to comment.