SeriousCreeper opened this issue 6 years ago ยท 1 comments
With the current versions, the tents appear in every creative menu tab, including the delete button.
To fix that, you just need to wrap the getSubItems stuff into if(isInCreativeTab(tab)) { } and that should get rid of it :)
if(isInCreativeTab(tab)) { }
Fixed in latest release 9.02