Skip to content

Commit

Permalink
update super chests description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Jan 12, 2025
1 parent 79d4df8 commit 8e3d162
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 8e3d162

Please sign in to comment.