Skip to content

Commit

Permalink
Remove default creative groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Apr 5, 2024
1 parent ceda7c5 commit dcad412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ private void onDefineCustomBlocks(PackEventContext<GeyserDefineCustomBlocksEvent
.name(blockLocation.getPath())
.namespace(blockLocation.getNamespace())
.includedInCreativeInventory(true)
.creativeGroup("itemGroup.name.items")
.creativeCategory(CreativeCategory.ITEMS);

CreativeMappings.setupBlock(block, builder);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ private void onDefineCustomItems(PackEventContext<GeyserDefineCustomItemsEvent,
.maxDamage(item.getMaxDamage())
.allowOffhand(true)
.creativeCategory(CreativeCategory.ITEMS.id())
.creativeGroup("itemGroup.name.items")
.maxDamage(item.getMaxDamage())
.stackSize(item.getMaxStackSize());

Expand Down

0 comments on commit dcad412

Please sign in to comment.