The enchanted books with Silk Touch and Fortune cannot be found in creative inventory.
Generate a world in creative mode.
Search "silk" in creative inventory.
No result!
The enchanted books with Silk Touch and Fortune should be in creative inventory.
Linked issues
is duplicated by 12
7 more links
Code Analysis:
In the class CreativeModeTabs.java, `ItemTags.MINING_LOOT_ENCHANTABLE` is missing from the Item TagKey Set which the game searches for which books to put in the creative inventory.
[media]Here I have highlighted what is missing, and what needs to be added to fix the issue. (variable names are not exact, I named them myself for the sake of understanding the code better. General idea still stands)