Skip to content

Commit

Permalink
Fixed #12
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit committed Jul 4, 2021
1 parent f795ff7 commit 20d28cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void onEnable() {
}

Research research = new Research(new NamespacedKey(this, "dyed_backpacks"), 17200, "Dyed Backpacks", 24);
Category category = new Category(new NamespacedKey(this, "dyed_backpacks"), new CustomItem(SkullItem.fromBase64(BackpackColor.RED.getTexture()), "&4Dyed Backpacks"), 2);
Category category = new Category(new NamespacedKey(this, "dyed_backpacks"), new CustomItem(SkullItem.fromHash(BackpackColor.RED.getTexture()), "&4Dyed Backpacks"), 2);

if (cfg.getBoolean("backpacks.small")) {
createBackpacks(category, research, SlimefunItems.BACKPACK_SMALL, 9);
Expand Down

0 comments on commit 20d28cc

Please sign in to comment.