TehStoneMan / BetterStorageToo

A Minecraft mod aimed at offering more storage options.
MIT License
2 stars 5 forks source link

Slime buckets showing up in every creative menu #18

Open SeriousCreeper opened 5 years ago

SeriousCreeper commented 5 years ago

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 :)

SettingDust commented 3 years ago

Same 1.12.2

SettingDust commented 3 years ago

Close @TehStoneMan Why not by pull request