PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.42k stars 2.21k forks source link

getCreativeCategory() doesn't work correctly #8770

Open IDev-mc opened 1 year ago

IDev-mc commented 1 year ago

Expected behavior

Returns the correct CreativeCategory from a Material

Observed/Actual behavior

Allways returns BUILDING_BLOCKS

Steps/models to reproduce

get the CreativeCategory from a Material and check if its the right one

Plugin and Datapack List

FFA(The problematic Plugin), LuckPerms, Multiverse-Core, Plan, WebConsole, Worldedit

Paper version

paper-1.19.3-371

Other

No response

Machine-Maker commented 1 year ago

Yeah, there’s an open PR to fix this. The current method will be deprecated and replaced because items can be in multiple categories now.