Posted June 22, 20196 yr I have two config class with @Config, same modid, but different category. How to create an IModGuiFactory that contains all the things in 2 configs?
June 22, 20196 yr 34 minutes ago, Taskkill said: I have two config class with @Config, same modid, but different category. How to create an IModGuiFactory that contains all the things in 2 configs? why would you have 2 classes what is the purpose of that? when you use the @Config annotation you don't have to use a IModGuiFactory (if you don't want the normal Forge gui for the Configs then you would use the IModGuiFactory) when you have a @Config you can just have multiple categories in there you would create Static classes containing those categories Edited June 22, 20196 yr by Oscarita25
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.