[1.16.5] Replacing main mob controller crushes whole singleplayer
theArhar opened this issue ยท 2 comments
Minecraft version: 1.16.5
Mod version: 1.0.8.1
Minecraft Forge version: 36.2.22
Mod Pack: TNP Limitless 3 1.11.7
build top tier factory, run for a while, disable with redstone signal, break mob controller (here all good), place another type mob controller - whole server is gone, you can still move, but no more opening chests or chunk loading
`[24Jan2022 12:46:58.302] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: updateCache: caching mob:minecraft:creeper xp:5 health:20
[24Jan2022 12:46:58.351] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: compareToWorld: TIER_5
[24Jan2022 12:46:58.351] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: compareToWorld: Found primary controller minecraft:creeper
[24Jan2022 12:46:58.351] [Server thread/DEBUG] [ipsis.woot.modules.factory.layout.FactoryScanner/]: compareToWorld: AbsolutePattern{tier=TIER_5, facing=north, perks=[TIER_SHARD_3, EFFICIENCY_3, RATE_3, HEADLESS_3], mobs=[minecraft:creeper], exotic=NONE}
[24Jan2022 12:46:58.353] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: createFromValidLayout: adding perk TIER_SHARD/3
[24Jan2022 12:46:58.353] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: createFromValidLayout: adding perk EFFICIENCY/3
[24Jan2022 12:46:58.353] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: createFromValidLayout: adding perk RATE/3
[24Jan2022 12:46:58.353] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: createFromValidLayout: adding perk HEADLESS/3
[24Jan2022 12:46:58.353] [Server thread/DEBUG] [ipsis.woot.modules.factory.blocks.HeartTileEntity/]: formedSetup: FormedSetup{tier=TIER_5, controllerMobs=[minecraft:creeper], perks={EFFICIENCY=3, RATE=3, TIER_SHARD=3, HEADLESS=3}, world=ServerLevel[TNP], importPos=BlockPos{x=-227, y=71, z=-205}, exportPos=BlockPos{x=-227, y=70, z=-205}, cellPos=BlockPos{x=-227, y=69, z=-205}, cellCapacity=100000, exotic=NONE}
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calulator mob:minecraft:creeper params:MobParam{baseSpawnTicks=320, baseMassCount=1, baseFluidCost=200, perkEfficiencyValue=30, perkMassValue=-1, perkRateValue=75, perkXpValue=-1, perkHeadlessValue=80}
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator mob:minecraft:creeper fluidCost:200
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator: PERK 30.0 conatus efficiency
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator: minecraft:creeper saving of 60mB -> 140mB
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator fluidCost:140
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator baseSpawnTicks:320 actualSpawnTick:320
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator: PERK 240 rate
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator: 320 @ 75% -> 320
[24Jan2022 12:46:58.355] [Server thread/DEBUG] [ipsis.woot.modules.factory.calculators.CalculatorVersion2/]: Calculator actualSpawnTick:80
[24Jan2022 12:46:58.363] [Server thread/DEBUG] [ipsis.woot.setup.ModSetup/]: Allocated minecraft:creeper@0 to cell ipsis.woot.simulator.tartarus.Cell@7de51b9d
[24Jan2022 12:46:59.994] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:02.090] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:04.191] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:06.289] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:08.388] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:10.489] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:11.177] [main/DEBUG] [Tips/]: Displaying tip tips:stop_wandering_trader on screen IngameMenuScreen.
[24Jan2022 12:47:11.563] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:24.223] [main/DEBUG] [Tips/]: Displaying tip tips:wand_gadgets_dank on screen IngameMenuScreen.
[24Jan2022 12:47:37.266] [main/DEBUG] [Tips/]: Displaying tip tips:controls_keybind on screen IngameMenuScreen.
[24Jan2022 12:47:42.005] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:47:50.318] [main/DEBUG] [Tips/]: Displaying tip tips:ae2_grindstone on screen IngameMenuScreen.
[24Jan2022 12:48:03.403] [main/DEBUG] [Tips/]: Displaying tip tips:dont_use on screen IngameMenuScreen.
[24Jan2022 12:48:12.510] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[24Jan2022 12:48:16.452] [main/DEBUG] [Tips/]: Displaying tip atum:you_will_die on screen IngameMenuScreen.
[24Jan2022 12:48:29.217] [JM-task-4/WARN] [journeymap/]: Error rendering surface: java.lang.ArrayIndexOutOfBoundsException: 2
at com.valkyrieofnight.vlib.multiblock.obj.tile.impl.colored.MultiColoredSlaveTile.getColor(MultiColoredSlaveTile.java:44)
at com.valkyrieofnight.envirocore.core.block.EColoredSlaveBlock.getColor(EColoredSlaveBlock.java:74)
at com.valkyrieofnight.envirocore.core.block.EColored2OverlaySlaveBlock.getColor(EColored2OverlaySlaveBlock.java:33)
at com.valkyrieofnight.vlib.core.obj.block.base.color.BlockColor.getColor(BlockColor.java:16)
at net.minecraft.client.renderer.color.BlockColors.func_228054_a_(BlockColors.java:92)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getColorMultiplier(VanillaBlockColorProxy.java:132)
at journeymap.client.mod.vanilla.VanillaBlockColorProxy.getBlockColor(VanillaBlockColorProxy.java:98)
at journeymap.client.model.BlockMD.getBlockColor(BlockMD.java:460)
at journeymap.client.cartography.render.BaseRenderer.setStratumColors(BaseRenderer.java:281)
at journeymap.client.cartography.Strata.nextUp(Strata.java:211)
at journeymap.client.cartography.render.SurfaceRenderer.paintStrata(SurfaceRenderer.java:449)
at journeymap.client.cartography.render.SurfaceRenderer.renderSurface(SurfaceRenderer.java:214)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:121)
at journeymap.client.cartography.render.SurfaceRenderer.render(SurfaceRenderer.java:91)
at journeymap.client.cartography.ChunkRenderController.renderChunk(ChunkRenderController.java:151)
at journeymap.client.task.multi.BaseMapTask.performTask(BaseMapTask.java:122)
at journeymap.client.task.multi.TaskBatch.performTask(TaskBatch.java:72)
at journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch.performTask(MapPlayerTask.java:423)
at journeymap.client.thread.RunnableTask$Inner.run(RunnableTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
`
The players of my pack are getting the same issue. Is this mod still being maintained?
crash-2022-03-28_23.00.59-server.txt