Create Mechanical Spawner

Create Mechanical Spawner

243k Downloads

The mod breaks kubejs scripts

genesy opened this issue · 8 comments

commented

I only have one thing on my scripts when testing this. removing the mod fixes it.

ServerEvents.recipes((event) => {
  event.remove({ output: "storagedrawers:upgrade_template" });
});
[08:16:28] [ERR  ] java.lang.NullPointerException: Cannot invoke "net.minecraft.world.item.ItemStack.m_41619_()" because "item" is null
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.IngredientMatch.contains(IngredientMatch.java:42)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.JsonRecipeJS.hasOutput(JsonRecipeJS.java:47)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.RecipeJS.kjs$hasOutput(RecipeJS.java:148)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.filter.OutputFilter.test(OutputFilter.java:18)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.filter.OutputFilter.test(OutputFilter.java:9)
[08:16:28] [ERR  ] 	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178)
[08:16:28] [ERR  ] 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
[08:16:28] [ERR  ] 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[08:16:28] [ERR  ] 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[08:16:28] [ERR  ] 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
[08:16:28] [ERR  ] 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
[08:16:28] [ERR  ] 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[08:16:28] [ERR  ] 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.RecipesEventJS.forEachRecipe(RecipesEventJS.java:410)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.RecipesEventJS.forEachRecipeAsync(RecipesEventJS.java:415)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.RecipesEventJS.remove(RecipesEventJS.java:448)
[08:16:28] [ERR  ] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[08:16:28] [ERR  ] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[08:16:28] [ERR  ] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[08:16:28] [ERR  ] 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.MemberBox.invoke(MemberBox.java:160)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.NativeJavaMethod.call(NativeJavaMethod.java:463)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.Interpreter.interpretLoop(Interpreter.java:1086)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.Interpreter.interpret(Interpreter.java:423)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.InterpretedFunction.call(InterpretedFunction.java:72)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.Context.doTopCall(Context.java:1197)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.ScriptRuntime.doTopCall(ScriptRuntime.java:2619)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.InterpretedFunction.call(InterpretedFunction.java:70)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.ArrowFunction.call(ArrowFunction.java:42)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.InterfaceAdapter.invokeImpl(InterfaceAdapter.java:129)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.InterfaceAdapter.invoke(InterfaceAdapter.java:88)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.rhino.VMBridge.lambda$newInterfaceProxy$0(VMBridge.java:70)
[08:16:28] [ERR  ] 	at TRANSFORMER/jdk.proxy3/jdk.proxy3.$Proxy98.onEvent(Unknown Source)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.event.EventHandlerContainer.handle(EventHandlerContainer.java:33)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.event.EventHandler.postToHandlers(EventHandler.java:206)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:191)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:158)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:151)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.recipe.RecipesEventJS.post(RecipesEventJS.java:262)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.world.item.crafting.RecipeManager.handler$zzi000$customRecipesHead(RecipeManager.java:4527)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)
[08:16:28] [ERR  ] 	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
[08:16:28] [ERR  ] 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.handler$bmg000$handleWaitEventsTimeout(RenderSystem.java:1983)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212)
[08:16:28] [ERR  ] 	at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51)
[08:16:28] [ERR  ] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[08:16:28] [ERR  ] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[08:16:28] [ERR  ] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[08:16:28] [ERR  ] 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
[08:16:28] [ERR  ] 	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[08:16:28] [ERR  ] 	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)```
commented

Just updated the fix and the Kube support.

commented

kubejs is fixed on single player. but adding the mod on multiplayer breaks when trying to join the server.

commented

ok!
It would help me a lot if you can send a log, forge version etc.
Thanks!

commented

image
forge 43.2.0

server log

[09Feb2023 16:14:37.863] [Worker-Main-27/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[09Feb2023 16:14:37.864] [Worker-Main-19/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[09Feb2023 16:14:37.866] [Worker-Main-19/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[09Feb2023 16:14:37.867] [Worker-Main-9/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[09Feb2023 16:14:37.869] [Worker-Main-9/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[09Feb2023 16:14:38.335] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 2548 ms
[09Feb2023 16:14:38.336] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (5.331s)! For help, type "help"
[09Feb2023 16:14:38.396] [Server thread/INFO] [net.minecraftforge.server.permission.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
[09Feb2023 16:14:38.397] [Server thread/INFO] [corail_woodcutter/]: 521 woodcutting recipes loaded
[09Feb2023 16:14:38.431] [Server thread/INFO] [net.larsmans.infinitybuttons.InfinityButtons/]: HELLO from server starting
[09Feb2023 16:14:38.454] [Server thread/INFO] [net.creeperhost.ftbbackups.FTBBackups/]: Starting backup cleaning thread
[09Feb2023 16:14:38.517] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.impl.StdSchedulerFactory/]: Using default implementation for ThreadExecutor
[09Feb2023 16:14:38.536] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.core.SchedulerSignalerImpl/]: Initialized Scheduler Signaller of type: class net.creeperhost.ftbbackups.org.quartz.core.SchedulerSignalerImpl
[09Feb2023 16:14:38.538] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.core.QuartzScheduler/]: Quartz Scheduler v.2.0.2 created.
[09Feb2023 16:14:38.540] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.simpl.RAMJobStore/]: RAMJobStore initialized.
[09Feb2023 16:14:38.542] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.core.QuartzScheduler/]: Scheduler meta-data: Quartz Scheduler (v2.0.2) 'ftbbackups2' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'net.creeperhost.ftbbackups.org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'net.creeperhost.ftbbackups.org.quartz.simpl.SimpleThreadPool' - with 1 threads.
  Using job-store 'net.creeperhost.ftbbackups.org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[09Feb2023 16:14:38.543] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.impl.StdSchedulerFactory/]: Quartz scheduler 'ftbbackups2' initialized from an externally provided properties instance.
[09Feb2023 16:14:38.544] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.impl.StdSchedulerFactory/]: Quartz scheduler version: 2.0.2
[09Feb2023 16:14:38.550] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.core.QuartzScheduler/]: Scheduler ftbbackups2_$_NON_CLUSTERED started.
[09Feb2023 16:14:38.552] [Server thread/INFO] [FTB Quests/]: Loading quests from C:\Users\Gene\AppData\Roaming\ATLauncher\servers\EnkiServer\config\ftbquests\quests
[09Feb2023 16:14:38.586] [Server thread/INFO] [FTB Quests/]: Loaded 3 chapter groups, 12 chapters, 288 quests, 1 reward tables
[09Feb2023 16:14:38.605] [Server thread/INFO] [cyclopscore/]: Loading infobook /data/cyclopscore/info/test.xml
[09Feb2023 16:14:38.680] [Server thread/INFO] [patchouli/]: Sending reload packet to clients
[09Feb2023 16:14:39.030] [Server thread/INFO] [readyplayerfun/]: Pausing server onWorldTick at 7990040, 529402
[09Feb2023 16:14:40.884] [Server thread/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class net.minecraft.world.entity.player.Player from class com.lodestar.aileron.SmokeStocks
[09Feb2023 16:14:40.886] [Server thread/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager
[09Feb2023 16:14:40.951] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@7c71451b
[09Feb2023 16:15:48.442] [Netty Server IO #1/INFO] [mixin/]: Mixing server.MixinServerboundChatPacket from nochatreports.mixins.json into net.minecraft.network.protocol.game.ServerboundChatPacket
[09Feb2023 16:15:48.565] [Netty Server IO #1/WARN] [com.connectivity.Connectivity/]: java.lang.ArrayIndexOutOfBoundsException: Index -2 out of bounds for length 0
[09Feb2023 16:15:48.730] [Netty Server IO #2/WARN] [mixin/]: @ModifyConstant conflict. Skipping performant.mixins.json:connection.ServerLoginNetHandlerMixin->@ModifyConstant::loginTimeout(I)I with priority 100, already redirected by connectivity.mixins.json:ServerLoginNetHandlerMixin->@ModifyConstant::loginTimeout(I)I with priority 1001
[09Feb2023 16:16:01.085] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@5bf3e3b8
[09Feb2023 16:16:01.144] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: GeneZ[/[0:0:0:0:0:0:0:1]:51605] logged in with entity id 255 at (675.608554474866, 64.0, 1319.2128864483764)
[09Feb2023 16:16:01.192] [Server thread/INFO] [com.klikli_dev.modonomicon.Modonomicon/]: Building books ...
[09Feb2023 16:16:01.197] [Server thread/WARN] [com.klikli_dev.modonomicon.Modonomicon/]: Recipe minecraft:iron_ingot_from_blasting_iron_ore (of type minecraft:blasting) not found.
[09Feb2023 16:16:01.197] [Server thread/WARN] [com.klikli_dev.modonomicon.Modonomicon/]: Recipe minecraft:netherite_axe_smithing_does_not_exist (of type minecraft:smithing) not found.
[09Feb2023 16:16:01.198] [Server thread/INFO] [com.klikli_dev.modonomicon.Modonomicon/]: Books built.
[09Feb2023 16:16:01.198] [Server thread/INFO] [com.klikli_dev.modonomicon.Modonomicon/]: Adding read conditions ...
[09Feb2023 16:16:01.200] [Server thread/INFO] [com.klikli_dev.modonomicon.Modonomicon/]: Read conditions added.
[09Feb2023 16:16:01.442] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: GeneZ joined the game
[09Feb2023 16:16:01.775] [Server thread/INFO] [readyplayerfun/]: Unpausing server: onPlayerLogin, 0:01:22 at 7990040, 529402
[09Feb2023 16:16:01.807] [Server thread/INFO] [com.kyanite.paragon.Paragon/]: Server sent config handshake for geode to GeneZ
[09Feb2023 16:16:01.810] [Server thread/INFO] [com.kyanite.paragon.Paragon/]: Server sent config handshake for paragon to GeneZ
[09Feb2023 16:16:02.717] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: GeneZ lost connection: Disconnected
[09Feb2023 16:16:02.720] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: GeneZ left the game
[09Feb2023 16:16:02.726] [Server thread/INFO] [readyplayerfun/]: Pausing server onPlayerLogout at 7990061, 529423
[09Feb2023 16:17:44.297] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.core.QuartzScheduler/]: Scheduler ftbbackups2_$_NON_CLUSTERED shutting down.
[09Feb2023 16:17:44.297] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.core.QuartzScheduler/]: Scheduler ftbbackups2_$_NON_CLUSTERED paused.
[09Feb2023 16:17:44.299] [Server thread/INFO] [net.creeperhost.ftbbackups.org.quartz.core.QuartzScheduler/]: Scheduler ftbbackups2_$_NON_CLUSTERED shutdown complete.
[09Feb2023 16:17:44.300] [Server thread/INFO] [net.creeperhost.ftbbackups.FTBBackups/]: Shutting down the config watcher executor
[09Feb2023 16:17:44.300] [Server thread/INFO] [net.creeperhost.ftbbackups.FTBBackups/]: Shutting down backup cleaning executor
[09Feb2023 16:17:44.300] [Server thread/INFO] [net.creeperhost.ftbbackups.FTBBackups/]: Shutting down backup executor
[09Feb2023 16:17:44.303] [Server thread/INFO] [brightspark.asynclocator.AsyncLocatorMod/]: Async Locator -> Shutting down locating executor service
[09Feb2023 16:17:44.306] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[09Feb2023 16:17:44.307] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[09Feb2023 16:17:44.309] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[09Feb2023 16:17:45.228] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/minecraft:overworld
[09Feb2023 16:17:45.736] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/arsomega:demon_realm
[09Feb2023 16:17:45.737] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:earth_orbit
[09Feb2023 16:17:45.739] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:venus_orbit
[09Feb2023 16:17:45.740] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:mercury_orbit
[09Feb2023 16:17:45.743] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:glacio
[09Feb2023 16:17:45.750] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:moon
[09Feb2023 16:17:45.751] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:moon_orbit
[09Feb2023 16:17:45.752] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/compactmachines:compact_world
[09Feb2023 16:17:45.754] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/minecraft:the_nether
[09Feb2023 16:17:45.756] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:mars_orbit
[09Feb2023 16:17:45.757] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:mars
[09Feb2023 16:17:45.759] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/minecraft:the_end
[09Feb2023 16:17:45.763] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:glacio_orbit
[09Feb2023 16:17:45.765] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:venus
[09Feb2023 16:17:45.768] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ad_astra:mercury
[09Feb2023 16:17:45.769] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Test World 1]'/ae2:spatial_storage
[09Feb2023 16:17:45.872] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (Test World 1): All chunks are saved
[09Feb2023 16:17:45.873] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (demon_realm): All chunks are saved
[09Feb2023 16:17:45.875] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (earth_orbit): All chunks are saved
[09Feb2023 16:17:45.875] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (venus_orbit): All chunks are saved
[09Feb2023 16:17:45.877] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (mercury_orbit): All chunks are saved
[09Feb2023 16:17:45.878] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (glacio): All chunks are saved
[09Feb2023 16:17:45.878] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (moon): All chunks are saved
[09Feb2023 16:17:45.879] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (moon_orbit): All chunks are saved
[09Feb2023 16:17:45.879] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (compact_world): All chunks are saved
[09Feb2023 16:17:45.880] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09Feb2023 16:17:45.880] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (mars_orbit): All chunks are saved
[09Feb2023 16:17:45.881] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (mars): All chunks are saved
[09Feb2023 16:17:45.881] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09Feb2023 16:17:45.882] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (glacio_orbit): All chunks are saved
[09Feb2023 16:17:45.884] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (venus): All chunks are saved
[09Feb2023 16:17:45.884] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (mercury): All chunks are saved
[09Feb2023 16:17:45.884] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (spatial_storage): All chunks are saved
[09Feb2023 16:17:45.885] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[09Feb2023 16:17:45.918] [Server thread/INFO] [FTB Chunks/]: Shutting down map thread
[09Feb2023 16:17:47.008] [Thread-35/INFO] [net.creeperhost.ftbbackups.FTBBackups/]: Shutting down the config watcher executor
[09Feb2023 16:17:47.009] [Thread-35/INFO] [net.creeperhost.ftbbackups.FTBBackups/]: Shutting down backup cleaning executor

latest.log from the moment the world spawned til i tried to connect.

found this on client

[16:16:02] [Netty Client IO #2/WARN]: Packet not registered: ClientboundDisconnectPacket
[16:16:02] [Netty Client IO #2/WARN]: io.netty.handler.codec.EncoderException: java.io.IOException: Can't serialize unregistered packet
[16:16:02] [Netty Client IO #2/WARN]: io.netty.handler.codec.DecoderException: net.minecraft.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: ing_shaped�biomesoplenty:cherry_fence��wooden_fence��?�� ��?�� ��?�� ��?�� ��?�� ��?�� �?�� �minecraft:crafting_sha```



removing the mod fixes these, can't test any more today hope this helps
commented

It helps!
Thanks so much!

commented

I have the same issue. My kubejs scripts break after installing this mod.

commented

The latest update still has this issue

commented

Thank both!
I'm working on it.