mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-02-18 05:11:22 +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().
|
PanelItemBuilder itemBuilder = new PanelItemBuilder().
|
||||||
name(this.user.getTranslation(reference + "name")).
|
name(this.user.getTranslation(reference + "name")).
|
||||||
description(description).
|
description(description).
|
||||||
icon(Material.HOPPER).
|
icon(Material.COBWEB).
|
||||||
glow(this.clearCache);
|
glow(this.clearCache);
|
||||||
|
|
||||||
itemBuilder.clickHandler((panel, user1, clickType, slot) ->
|
itemBuilder.clickHandler((panel, user1, clickType, slot) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user