Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomNPC without plus #9

Open
re7gog opened this issue Aug 23, 2023 · 1 comment
Open

CustomNPC without plus #9

re7gog opened this issue Aug 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@re7gog
Copy link

re7gog commented Aug 23, 2023

When running CustomNPC not plus version game crashes.
It would be nice if there was a notification about using the plus version, because I only realized this by looking at the git history.

Error:
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: noppes/npcs/client/renderer/RenderNPCPony
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

@brunoxkk0 brunoxkk0 added the bug Something isn't working label Aug 23, 2023
@brunoxkk0
Copy link
Member

The problem is in the boss bar, it tries to access the Faction class, but it is in another package in custom NPCs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants