Posted December 21, 20204 yr Hey, So I'm making a mod that adds a block that keeps track of inventory in a specific range. It's meant to be put in a storage room and keeps an index of the contents of the chests in that storage room. My problem at the moment is making the GUI with a search bar for that item. I'm not sure what I should use to make that search bar. I don't think blaze3d can do search bars(?). I'm also unsure if I should make the GUI class itself extend a ContainerScreen because it's technically not going to be containing anything. Any help or points in the right direction will be greatly appreciated! Edited December 21, 20204 yr by TheMajorN Clarification
December 21, 20204 yr Look for a screen that supports searching (maybe a CreativeScreen of some kind) and model after it in some regard.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.