Skip to content

Commit

Permalink
Merge pull request Sefiraat#163 from balugaq/master
Browse files Browse the repository at this point in the history
fix compatible with JEG
  • Loading branch information
balugaq authored Nov 4, 2024
2 parents 893777d + 6cec70a commit e0bff01
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ public final class ExpansionItemsMenus {
/* Slimefun item group */
public static final NestedItemGroup MAIN_MENU = new NestedItemGroup(
getKey("NTW_EXPANSION_CATEGORY_MAIN"),
new CustomItemStack(Material.LECTERN)
new CustomItemStack(
Material.CHEST_MINECART,
Networks.getLocalizationService().getString("groups.expansion.custom.main_item_group")
)
) {
@Override
public boolean isVisible(@Nonnull Player p, @Nonnull PlayerProfile profile, @Nonnull SlimefunGuideMode mode) {
Expand Down

0 comments on commit e0bff01

Please sign in to comment.