Scroll bar missing when creating a custom creative tab
Zergmazter opened this issue ยท 1 comments
#loader contenttweaker
import mods.contenttweaker.CreativeTab;
var metalCrafts = VanillaFactory.createCreativeTab("metal_crafts", item:contenttweaker:hot_tin_block);
metalCrafts.register();
This code created a creativeTab, but it's missing a scroll button to scroll through items.