MoreCreativeTabs [Forge/Fabric]

MoreCreativeTabs [Forge/Fabric]

6.1k Downloads

[SUGGESTION] Add support for custom Data pack items

Atten007 opened this issue ยท 1 comments

commented

Hello,

I have a Minecraft Java Edition server on the current version 1.20.1 with some data packs installed on the world. These packs are adding new features with blocks or items to the game (for example this data pack). I want to have it so that Java Edition players can get these special data pack items from new inventory tabs and not only with commands. Unfortunately, I don't know if this feature is currently supported in the mod, so I wanted to ask you: Can you please add support for data pack items?

Greetings,
Atten :)

commented

Datapack items don't have their own unique IDs. In fact, they are ordinary vanilla items with custom NBT, that's all. Because of amount of NBT values can be infinit it is imposible to add datapack items to creative tabs automaticly. But this mod supports adding items to the tabs with a specified NBT, so you can do it manually, as described in the wiki.