-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Minecraft Version
1.20.1
KubeJS Version
2001.6.5-build.16
Rhino Version
2001.2.3-build.10
Architectury Version
9.2.14
Forge/Fabric Version
Forge 47.4.10
Describe your issue
[23:13:06] [ERROR] ! Error in 'StartupEvents.registry': Duplicate key 'phantom:projectile_with_offset' in registry 'palladium:abilities'!
[23:13:06] [ERROR] ! java.lang.IllegalArgumentException: Duplicate key 'phantom:projectile_with_offset' in registry 'palladium:abilities'!
[23:13:06] [ERROR] ! at …kubejs.registry.RegistryInfo.addBuilder(RegistryInfo.java:302)
[23:13:06] [ERROR] ! at …kubejs.registry.RegistryEventJS.create(RegistryEventJS.java:52)
[23:13:06] [ERROR] ! at java.lang.reflect.Method.invoke(Method.java:569)
[23:13:06] [ERROR] ! at …rhino.MemberBox.invoke(MemberBox.java:160)
[23:13:06] [ERROR] ! at …rhino.NativeJavaMethod.call(NativeJavaMethod.java:463)
[23:13:06] [ERROR] ! at …rhino.Interpreter.interpretLoop(Interpreter.java:986)
[23:13:06] [ERROR] ! at …rhino.Interpreter.interpret(Interpreter.java:370)
[23:13:06] [ERROR] ! at …rhino.InterpretedFunction.call(InterpretedFunction.java:72)
[23:13:06] [ERROR] ! at …rhino.Context.callSync(Context.java:1357)
[23:13:06] [ERROR] ! at …rhino.Context.doTopCall(Context.java:1374)
[23:13:06] [ERROR] ! at …rhino.InterpretedFunction.call(InterpretedFunction.java:70)
[23:13:06] [ERROR] ! at …rhino.Context.callSync(Context.java:1357)
[23:13:06] [ERROR] ! at …rhino.ArrowFunction.call(ArrowFunction.java:42)
[23:13:06] [ERROR] ! at …rhino.Context.callSync(Context.java:1357)
[23:13:06] [ERROR] ! at …rhino.InterfaceAdapter.invoke(InterfaceAdapter.java:125)
[23:13:06] [ERROR] ! at …rhino.VMBridge.lambda$newInterfaceProxy$0(VMBridge.java:74)
[23:13:06] [ERROR] ! at TRANSFORMER/jdk.proxy3/jdk.proxy3.$Proxy49.onEvent(Unknown Source)
[23:13:06] [ERROR] ! at …kubejs.event.EventHandlerContainer.handle(EventHandlerContainer.java:39)
[23:13:06] [ERROR] ! at …kubejs.event.EventHandler.postToHandlers(EventHandler.java:304)
[23:13:06] [ERROR] ! at …kubejs.event.EventHandler.post(EventHandler.java:264)
[23:13:06] [ERROR] ! at …kubejs.event.EventHandler.post(EventHandler.java:226)
[23:13:06] [ERROR] ! at …kubejs.event.EventHandler.post(EventHandler.java:205)
[23:13:06] [ERROR] ! at …kubejs.registry.RegistryInfo.fireRegistryEvent(RegistryInfo.java:426)
[23:13:06] [ERROR] ! at …kubejs.KubeJS.(KubeJS.java:154)
[23:13:06] [ERROR] ! at …kubejs.forge.KubeJSForge.(KubeJSForge.java:51)
[23:13:06] [ERROR] ! at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
[23:13:06] [ERROR] ! at java.lang.reflect.Constructor.newInstance(Constructor.java:481)
[23:13:06] [ERROR] ! at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77)
[23:13:06] [ERROR] ! at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$5(ModContainer.java:126)
[23:13:06] [ERROR] ! at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[23:13:06] [ERROR] ! at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
[23:13:06] [WARN] addonpack_fsang_hero:kubejs_scripts/vulcan_shield2.js#12: blockBuilder.material(string) is no longer supported! Use .soundType(SoundType) and .mapColor(MapColor) instead!
[23:13:06] [WARN] addonpack_fsang_hero:kubejs_scripts/vulcan_shield1.js#12: blockBuilder.material(string) is no longer supported! Use .soundType(SoundType) and .mapColor(MapColor) instead!
[23:13:06] [WARN] addonpack_fsang_hero:kubejs_scripts/scarab_shield.js#12: blockBuilder.material(string) is no longer supported! Use .soundType(SoundType) and .mapColor(MapColor) instead!
Crash report/logs
No response