mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 19:45:14 +01:00
Change download icon from hopper to cobweb.
This commit is contained in:
parent
a75c243762
commit
23fc5310b3
@ -193,7 +193,7 @@ public class LibraryPanel extends CommonPagedPanel
|
||||
PanelItemBuilder itemBuilder = new PanelItemBuilder().
|
||||
name(this.user.getTranslation(reference + "name")).
|
||||
description(description).
|
||||
icon(Material.HOPPER).
|
||||
icon(Material.COBWEB).
|
||||
glow(this.clearCache);
|
||||
|
||||
itemBuilder.clickHandler((panel, user1, clickType, slot) ->
|
||||
|
Loading…
Reference in New Issue
Block a user