Skip to content

Commit

Permalink
Change GUI title to 'Trash Pack' from 'Dank Pack'
Browse files Browse the repository at this point in the history
  • Loading branch information
LordIdra committed Jan 17, 2024
1 parent aa6c220 commit f094c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class TrashGUI extends ChestMenu {
private final TrashPack trashPack;

public TrashGUI(TrashPackInstance packInstance, ItemStack itemStack) {
super("Dank Pack - Tier " + packInstance.getTier());
super("Trash Pack - Tier " + packInstance.getTier());
this.packInstance = packInstance;
this.itemStack = itemStack;
this.trashPack = (TrashPack) SlimefunItem.getByItem(itemStack);
Expand Down

1 comment on commit f094c07

@Sashavovo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, can you please give me DankTech2 with dupe fix, i can`t build this repositary. My discord: sashavovo

Please sign in to comment.