Posted February 13, 20223 yr So I'm still working out Java and the way forge works etc. I've got a better understanding on how things work now compared to my older questions that I cringed at. I'm basically wondering if I was to create Multiple custom creative tabs, would creating a class per creative tab be something I should be aiming for or should I just have them all in the one class? Main reason I'm asking is the sorting of those tabs, in case I want to sort them separately. Just wondering if separate classes would look cleaner or if the one main class is the way to go. I'm honestly not entirely one hundred percent sure, hence me asking here. If I want to do it within the same class however, I'm not sure how I would go about that either, I've tried myself before with no luck and the only thing I can find on the forums is stuff about adding items to multiple creative tabs, not so much actually creating multiple creative tabs themselves since I'm guessing they're pretty straight forward. The only thing I can think of is to make creative tabs per one but I'm not sure if that's the most efficient idea if I want to sort them separately or not. Thanks in advance for the help and patience, sorry if it's a real rookie question, I just can't find any information. ~Blood
February 13, 20223 yr Author 21 minutes ago, diesieben07 said: Doesn't really matter if you make a class for every one or not. However it seems kind of strange to do, if they all do almost the same thing. Yeah that's the same mentality I had when writing that out. However if I'm to do them all within the same class, I'm unsure how I would actually do that. Is there any guide on making more than one Creative Tab anyway at all? Thanks for the reply and the help again. :') ~Blood
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.