Slime buckets showing up in every creative menu
SeriousCreeper opened this issue ยท 2 comments
Currently the cardboard box tools + slime buckets show up in every creative menu tab (including the trash can slot).
To fix that, you just need to wrap the getSubItems stuff into if(isInCreativeTab(tab)) { } and that should get rid of it :)
Close @TehStoneMan
Why not by pull request