Glowstone Dust and Gunpowder tile displays in JEI and has no texture
Snownee opened this issue ยท 5 comments
The easiest way is to just not include ItemBlock's for those blocks, they are useless anyways and vanilla does not add them. Alternatively if you need the item blocks for some reason, have getSubBlocks return an empty list. (note that anything you see in JEI should also appear in the creative search menu)
@mezz is there an IMC call I can use to quickly hide these from JEI?
Hm I think JEI still grabs items and blocks from the registries even if they have no subtypes in the creative menu.
This lets players get some secret-y items in cheat mode that they would normally have to /give
, but I'm not really sure it should do that any more. Thoughts?