ShadowGamerXY / AdventureBags

"Simple yet useful" -AlexisMachina
MIT License
3 stars 1 forks source link

missing GuiFactory class #12

Open wong8888 opened 5 years ago

wong8888 commented 5 years ago

i use 0.9.0r and 0.9.1b have same problem

based on you in AdventureBags.java Line 18 @Mod(modid = MOD_ID,name = NAME,version = VERSION,useMetadata = true,guiFactory = "sirshadow.adventurebags.proxys.GuiFactory")

but you missing that GuiFactory class.

minecraft log: [02:29:52] [main/ERROR] [FML]: A critical error occurred instantiating the gui factory for mod adventurebags java.lang.ClassNotFoundException: sirshadow.adventurebags.proxys.GuiFactory at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]