Code Monkey home page Code Monkey logo

voxelmap's People

Contributors

mamiyaotaru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

voxelmap's Issues

V10verlap 4.0 on single player triggering a bug

This happens randomly when jumping from / climbing to another world in V10verlap 4.0 on single player:

java.util.concurrent.ExecutionException: java.lang.RuntimeException: Cannot Hotload Dim: Overworld is not Loaded!
    at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    at net.minecraft.util.Util.runTask(SourceFile:531)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1086)
    at net.minecraft.client.Minecraft.run(Minecraft.java:4437)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.RuntimeException: Cannot Hotload Dim: Overworld is not Loaded!
    at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:232)
    at net.minecraft.server.MinecraftServer.getWorld(MinecraftServer.java:832)
    at com.mamiyaotaru.voxelmap.b.b.<init>(Unknown Source)
    at com.mamiyaotaru.voxelmap.b.p.do(Unknown Source)
    at com.mamiyaotaru.voxelmap.util.K.do(Unknown Source)
    at com.mamiyaotaru.voxelmap.util.K.markBlockRangeForRenderUpdate(Unknown Source)
    at net.minecraft.world.World.markBlockRangeForRenderUpdate(World.java:472)
    at net.minecraft.client.network.NetHandlerPlayClient.handleChunkData(NetHandlerPlayClient.java:746)
    at net.minecraft.network.play.server.SPacketChunkData.processPacket(SourceFile:96)
    at net.minecraft.network.play.server.SPacketChunkData.processPacket(SourceFile:18)
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at net.minecraft.util.Util.runTask(SourceFile:529)
    ... 9 more

Transparent Water

The representation of the water on the map is invisible, the terrain is as if there was no water .... This happened apois to update the opfine. Before upgrading I used the texture package, opfine, and voxelmap without any problems.
Now if the three are together, it happens.

Null Pointer Exception on Get Sky Color

When I log in to a server I'm playing on that is backward compatible with older versions, I'm getting the following error:

java.lang.NullPointerException: null
	at net.optifine.CustomColors.getWorldSkyColor(CustomColors.java:1536) ~[Optifine-mapped.jar:?]
	at net.minecraft.class_758.method_3210(class_758.java:91) ~[intermediary-fabric-loader-0.9.0+build.204-1.16.1.jar:?]
	at com.mamiyaotaru.voxelmap.Map.getSkyColor(Map.java:991) ~[fabricmod_VoxelMap-1.10.6b_for_1.16.1.jar:?]
	at com.mamiyaotaru.voxelmap.Map.calculateCurrentLightAndSkyColor(Map.java:962) ~[fabricmod_VoxelMap-1.10.6b_for_1.16.1.jar:?]
	at com.mamiyaotaru.voxelmap.Map.onTickInGame(Map.java:695) ~[fabricmod_VoxelMap-1.10.6b_for_1.16.1.jar:?]
	at com.mamiyaotaru.voxelmap.VoxelMap.onTickInGame(VoxelMap.java:195) ~[fabricmod_VoxelMap-1.10.6b_for_1.16.1.jar:?]
	at com.mamiyaotaru.voxelmap.fabricmod.FabricModVoxelMap.renderOverlay(FabricModVoxelMap.java:74) ~[fabricmod_VoxelMap-1.10.6b_for_1.16.1.jar:?]
	at net.minecraft.class_329.handler$zgd000$onRenderGameOverlay(class_329.java:1811) ~[intermediary-fabric-loader-0.9.0+build.204-1.16.1.jar:?]
	at net.minecraft.class_329.method_1753(class_329.java:441) ~[intermediary-fabric-loader-0.9.0+build.204-1.16.1.jar:?]
	at net.minecraft.class_757.method_3192(class_757.java:750) ~[intermediary-fabric-loader-0.9.0+build.204-1.16.1.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1021) ~[intermediary-fabric-loader-0.9.0+build.204-1.16.1.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:654) [intermediary-fabric-loader-0.9.0+build.204-1.16.1.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:215) [intermediary-fabric-loader-0.9.0+build.204-1.16.1.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192) [fabric-loader-0.9.0+build.204.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140) [fabric-loader-0.9.0+build.204.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) [fabric-loader-0.9.0+build.204.jar:?]

[1.16.2 Forge] Waypoints and map reset in Realms

Waypoints and generated maps are not saved so that they can be reloaded in Realms. Every time I join a Realm, it uses a different server IP to the time before, so the maps and waypoints are not loaded.

[1.15.2] ArrayIndexOutOfBoundsExeption: 1099

The client crashes randomly, leaving me with this crashlog:

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 6/27/20 2:49 PM
Description: Unexpected error

java.lang.ArrayIndexOutOfBoundsException: 1099
	at com.mamiyaotaru.voxelmap.util.MapChunkCache.isChunkSurroundedByLoaded(MapChunkCache.java:141)
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.isChunkReady(PersistentMap.java:1185)
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.handleChangeInWorld(PersistentMap.java:1108)
	at com.mamiyaotaru.voxelmap.util.WorldUpdateListener.notifyObservers(WorldUpdateListener.java:47)
	at net.minecraft.class_761.handler$zil000$postScheduleChunkRender(class_761.java:5003)
	at net.minecraft.class_761.method_3295(class_761.java:2390)
	at net.minecraft.class_761.method_8571(class_761.java:2385)
	at net.minecraft.class_631.method_12247(class_631.java:174)
	at net.minecraft.class_3560.method_15530(class_3560.java:374)
	at net.minecraft.class_3558.method_15516(class_3558.java:203)
	at net.minecraft.class_3568.method_15563(class_3568.java:68)
	at net.minecraft.class_761.method_22710(class_761.java:1046)
	at net.minecraft.class_757.method_3188(class_757.java:718)
	at net.minecraft.class_757.method_3192(class_757.java:543)
	at net.minecraft.class_310.method_1523(class_310.java:989)
	at net.minecraft.class_310.method_1514(class_310.java:619)
	at net.minecraft.client.main.Main.main(Main.java:204)
	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:498)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
	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:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
	at com.mamiyaotaru.voxelmap.util.MapChunkCache.isChunkSurroundedByLoaded(MapChunkCache.java:141)
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.isChunkReady(PersistentMap.java:1185)
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.handleChangeInWorld(PersistentMap.java:1108)
	at com.mamiyaotaru.voxelmap.util.WorldUpdateListener.notifyObservers(WorldUpdateListener.java:47)
	at net.minecraft.class_761.handler$zil000$postScheduleChunkRender(class_761.java:5003)
	at net.minecraft.class_761.method_3295(class_761.java:2390)
	at net.minecraft.class_761.method_8571(class_761.java:2385)
	at net.minecraft.class_631.method_12247(class_631.java:174)
	at net.minecraft.class_3560.method_15530(class_3560.java:374)
	at net.minecraft.class_3558.method_15516(class_3558.java:203)
	at net.minecraft.class_3568.method_15563(class_3568.java:68)
	at net.minecraft.class_761.method_22710(class_761.java:1046)
	at net.minecraft.class_757.method_3188(class_757.java:718)

-- Affected level --
Details:
	All players: 2 total; [class_746['replaceitem'/480481, l='MpServer', x=-188.55, y=23.00, z=-83.08], class_745['Goldbear'/342535, l='MpServer', x=-1.34, y=0.50, z=159.69]]
	Chunk stats: Client Chunk Cache: 3025, 2573
	Level dimension: minecraft:the_nether
	Level name: MpServer
	Level seed: -6028445737087606203
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: {}
	Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 47133474 game time, 46070689 day time
	Known server brands: 
	Level was modded: false
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Server brand: fabric
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:450)
	at net.minecraft.class_310.method_1587(class_310.java:1921)
	at net.minecraft.class_310.method_1514(class_310.java:639)
	at net.minecraft.client.main.Main.main(Main.java:204)
	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:498)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
	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:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
	Minecraft Version: 1.15.2
	Minecraft Version ID: 1.15.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_252, AdoptOpenJDK
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
	Memory: 803360392 bytes (766 MB) / 2856321024 bytes (2724 MB) up to 3773300736 bytes (3598 MB)
	CPUs: 4
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4048m
	Fabric Mods: 
		authme: Auth Me 1.1.1
		carpet: Carpet Mod in Fabric 1.4.0
		dynamicfps: Dynamic FPS 1.0.4
		fabric: Fabric API 0.4.29+build.290-1.15
		fabric-api-base: Fabric API Base 0.1.2+b7f9825d0c
		fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68e0c
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea890c
		fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d0c
		fabric-containers-v0: Fabric Containers (v0) 0.1.3+b7f9825d0c
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825d0c
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825d0c
		fabric-dimensions-v1: fabric-dimensions-v1 0.2.4+203491ea0c
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.7+a1bd31180c
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825d0c
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e10c
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+dfdb52d60c
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a73050c
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+b7f9825d0c
		fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d60c
		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.3+e08a73050c
		fabric-networking-v0: Fabric Networking (v0) 0.1.7+12515ed90c
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c30c
		fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d60c
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.6+f3d8141b0c
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a250c
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.22+203491ea0c
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a600c
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825d0c
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed90c
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+534104900c
		fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+534104900c
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b30c
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd915800c
		fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba70c
		fabricloader: Fabric Loader 0.8.8+build.202
		itemscroller: Item Scroller 0.15.0-dev.20200616.032713
		litematica: Litematica 0.0.0-dev.20200515.184506
		malilib: MaLiLib 0.10.0-dev.21+arne.2
		minecraft: Minecraft 1.15.2
		minihud: MiniHUD 0.19.0-dev.20200508.032934
		modmenu: Mod Menu 1.10.2+build.32
		tweakeroo: Tweakeroo 0.10.0-dev.20200517.222522
		voxelmap: VoxelMap 1.9.18.1
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: AMD Radeon(TM) R7 Graphics GL version 4.6.13559 Compatibility Profile Context 26.20.12028.2, ATI Technologies Inc.
	GL Caps: Using framebuffer using OpenGL 3.0
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	Resource Packs: vanilla, file/VanillaTweaks_r288400.zip
	Current Language: English (US)
	CPU: 4x AMD A10-7860K Radeon R7, 12 Compute Cores 4C+8G

TP to Waypoint Gives Error Every Time

"/ttpos gives "unknown command" every time I teleport to a waypoint. It does tp though.

Please consider changing the TP command to an an execute command so waypoints in all worlds can be accessed from all worlds, example:

/execute in run tp @s

dimension = minecraft:overworld
minecraft:the_end
minecraft:the_nether

[1.12.2 - Forge] Botania incompatibility

I already wrote about this in the MC forums and MamiyaOtaru said he will look into it, but as it's been a couple of months I'm writing about it here in efforts to fix the problem.
VoxelMap seems to cause crashes with Botania when it's installed, making both mods incompatible with each other.
Is there anything that could be done from this mod's perspective? Botania authors claim only this mod can resolve this issue.
Botania issue link: VazkiiMods/Botania#2205
Thank you!

[1.16.5] crash

[21:28:17] [main/FATAL]: Unreported exception thrown!
java.lang.ArrayIndexOutOfBoundsException: Index 1102 out of bounds for length 1089
	at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.4) ~[?:?]
	at com.mamiyaotaru.voxelmap.util.MapChunkCache.isChunkSurroundedByLoaded(MapChunkCache.java:141) ~[voxelmap.jar:?]
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.isChunkReady(PersistentMap.java:1098) ~[voxelmap.jar:?]
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.handleChangeInWorld(PersistentMap.java:1021) ~[voxelmap.jar:?]
	at com.mamiyaotaru.voxelmap.util.WorldUpdateListener.notifyObservers(WorldUpdateListener.java:47) ~[voxelmap.jar:?]
	at net.minecraft.client.render.WorldRenderer.handler$zgg000$postScheduleChunkRender(WorldRenderer:5218) ~[?:?]
	at net.minecraft.client.render.WorldRenderer.scheduleChunkRender(WorldRenderer:2498) ~[?:?]
	at net.minecraft.client.render.WorldRenderer.scheduleBlockRender(WorldRenderer:2493) ~[?:?]
	at net.minecraft.client.world.ClientChunkManager.onLightUpdate(ClientChunkManager:174) ~[?:?]
	at net.minecraft.world.chunk.light.LightStorage.notifyChanges(LightStorage:895) ~[?:?]
	at net.minecraft.world.chunk.light.ChunkLightProvider.doLightUpdates(ChunkLightProvider:203) ~[?:?]
	at net.minecraft.world.chunk.light.LightingProvider.doLightUpdates(LightingProvider:68) ~[?:?]
	at grondag.canvas.render.CanvasWorldRenderer.renderWorld(CanvasWorldRenderer.java:410) ~[canvas-renderer.jar:?]
	at grondag.canvas.render.CanvasWorldRenderer.render(CanvasWorldRenderer.java:1188) ~[canvas-renderer.jar:?]
	at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:727) ~[?:?]
	at net.minecraft.client.render.GameRenderer.render(GameRenderer:546) ~[?:?]
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1048) ~[?:?]
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:681) ~[?:?]
	at net.minecraft.client.main.Main.main(Main:215) [intermediary-minecraft-1.16.5-client.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27) [fabric-loader-0.11.1.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[21:28:17] [main/ERROR]: An uncaught exception occured while displaying the crash screen, making normal report instead
java.lang.IllegalStateException: Could not initialize startup crash screen
	at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.4) ~[?:?]
	at fudge.notenoughcrashes.mixinhandlers.InGameCatcher.displayCrashScreen(InGameCatcher.java:62) ~[not-enough-crashes.jar:?]
	at fudge.notenoughcrashes.mixinhandlers.InGameCatcher.handleClientCrash(InGameCatcher.java:35) ~[not-enough-crashes.jar:?]
	at net.minecraft.client.MinecraftClient.modify$bib000$onCrash(MinecraftClient:12412) ~[?:?]
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:704) ~[?:?]
	at net.minecraft.client.main.Main.main(Main:215) [intermediary-minecraft-1.16.5-client.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27) [fabric-loader-0.11.1.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
---- Minecraft Crash Report ----
// Oops.

Time: 3/13/21, 9:28 PM
Description: Unexpected error

java.lang.ArrayIndexOutOfBoundsException: Index 1102 out of bounds for length 1089
	at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.4)
	at com.mamiyaotaru.voxelmap.util.MapChunkCache.isChunkSurroundedByLoaded(MapChunkCache.java:141)
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.isChunkReady(PersistentMap.java:1098)
	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.handleChangeInWorld(PersistentMap.java:1021)
	at com.mamiyaotaru.voxelmap.util.WorldUpdateListener.notifyObservers(WorldUpdateListener.java:47)
	at net.minecraft.client.render.WorldRenderer.handler$zgg000$postScheduleChunkRender(WorldRenderer:5218)
	at net.minecraft.client.render.WorldRenderer.scheduleChunkRender(WorldRenderer:2498)
	at net.minecraft.client.render.WorldRenderer.scheduleBlockRender(WorldRenderer:2493)
	at net.minecraft.client.world.ClientChunkManager.onLightUpdate(ClientChunkManager:174)
	at net.minecraft.world.chunk.light.LightStorage.notifyChanges(LightStorage:895)
	at net.minecraft.world.chunk.light.ChunkLightProvider.doLightUpdates(ChunkLightProvider:203)
	at net.minecraft.world.chunk.light.LightingProvider.doLightUpdates(LightingProvider:68)
	at grondag.canvas.render.CanvasWorldRenderer.renderWorld(CanvasWorldRenderer.java:410)
	at grondag.canvas.render.CanvasWorldRenderer.render(CanvasWorldRenderer.java:1188)
	at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:727)
	at net.minecraft.client.render.GameRenderer.render(GameRenderer:546)
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1048)
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:681)
	at net.minecraft.client.main.Main.main(Main:215)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:564)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:564)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Affected level --
Details:
	All players: 3 total; [class_746['_ahkui_'/881057, l='ClientLevel', x=185.33, y=82.83, z=-126.64], class_745['csmoi'/866518, l='ClientLevel', x=20.30, y=14.00, z=36.70], class_745['Minnnnn'/853893, l='ClientLevel', x=15.79, y=14.00, z=7.31]]
	Chunk stats: Client Chunk Cache: 5041, 4636
	Level dimension: minecraft:the_nether
	Level spawn location: World: (0,70,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 58938429 game time, 60023760 day time
	Server brand: fabric
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:449)
	at net.minecraft.class_310.method_1587(class_310.java:2239)
	at fudge.notenoughcrashes.mixinhandlers.InGameCatcher.handleClientCrash(InGameCatcher.java:28)
	at net.minecraft.class_310.modify$bib000$onCrash(class_310.java:12412)
	at net.minecraft.class_310.method_1514(class_310.java:704)
	at net.minecraft.client.main.Main.main(Main.java:215)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)
-- System Details --
Details:
	Minecraft Version: 1.16.5
	Minecraft Version ID: 1.16.5
	Operating System: Mac OS X (x86_64) version 10.16
	Java Version: 14.0.1, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
	Memory: 1537349872 bytes (1466 MB) / 5544869888 bytes (5288 MB) up to 17179869184 bytes (16384 MB)
	CPUs: 8
	JVM Flags: 2 total; -Xms512m -Xmx16384m
	Suspected Mods: Fabric Loader (fabricloader), VoxelMap (voxelmap), Canvas Renderer (canvas)
	Fabric Mods: 
		adabraniummod: Adabranium 1.3.2+1.16.5
		adapaxels: AdaPaxels 1.0.6+1.16.5
		additionalbars: Additional Bars 1.0.1
		adorn: Adorn 1.13.0+1.16.5
		advanced_runtime_resource_pack: Runtime Resource Pack 0.3.6
		adventurez: AdventureZ 1.1.7
		alloy_forgery: Alloy Forgery 1.0.7
		amecs: Amecs 1.3.3+mc.1.16.3
		amecsapi: Amecs API 1.1.3+mc1.16.5
		ancientgateways: Ancient Gateways 1.0.2
		angerable-patch: Angerable Patch 1.1.0-1.16.4
		anvil_fix: AnvilFix 1.2.1-1.16
		architectury: Architectury 1.8.130
		artofalchemy: Art of Alchemy: Memoriam 1.0.0-rc4+1.16.4
		astromine: Astromine 1.11.5+fabric-1.16.5
		astromine-core: Astromine: Core 1.11.5+fabric-1.16.5
		astromine-discoveries: Astromine: Discoveries 1.11.5+fabric-1.16.5
		astromine-foundations: Astromine: Foundations 1.11.5+fabric-1.16.5
		astromine-technologies: Astromine: Technologies 1.11.5+fabric-1.16.5
		astromine-transportations: Astromine: Transportations 1.11.5+fabric-1.16.5
		attributefix: Attribute Fix {FABRIC} 1.0.1
		authme: Auth Me 1.4.0
		autoconfig1u: Auto Config v1 Updated 3.3.1
		autofish: Autofish 0.9.2
		betterf3: BetterF3 1.1.2
		bettermineshafts: YUNG's Better Mineshafts 1.16.4-1.0.1
		betterthirdperson: Better Third Person 1.4.0
		blade: Blade 2.0.0
		blockus: Blockus 2.1.0+1.16.5
		blue_endless_jankson: jankson 1.2.0
		bunch-o-trinkets: Bunch O' Trinkets 1.0.1
		campanion: Campanion 1.3.5
		can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.0.2
		canvas: Canvas Renderer 1.0.1267
		cardinal-components: Cardinal Components API 2.6.0
		cardinal-components-base: Cardinal Components API (base) 2.7.10
		cardinal-components-block: Cardinal Components API (blocks) 2.7.10
		cardinal-components-chunk: Cardinal Components API (chunks) 2.7.10
		cardinal-components-entity: Cardinal Components API (entities) 2.7.10
		cardinal-components-item: Cardinal Components API (items) 2.7.10
		cardinal-components-level: Cardinal Components API (world saves) 2.7.10
		cardinal-components-scoreboard: Cardinal Components API (scoreboard) 2.6.0
		cardinal-components-util: Cardinal Components API (utilities) 2.7.10
		cardinal-components-world: Cardinal Components API (worlds) 2.7.10
		ce_foodstuffs: Common Expansion: Foodstuffs 1.1.3
		chainmail: Chainmail 0.5.0
		chat_heads: Chat Heads 0.2.2+1.16.2
		climbable: Climbable 0.2.0
		cloth-armor-api-v1: Cloth Armor API v1 1.4.8
		cloth-basic-math: Cloth Basic Math 0.5.1
		cloth-client-events-v0: Cloth Client Events v0 1.4.5
		cloth-common-events-v1: Cloth Common Events v1 1.4.8
		cloth-config2: Cloth Config v4 4.11.14
		cloth-datagen-api-v1: Cloth Datagen v1 1.4.9
		cloth-durability-bar-api-v1: Cloth Durability Bar API v1 1.5.47
		cloth-dynamic-registry-api-v1: Cloth Dynamic Registry API v1 1.2.1
		com_moandjiezana_toml_toml4j: toml4j 0.7.2
		com_squareup_moshi_moshi: moshi 1.9.2
		com_squareup_okio_okio: okio 1.16.0
		craftingpad: Crafting Pad 1.16.5-fabric0.30.0-1.0.5
		crookedcrooks: Crooked Crooks 1.3.3+1.16.4
		croptopia: Croptopia 1.2.0
		crowdin-translate: CrowdinTranslate 1.2
		crumbs: Crumbs 1.0.6
		crushing_hammers: Crushing Hammers 1.0.3
		curios: Curios API 0.0.12-1.16.5
		customportals: Custom Portals 1.3.0
		customskinloader: CustomSkinLoader 14.13-SNAPSHOT-214
		dankstorage: Dank Storage 1.9a-1.16.3
		dawn: Dawn API 1.7
		diamold: Diamold 1.1.1+1.16.4
		dragonloot: DragonLoot 1.0.4
		dynamicfps: Dynamic FPS 2.0.1
		easierchests: EasierChests 1.16.5-fabric0.30.0-1.6.3
		easiercrafting: EasierCrafting 1.16.5-fabric0.30.0-1.6.6
		effect: Effect Enchants 1.0.0
		enchant_giver: Enchant Giver 1.0.3
		enchantedbookredesign: Enchanted Book Redesign 1.1
		enchants: Enchants Plus 1.0.0
		enhancement: Enhancement (Fabric) 0.7.0
		exotic-art-core: Exotic Art Core Content Pack 1.0.379
		exotic-art-tech: Exotic Art Tech Pack 1.2.379
		exotic-matter: Exotic Matter 2.12.381
		expandedstorage: ExpandedStorage 5.6.33
		extraalchemy: Extra Alchemy 1.3.1
		extremesoundmuffler: Extreme Sound Muffler 3.0.0-BETA
		fabric: Fabric API 0.31.0+1.16
		fabric-api-base: Fabric API Base 0.2.1+9354966b7d
		fabric-api-lookup-api-v1: Fabric Api Lookup API (v1) 1.0.0+8f91dfb63a
		fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
		fabric-command-api-v1: Fabric Command API (v1) 1.1.0+f9b3753b7d
		fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
		fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
		fabric-dimensions-v1: fabric-dimensions-v1 2.0.6+9354966b7d
		fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
		fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.3+ca58154a7d
		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
		fabric-language-kotlin: Fabric Language Kotlin 1.5.0+kotlin.1.4.31
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
		fabric-models-v0: Fabric Models (v0) 0.2.1+ca58154a7d
		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d
		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
		fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.4+9354966b7d
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
		fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
		fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.1+ca58154a7d
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.2.1+ca58154a7d
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
		fabric-rendering-v1: Fabric Rendering (v1) 1.5.1+ca58154a7d
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.2+ca58154a7d
		fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
		fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
		fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d
		fabricloader: Fabric Loader 0.11.1
		facility: Facility 0.12.204
		factory: Factory 1.16.2-1.3.0
		fairenchanting: FairEnchanting 1.2.0
		fasttransferlib: Fast Transfer Lib 0.2.2
		fatxporbs: Fat Experience Orbs 0.0.9
		fermion: Fermion 2.9.218
		fermion-gui: Fermion GUI 2.5.218
		fermion-modkeys: Fermion Modifier Keys 1.10.218
		fermion-orientation: Fermion Orientation 1.2.218
		fermion-varia: Fermion Varia 2.6.218
		fiber: fiber 0.23.0-2
		fiber2cloth: Fiber To Cloth 3.0.1
		flamingo_ooo: Flamingo, oh, oh, oh... 1.0.4-MC1.16.3-fabric
		flonters: Flonters 1.1.1+1.16.2
		fluidity: Fluidity 0.16.204
		flytre_lib: FlytreLib 1.0.1
		fonthack: Font Hack 2.4.51
		frex: FREX 4.5.201
		frex-events: FREX Events 1.3.13
		gateofbabylon: Gate Of Babylon 1.2.1-1.16.2
		gbfabrictools: GBfabrictools 1.3.2+1.16.4
		go-fish: Go Fish 1.2.1-beta-1.16.4
		golemsgalore: Golems Galore 0.2.0+mc.1.16.2
		grindenchantments: Grind Enchantments 1.1.3+1.16.3
		hellish-materials: Hellish Materials 0.12.2
		horseinfo: Horse Info 0.2.2-1.16.1
		hydrogen: Hydrogen 0.2
		improved-stations: Improved Stations 2.0.3
		indrev: Industrial Revolution 1.8.11-BETA
		infinityfix: Infinity Fix 1.1.0
		inventoryhud: Inventory HUD + 3.2.2
		invview: InvView 1.4.1-1.16.4+
		itemscroller: Item Scroller 0.15.0-dev.20210111.205029
		jankson: Jankson 3.0.1+j1.2.0
		java: OpenJDK 64-Bit Server VM 14
		json-model-extensions: JSON Model Extensions 1.19.172
		kubejs: KubeJS 1605.3.6-build.171
		kyrptconfig: Kytpt Config 1.1.6-1.16
		lambdynlights: LambDynamicLights 1.3.4+1.16
		libblockattributes: LibBlockAttributes 0.8.4
		libblockattributes_core: LibBlockAttributes (Core) 0.8.5
		libblockattributes_fluids: LibBlockAttributes (Fluids) 0.8.5
		libblockattributes_items: LibBlockAttributes (Items) 0.8.5
		libcd: LibCapableData 3.0.3+1.16.3
		libgui: LibGui 3.3.5+1.16.5
		libmultipart: LibMultiPart 0.4.3
		libnetworkstack: Lib Network Stack 0.4.1
		library_of_exile: Library of Exile 1.0.6
		lightoverlay: Light Overlay 5.6.1
		lithium: Lithium 0.6.4
		magna: Magna 1.4.3-1.16.2
		malilib: MaLiLib 0.10.0-dev.21+arne.2
		maybe-data: Maybe data 1.0.0-1.16.2
		mcda: MC Dungeons Armors 0.9.4
		mcdict: MCDict 2.0.1+1.16.4
		mcdw: MC Dungeons Weapons 3.0.1
		mealapi: Meal API 0.2+1.16.4
		megane: megane 3.1.3+1.16.5
		megane-api: megane-api 3.1.3+1.16.5
		megane-impl: megane-impl 3.1.3+1.16.5
		megane-runtime: megane-runtime 3.1.3+1.16.5
		mesh: Mesh 0.6.1-alpha.21+1.16.4
		mesh_api: Mesh API 0.6.1-alpha.21+1.16.4
		minecraft: Minecraft 1.16.5
		minihud: MiniHUD 0.19.0-dev.20201103.184029
		mmorpg: Age of Exile 1.7.13
		mo_glass: Mo Glass 1.5-MC1.16.5
		mobropes: Mob Ropes 1.16.4+1.0.2
		modern_industrialization: Modern Industrialization 0.3.14
		modify-drops-api: Modify Drops API 0.3.1
		modmenu: Mod Menu 1.16.8
		modupdater: ModUpdater 1.1.11+1.16.2-rc2
		more_gems: More Gems 1.1.21
		mostructures: Mo' Structures 1.1.0+mc.1.16.5
		mousewheelie: Mouse Wheelie 1.6.4+mc1.16.4
		multi_item_lib: Multi Item Lib 1.1.1
		mythicmetals: Mythic Metals 0.9.8
		nbtcrafting: NBT Crafting 2.0.5+mc1.16.4
		netherite_plus: Netherite Plus Mod 1.3.12-1.16.5
		notenoughanimations: NotEnoughAnimations 1.1.0
		notenoughcrashes: Not Enough Crashes 3.1.8
		numericping: NumericPing 1.0.2-fabric1.16.3
		org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
		org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.4.31
		org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.4.31
		org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.4.31
		org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.4.31
		org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.4.2
		org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.4.2
		org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.1.0
		org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.1.0
		org_joml_joml: joml 1.10.0
		oro_config: OroArmor Config unspecified
		overloadedarmorbar: Overloaded Armor Bar 5.0.0-fabric
		overpowered_mending: Overpowered Mending 2.2.3
		patchouli: Patchouli 1.16.4-50-FABRIC
		petowner: Pet Owner 1.7.1-1.16.2+
		phosphor: Phosphor 0.7.1+build.11
		piglib: Piglib 1.0.1
		pinesbarrels: Better Barrels 1.0.1
		pipe: Pipe 1.1.2
		pipe_vacuum_pump: PipePump 1.1.1
		plantinajar: Plant In A Jar 1.8.1
		playerabilitylib: Pal 1.2.1
		polymorph: Polymorph 0.0.7-1.16.4
		portaltags: Portal Tags 2.1.0
		quickshulker: Quick Shulker 1.1.14-1.16
		rare-ice: Rare Ice 0.2.2
		reach-entity-attributes: Reach Entity Attribute 1.0.1
		reborncore: Reborn Core 4.7.2+build.132
		repurposed_structures: Repurposed Structures 1.16.5-1.8.6
		rhino: Rhino 1.7.13-build.14
		roughlyenoughitems: Roughly Enough Items 5.9.1
		roughlyenoughitems-api: REI (API) 5.9.1
		roughlyenoughitems-default-plugin: REI (Default Plugin) 5.9.1
		roughlyenoughitems-runtime: REI (Runtime) 5.9.1
		roughlyenoughresources: Roughly Enough Resources 2.1.3
		roughlysearchable: Roughly Searchable 2.1.2+1.16.4
		rpgstats: RPGStats 3.2.1+1.16.4
		sandwichable: Sandwichable 1.2-beta5
		shulkerutils: shulkerutils 1.0.1-1.16
		simple_pipes: SimplePipeTest 0.4.3
		simple_pipes_dep_container: SimplePipeTest (Dependency Container) 0.4.3
		slotlink: slotlink 2.2.0+1.16.4
		smoothscrollingeverywhere: Smooth Scrolling Everywhere 3.0.3-unstable
		special-circumstances: Special Circumstances 1.8.218
		spruceui: SpruceUI 2.0.4+1.16
		staffofbuilding: Staff of Building 1.2.5-1.16.5
		step-height-entity-attribute: Step Height Entity Attribute 1.0.0
		structurized: Structurized 1.1.0
		supernaturalcrops: Supernatural Crops 2.0.2
		tacocraft: TacoCraft 1.3.1+mc.1.16
		team_reborn_energy: Energy 0.1.1
		techreborn: Tech Reborn 3.8.1+build.211
		terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.4
		terraform-tree-api-v1: Terraform Tree API (v1) 1.0.5
		tinytweaks: TinyTweaks 1.2.3
		toms_storage: Tom's Simple Storage Mod 1.1.8
		transferchestmod: Transfer Chest 1.1.4
		transliterationlib: TRansliterationLib 1.0.2
		trinkets: Trinkets 2.6.7
		tweakeroo: Tweakeroo 0.10.0-dev.20210303.123654
		tweed: Tweed API 3.0.0-beta.22
		voxelmap: VoxelMap 1.10.15
		voyager: Voyager 1.0.0
		waila: Hwyla 1.9.22
		waystones: Waystones 1.1.1.1
		wrenchable: Wrenchable 1.0.0+1.16.1
		xlpackets: XLPackets 1.1
		yungsapi: YUNG's API 1.16.5-Fabric-2
	Patchouli open book context: n/a
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: Intel(R) Iris(TM) Plus Graphics OpenGL Engine GL version 2.1 INTEL-16.1.11, Intel Inc.
	GL Caps: Using framebuffer using ARB_framebuffer_object extension
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	GPU Warnings: version: 2.1
	Graphics mode: fast
	Resource Packs: vanilla, Fabric Mods, kubejs:resource_pack, file/SpawnEgg3D.zip, file/VanillaTweaks_r254569.zip, file/VanillaTweaks_r458590-quieter.zip
	Current Language: 繁體中文 (台灣)
	CPU: 8x Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz
	Client Crashes Since Restart: 1
	Integrated Server Crashes Since Restart: 0
#@!@# Game crashed! Crash report saved to: #@!@# /Applications/MultiMC.app/Contents/MacOS/instances/Fabric1.16.5/.minecraft/crash-reports/crash-2021-03-13_21.28.17-client.txt
Saving all world maps..
AL lib: (EE) alc_cleanup: 1 device not closed
Process exited with code 255.

Waypoints file and its respective folder inside cache reset when using a realms server

Recently found this mod and have been enjoying it!

Basically, the root of the issue is that voxelmod uses the server info for naming the .points file and the folder inside cache. However, realms servers use amazon ec2 servers that constantly reset and give new info. So upon reconnect the next day (aka after server restarted), I have a new folder and points file with no data from before. I can manually go into the folder and copy over the data but that's just a workaround. Can you redefine how those file names are created so they are consistent across server restarts?

[1.12.2] The amazing expanding waypoints file

Using VoxelMap in single player, every time I exit the Minecraft application and restart, all my existing waypoints are duplicated, often many times over. (See attached example file which turned less than a dozen waypoints into a 27,000 line monstrosity.)

Bestopia.zip

There are no errors showing in the log, unfortunately.

Please help me

Sorry to Bother but I really really need help.

Every time I try to open the new waypoint dialog the game crashes with this: https://pastebin.com/WFScBZms
(Bad Idea pasting it here, better on pastebin)

Feature Request: Divide X and Y Coords Button In Nether

This mod is great, but it isn't very fun dividing coords outside of the game only to alt tab a few times getting it in-game. Instead, you could type the coords that you know in the overworld and just hit the button! An extremely high-effort concept will be linked below :)
image

[1.14.4 - Forge] Worldmap cursor features do not handle retina display scale properly

MC: 1.14.4
Forge: 28.1.26
VoxelMap: 1.9.13b
macOS: Mojave 10.14.6

Displays:

  • Color LCD:
    • Display Type: Built-In Retina LCD
    • Resolution: 2880 x 1800 Retina
    • Framebuffer Depth: 24-Bit Color (ARGB8888)
    • Main Display: Yes

Steps

  1. Put a retina display on default in "System Preferences > Displays"
  2. Ensure vanilla launcher instance is set to resolution auto x auto
  3. Launch MC instance.
  4. Connect to MP server or launch SP game.
  5. Make a waypoint with the keyboard shortcut.
  6. Open the worldmap.
  7. Read coordinates from the Waypoints... entry.
  8. Mouse over waypoint in the worldmap.
  9. Observe coordinates in the upper left corner.

  1. Right click over the waypoint in the worldmap.
  2. Select to create a new waypoint.
  3. Observe the coordinates of the new waypoint.
  4. Observe the location of the new waypoint on the worldmap.

Observed Results

The worldmap cursor position is not scaled properly with HDPI displays for macOS (Windows not tested, scaled resolution not tested) using auto x auto resolution from the vanilla launcher (this is not launched full screen).

This causes waypoints created via the worldmap to not end up where the user was pointing when they created it.

It also causes zoom to not zoom in over the cursor.

It generally makes the world map pretty hard to use (zoom being pretty important for navigating in, out, and around in conjunction with panning/translation movements).

Note, interactivity with buttons is scaled properly.

added through keyboard shortcut

image

added through right-click worldmap+New Waypoint with cursor over waypoint pointed out

image

Waypoints issue on a lan server or world

Hi, me and my sister are having issues with waypoints whenever we join each other's lan game, I always join her since she gets tired of the issue. But basically, every time I join her game, my waypoints are deleted and my map is refreshed, it's like I joined her world as a new player all over again, now we tried googling for this issue and can not find one. Can anyone help us with this? Thank you.

Voxelmap spams the log with warnings when optional dependencies are not found

I have Voxelmap installed and running fine but it's installed without its' preferred renderer.
Because of this Voxelmap is set to send 45 log messages a second.
This is no way to warn people about missing optional dependencies and should be changed.

the warning message:

[00:00:00] [Voxelmap LiveMap Calculation Thread/WARN]: BakedModel.getQuads was just called, this likely means your renderer doesn't support Fabric rendering API. In that case get one that does, I recommend canvas or indigo.

Suggestion: Automatically choose a world on connection to a server.

As you can see when you connect to a server it says you this message:
image

I think it would be amazing if we could, no matter how, make it so it selects automatically the world for us at connection.
It could be through a config file, or through another type of file but It is quite annoying when you log out and back in (when you afk for exemple and get kicked) and you must RE-select your world.

I don't know if it is possible but if it is, I would love to see this feature!

[1.14.4] Malformed tp command is printed in lower left after using Teleport To button

MC: 1.14.4
Forge: 28.1.56
VoxelMap: 1.9.13b
macOS: Mojave 10.14.6


Steps

  1. Login to MP world with VoxelMap as an operator.
  2. Create a waypoint.
  3. Use the Teleport To button off of the Waypoints menu entry.
  4. Observe message on the lower left of screen.

Observed Results

A malformed /tp command is printed in red in the lower left corner, though the player is appropriately teleported.


image

[1.14.4] Adding a multiworld for overworld after setting waypoints makes them inaccessible.

MC: 1.14.4
Forge: 28.1.26
VoxelMap: 1.9.13b


Steps

  1. Sign into an MP server or start an SP world.
  2. Create some waypoints and explore some of the map.
  3. Bring up worldmap.
  4. Click Multiworld...
  5. Create a new multiworld entry.
  6. Observe the worldmap and waypoints.
  7. Open .points file.
  8. Observe waypoints stored in .points file.

Observed Results

Creating a multiworld for the overworld obscures existing fog of war data and waypoints. They cannot be accessed again until the created multiworld is deleted. This is very confusing for players and makes them think that their data has been lost. It also isn't intuitive on how to get the data to re-appear and forces the user to get rid of all of their multiworld entries for that particular dimension.

Expected Results

Allow the player to still access these waypoints and fog of war data.

To do this in a performant and clear way, my suggestion is below:

It might be cleanest to add a new feature...when creating the first multiworld for a dimension, prompt the user on whether they would like to transfer the existing waypoints and fog of war info to the newly made multiworld. Conversely, when deleting any multiworld, asking the user if they would like to copy waypoints and fog of war (not overwrite, but merge) data back into the dimension's default waypoints and fog of war.

Illegal Characters when sending coordinates

Currently VoxelMap blindly takes the tab list and uses the format of /msg {name} {coords}. I propose that you strip the name portion of colors because many servers will kick the player for illegal characters in chat when trying to send coordinates.

[1.12.2] java.lang.ArrayIndexOutOfBoundsException: 371

I hope this is the correct place to report issues to. (the CurseForge page does not link here)

crash report

---- Minecraft Crash Report ----
// My bad.

Time: 2020-06-27 12:02:38 CEST
Description: Unexpected error

java.lang.ArrayIndexOutOfBoundsException: 371
    at com.mamiyaotaru.voxelmap.util.MapChunkCache.registerChangeAt(MapChunkCache.java:121)
    at com.mamiyaotaru.voxelmap.Map.handleChangeInWorld(Map.java:1473)
    at com.mamiyaotaru.voxelmap.util.WorldUpdateListener.notifyObservers(WorldUpdateListener.java:45)
    at com.mamiyaotaru.voxelmap.util.WorldUpdateListener.notifyLightSet(WorldUpdateListener.java:33)
    at net.minecraft.world.World.notifyLightSet(World.java:880)
    at net.minecraft.world.World.setLightFor(World.java:871)
    at net.minecraft.world.World.checkLightFor(World.java:2890)
    at atomicstryker.dynamiclights.client.DynamicLights.onTick(DynamicLights.java:127)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1788_DynamicLights_onTick_ClientTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:349)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:1911)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1098)
    at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Affected level --
  Level name: MpServer
  All players: 1 total; [GCEntityClientPlayerMP['Luroalive'/1148752, l='MpServer', x=576.50, y=66.00, z=-1779.50]]
  Chunk stats: MultiplayerChunkCache: 289, 289
  Level seed: 0
  Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  Level generator options: 
  Level spawn location: World: (417,65,287), Chunk: (at 1,4,15 in 26,17; contains blocks 416,0,272 to 431,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  Level time: 25254840 game time, 1176505 day time
  Level dimension: 0
  Level storage version: 0x00000 - Unknown?
  Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  Forced entities: 43 total; [EntityPig['Pig'/1155601, l='MpServer', x=330.62, y=71.00, z=-92.72], EntityHat['unknown'/7712, l='MpServer', x=230.67, y=88.00, z=-51.50], EntityChicken['Chicken'/455722, l='MpServer', x=288.80, y=68.06, z=385.80], EntityZombie['Zombie'/1152598, l='MpServer', x=348.50, y=48.00, z=249.50], EntityHat['unknown'/3143, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/3144, l='MpServer', x=286.20, y=68.06, z=385.80], EntityWolf['Wolf'/584, l='MpServer', x=389.30, y=57.00, z=249.30], EntityHat['unknown'/3145, l='MpServer', x=287.22, y=68.06, z=384.20], EntityHat['unknown'/3146, l='MpServer', x=286.20, y=68.06, z=384.20], EntityWolf['Wolf'/586, l='MpServer', x=387.92, y=63.00, z=247.75], EntityHat['unknown'/3147, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/3148, l='MpServer', x=286.50, y=32.00, z=402.50], EntityHat['unknown'/3149, l='MpServer', x=288.80, y=68.06, z=384.20], EntityImp['Imp'/589, l='MpServer', x=399.17, y=58.00, z=256.49], EntityHat['unknown'/3150, l='MpServer', x=288.13, y=68.06, z=384.20], EntityHat['unknown'/3151, l='MpServer', x=288.80, y=68.06, z=385.80], EntityHat['unknown'/3152, l='MpServer', x=288.80, y=68.06, z=384.20], EntityWolf['Wolf'/20055, l='MpServer', x=388.50, y=58.00, z=249.50], EntityHat['unknown'/1148, l='MpServer', x=230.67, y=88.00, z=-51.50], EntityHat['unknown'/1149, l='MpServer', x=295.10, y=62.77, z=17.10], EntityHat['unknown'/1150, l='MpServer', x=327.31, y=82.00, z=30.98], EntityHat['unknown'/736, l='MpServer', x=576.50, y=66.00, z=-1779.50], EntityHat['unknown'/7919, l='MpServer', x=330.62, y=71.00, z=-92.72], EntityHat['unknown'/7920, l='MpServer', x=300.50, y=74.00, z=-92.25], EntityHat['unknown'/7422, l='MpServer', x=295.10, y=62.56, z=17.10], EntityHat['unknown'/7423, l='MpServer', x=327.31, y=82.00, z=30.98], EntityBabySkeleton['Baby Skeleton'/1225062, l='MpServer', x=349.50, y=32.00, z=206.50], EntitySheep['Sheep'/82353, l='MpServer', x=331.09, y=40.60, z=313.33], EntityHat['unknown'/4540, l='MpServer', x=288.80, y=68.06, z=384.20], EntityHat['unknown'/4541, l='MpServer', x=288.13, y=68.06, z=384.20], EntityHat['unknown'/4542, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/4543, l='MpServer', x=286.20, y=68.06, z=385.80], EntityHat['unknown'/4545, l='MpServer', x=287.22, y=68.06, z=384.20], EntityHat['unknown'/1474, l='MpServer', x=-103.11, y=71.00, z=-19820.95], EntityHat['unknown'/4546, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/4547, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/4548, l='MpServer', x=288.80, y=68.06, z=385.80], EntityHat['unknown'/4549, l='MpServer', x=288.80, y=68.06, z=384.20], EntityHat['unknown'/4556, l='MpServer', x=286.50, y=32.00, z=402.50], EntityHat['unknown'/1489, l='MpServer', x=-243.83, y=67.00, z=-19764.37], EntityBat['Bat'/1155574, l='MpServer', x=429.50, y=29.10, z=249.50], GCEntityClientPlayerMP['Luroalive'/1148752, l='MpServer', x=576.50, y=66.00, z=-1779.50], EntitySheep['Sheep'/889333, l='MpServer', x=350.45, y=50.00, z=300.19]]
  Retry entities: 173 total; [EntityPig['Pig'/1155601, l='MpServer', x=330.62, y=71.00, z=-92.72], EntitySheep['Sheep'/1155602, l='MpServer', x=329.50, y=71.00, z=-94.79], EntityHat['unknown'/7712, l='MpServer', x=230.67, y=88.00, z=-51.50], EntityChicken['Chicken'/455722, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/455728, l='MpServer', x=286.20, y=68.06, z=385.80], EntityZombie['Zombie'/1152598, l='MpServer', x=348.50, y=48.00, z=249.50], EntityHat['unknown'/3143, l='MpServer', x=286.20, y=68.06, z=384.20], EntityItem['item.item.egg'/1182293, l='MpServer', x=288.88, y=68.06, z=384.19], EntityHat['unknown'/3144, l='MpServer', x=286.20, y=68.06, z=385.80], EntityHat['unknown'/3145, l='MpServer', x=287.22, y=68.06, z=384.20], EntityHat['unknown'/3146, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/3147, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/3148, l='MpServer', x=286.50, y=32.00, z=402.50], EntityChicken['Chicken'/455754, l='MpServer', x=288.80, y=68.06, z=384.20], EntityHat['unknown'/3149, l='MpServer', x=288.80, y=68.06, z=384.20], EntityHat['unknown'/3150, l='MpServer', x=288.13, y=68.06, z=384.20], EntityHat['unknown'/3151, l='MpServer', x=288.80, y=68.06, z=385.80], EntityHat['unknown'/3152, l='MpServer', x=288.80, y=68.06, z=384.20], EntityVillager['Villager'/97873, l='MpServer', x=282.50, y=32.00, z=396.50], EntityCow['Cow'/35415, l='MpServer', x=212.55, y=72.00, z=51.45], EntityBabySkeleton['Baby Skeleton'/1224266, l='MpServer', x=314.50, y=19.00, z=11.50], EntityItem['item.item.sulphur'/1152587, l='MpServer', x=404.83, y=59.00, z=228.88], EntitySheep['Sheep'/1221192, l='MpServer', x=308.73, y=72.00, z=-101.51], EntityCow['Cow'/35420, l='MpServer', x=210.77, y=96.00, z=-20.55], EntityVillager['Villager'/108636, l='MpServer', x=280.50, y=32.00, z=396.50], EntityPig['Pig'/35421, l='MpServer', x=225.53, y=82.00, z=-73.58], EntityPig['Pig'/35422, l='MpServer', x=226.77, y=89.00, z=-75.51], EntityItem['item.item.egg'/1187954, l='MpServer', x=288.65, y=68.06, z=384.13], EntityPig['Pig'/35425, l='MpServer', x=225.50, y=91.00, z=-46.75], EntityBabySkeleton['Baby Skeleton'/1188976, l='MpServer', x=259.18, y=60.00, z=397.38], EntityPig['Pig'/35426, l='MpServer', x=230.67, y=88.00, z=-51.50], EntityCreeper['Creeper'/1177714, l='MpServer', x=243.50, y=69.00, z=394.50], EntityPig['Pig'/35427, l='MpServer', x=220.75, y=90.00, z=-60.23], EntityCow['Cow'/35435, l='MpServer', x=271.43, y=64.00, z=41.55], EntityCow['Cow'/35436, l='MpServer', x=228.51, y=91.00, z=-4.15], EntityPig['Pig'/35437, l='MpServer', x=244.74, y=82.00, z=-74.36], EntityPig['Pig'/35438, l='MpServer', x=277.25, y=79.00, z=-74.50], EntityChicken['Chicken'/953470, l='MpServer', x=234.50, y=70.00, z=402.43], EntityChicken['Chicken'/455798, l='MpServer', x=288.80, y=68.06, z=384.20], EntityCow['Cow'/35448, l='MpServer', x=295.80, y=75.00, z=-68.50], EntityHat['unknown'/1148, l='MpServer', x=230.67, y=88.00, z=-51.50], EntityHat['unknown'/1149, l='MpServer', x=295.10, y=62.77, z=17.10], EntityBabySkeleton['Baby Skeleton'/1188975, l='MpServer', x=260.40, y=59.00, z=397.70], EntityHat['unknown'/1150, l='MpServer', x=327.31, y=82.00, z=30.98], EntityRabbit['Rabbit'/35456, l='MpServer', x=302.84, y=82.00, z=39.25], EntityRabbit['Rabbit'/35457, l='MpServer', x=295.10, y=62.56, z=17.10], EntityBabySkeleton['Baby Skeleton'/1189520, l='MpServer', x=293.50, y=53.00, z=447.50], EntityChicken['Chicken'/455810, l='MpServer', x=287.76, y=68.06, z=385.80], EntitySheep['Sheep'/35462, l='MpServer', x=310.31, y=71.00, z=-95.22], EntityPig['Pig'/35463, l='MpServer', x=300.50, y=74.00, z=-92.25], EntityRabbit['Rabbit'/35475, l='MpServer', x=327.31, y=82.00, z=30.98], EntityChicken['Chicken'/35476, l='MpServer', x=348.81, y=70.00, z=-76.14], EntityChicken['Chicken'/455838, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/35480, l='MpServer', x=348.59, y=72.00, z=-87.82], EntityChicken['Chicken'/455839, l='MpServer', x=286.20, y=68.06, z=384.20], EntityPig['Pig'/35481, l='MpServer', x=341.49, y=71.00, z=-82.29], EntityChicken['Chicken'/455836, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/455837, l='MpServer', x=288.80, y=68.06, z=384.20], EntityItem['item.item.egg'/1182896, l='MpServer', x=286.13, y=68.06, z=385.30], EntityChicken['Chicken'/455842, l='MpServer', x=286.20, y=68.06, z=385.80], EntityBabySkeleton['Baby Skeleton'/1177783, l='MpServer', x=343.46, y=67.00, z=195.84], EntityZombie['Zombie'/1189049, l='MpServer', x=324.31, y=17.00, z=447.52], EntityPig['Pig'/178861, l='MpServer', x=215.25, y=92.00, z=-38.50], EntityZombie['Zombie'/1189591, l='MpServer', x=252.50, y=28.00, z=339.50], EntityVillager['Villager'/108751, l='MpServer', x=278.50, y=32.00, z=396.50], EntityChicken['Chicken'/455881, l='MpServer', x=286.20, y=68.06, z=385.80], EntityVillager['Villager'/579288, l='MpServer', x=286.50, y=32.00, z=406.50], EntityVillager['Villager'/579289, l='MpServer', x=284.50, y=32.00, z=408.50], EntityVillager['Villager'/579290, l='MpServer', x=276.50, y=32.00, z=408.50], EntityVillager['Villager'/579291, l='MpServer', x=278.50, y=32.00, z=408.50], EntityVillager['Villager'/579292, l='MpServer', x=280.50, y=32.00, z=408.50], EntityVillager['Villager'/579293, l='MpServer', x=282.50, y=32.00, z=408.50], EntityChicken['Chicken'/455888, l='MpServer', x=286.20, y=68.06, z=385.80], EntityVillager['Villager'/579294, l='MpServer', x=274.70, y=32.00, z=406.30], EntityVillager['Villager'/579285, l='MpServer', x=286.50, y=32.00, z=402.50], EntityVillager['Villager'/579286, l='MpServer', x=286.50, y=32.00, z=400.50], EntityVillager['Villager'/579287, l='MpServer', x=286.30, y=32.00, z=404.70], EntityConcussionCreeper['Concussion Creeper'/1189631, l='MpServer', x=280.50, y=27.00, z=433.50], EntityHat['unknown'/7919, l='MpServer', x=330.62, y=71.00, z=-92.72], EntityHat['unknown'/7920, l='MpServer', x=300.50, y=74.00, z=-92.25], EntityBabySkeleton['Baby Skeleton'/1177327, l='MpServer', x=407.50, y=72.00, z=198.50], EntityHat['unknown'/7422, l='MpServer', x=295.10, y=62.56, z=17.10], EntityHat['unknown'/7423, l='MpServer', x=327.31, y=82.00, z=30.98], EntityItem['item.item.rottenFlesh'/1211164, l='MpServer', x=338.06, y=67.00, z=244.02], EntityItem['item.item.egg'/1182991, l='MpServer', x=234.03, y=70.00, z=403.32], EntityChicken['Chicken'/455987, l='MpServer', x=286.20, y=68.06, z=384.20], EntityOwl['Owl'/19768, l='MpServer', x=336.38, y=94.00, z=34.15], EntityItem['item.item.rottenFlesh'/1211183, l='MpServer', x=383.53, y=72.00, z=196.04], EntityItem['item.item.dyePowder.black'/1223504, l='MpServer', x=289.80, y=9.00, z=-25.79], EntityZombie['Zombie'/1211223, l='MpServer', x=439.50, y=41.00, z=274.50], EntityChicken['Chicken'/456012, l='MpServer', x=287.40, y=68.06, z=384.86], EntityBabySkeleton['Baby Skeleton'/1155423, l='MpServer', x=442.50, y=21.00, z=192.50], EntityBabySkeleton['Baby Skeleton'/1209664, l='MpServer', x=394.44, y=70.00, z=215.49], EntityBabySkeleton['Baby Skeleton'/1154913, l='MpServer', x=378.01, y=33.00, z=242.79], EntityBabySkeleton['Baby Skeleton'/1155424, l='MpServer', x=442.50, y=21.00, z=190.50], EntityZombie['Zombie'/1224077, l='MpServer', x=284.50, y=19.00, z=14.50], EntityChicken['Chicken'/426, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/427, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/428, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/429, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/430, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/432, l='MpServer', x=286.20, y=68.06, z=384.20], EntitySheep['Sheep'/82352, l='MpServer', x=254.27, y=75.00, z=420.42], EntityChicken['Chicken'/433, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/434, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/435, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/436, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/437, l='MpServer', x=286.20, y=68.06, z=385.80], EntityItem['item.item.egg'/1185703, l='MpServer', x=287.44, y=68.06, z=384.13], EntityChicken['Chicken'/438, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/439, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/441, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/443, l='MpServer', x=286.93, y=68.06, z=384.70], EntityHat['unknown'/4540, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/445, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/4541, l='MpServer', x=288.13, y=68.06, z=384.20], EntityHat['unknown'/4542, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/446, l='MpServer', x=288.80, y=68.06, z=384.20], EntityHat['unknown'/4543, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/447, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/448, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/4545, l='MpServer', x=287.22, y=68.06, z=384.20], EntityChicken['Chicken'/449, l='MpServer', x=288.80, y=68.06, z=385.80], EntityHat['unknown'/1474, l='MpServer', x=-103.11, y=71.00, z=-19820.95], EntityHat['unknown'/4546, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/450, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/451, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/4547, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/452, l='MpServer', x=288.80, y=68.06, z=384.20], EntityHat['unknown'/4548, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/453, l='MpServer', x=286.20, y=68.06, z=385.80], EntityHat['unknown'/4549, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/454, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/455, l='MpServer', x=288.13, y=68.06, z=384.20], EntityChicken['Chicken'/456, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/457, l='MpServer', x=286.20, y=68.06, z=384.20], EntityParrot['Parrot'/67019, l='MpServer', x=278.50, y=32.00, z=398.50], EntityChicken['Chicken'/458, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/459, l='MpServer', x=286.20, y=68.06, z=384.20], EntityHat['unknown'/4556, l='MpServer', x=286.50, y=32.00, z=402.50], EntityChicken['Chicken'/460, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/461, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/462, l='MpServer', x=288.80, y=68.06, z=385.80], EntityBabySkeleton['Baby Skeleton'/1155038, l='MpServer', x=371.50, y=20.00, z=258.50], EntityChicken['Chicken'/463, l='MpServer', x=286.41, y=68.06, z=385.12], EntityChicken['Chicken'/464, l='MpServer', x=288.80, y=68.06, z=385.80], EntityHat['unknown'/1489, l='MpServer', x=-243.83, y=67.00, z=-19764.37], EntityChicken['Chicken'/465, l='MpServer', x=287.92, y=68.06, z=385.04], EntityChicken['Chicken'/466, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/468, l='MpServer', x=288.80, y=68.06, z=385.80], EntityBabySkeleton['Baby Skeleton'/1209286, l='MpServer', x=410.82, y=62.53, z=250.96], EntityChicken['Chicken'/469, l='MpServer', x=288.36, y=68.06, z=385.80], EntityChicken['Chicken'/470, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/471, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/472, l='MpServer', x=286.20, y=68.06, z=385.80], EntityBabySkeleton['Baby Skeleton'/1177547, l='MpServer', x=253.47, y=71.00, z=350.41], EntitySheep['Sheep'/1188850, l='MpServer', x=199.24, y=72.00, z=466.60], EntityItem['item.item.egg'/1184243, l='MpServer', x=288.29, y=68.06, z=385.29], EntityCartChest['Chest Cart'/1188849, l='MpServer', x=193.50, y=43.06, z=467.50], EntityBat['Bat'/1155574, l='MpServer', x=429.50, y=29.10, z=249.50], EntityVillager['Villager'/57319, l='MpServer', x=286.50, y=32.00, z=398.50], EntityBabySkeleton['Baby Skeleton'/1177593, l='MpServer', x=249.50, y=69.00, z=369.50], EntityChicken['Chicken'/500, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/501, l='MpServer', x=286.20, y=68.06, z=385.80], EntityChicken['Chicken'/502, l='MpServer', x=287.22, y=68.06, z=385.80], EntityChicken['Chicken'/503, l='MpServer', x=287.65, y=68.06, z=384.20], EntityChicken['Chicken'/504, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/505, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/506, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/508, l='MpServer', x=288.80, y=68.06, z=384.20], EntityChicken['Chicken'/509, l='MpServer', x=286.20, y=68.06, z=384.20], EntityChicken['Chicken'/510, l='MpServer', x=288.80, y=68.06, z=385.80], EntityChicken['Chicken'/511, l='MpServer', x=288.80, y=68.06, z=384.20]]
  Server brand: fml,forge,sponge
  Server type: Non-integrated multiplayer server

-- System Details --
  Minecraft Version: 1.12.2
  Operating System: Linux (amd64) version 5.6.15-arch1-1
  Java Version: 1.8.0_252, Oracle Corporation
  Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  Memory: 1492482472 bytes (1423 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
  JVM Flags: 4 total; -Xms6144m -Xmx6144m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 278 mods loaded, 278 mods active
       States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
       
       | State  | ID                                | Version                     | Source                                              | Signature                                |
       |:------ |:--------------------------------- |:--------------------------- |:--------------------------------------------------- |:---------------------------------------- |
       | LCHIJA | minecraft                         | 1.12.2                      | minecraft.jar                                       | None                                     |
       | LCHIJA | mcp                               | 9.42                        | minecraft.jar                                       | None                                     |
       | LCHIJA | FML                               | 8.0.99.99                   | modpack.jar                                         | None                                     |
       | LCHIJA | forge                             | 14.23.5.2847                | modpack.jar                                         | None                                     |
       | LCHIJA | creativecoredummy                 | 1.0.0                       | minecraft.jar                                       | None                                     |
       | LCHIJA | ivtoolkit                         | 1.3.3-1.12                  | minecraft.jar                                       | None                                     |
       | LCHIJA | micdoodlecore                     |                             | minecraft.jar                                       | None                                     |
       | LCHIJA | OpenEye                           | 0.8                         | OpenEye-1.12.2-0.8.jar                              | None                                     |
       | LCHIJA | smoothfontcore                    | mc1.12.2-2.1.2              | minecraft.jar                                       | None                                     |
       | LCHIJA | openmodscore                      | 0.12.2                      | minecraft.jar                                       | None                                     |
       | LCHIJA | foamfixcore                       | 7.7.4                       | minecraft.jar                                       | None                                     |
       | LCHIJA | opencomputers|core                | 1.7.5.192                   | minecraft.jar                                       | None                                     |
       | LCHIJA | randompatches                     | 1.12.2-1.21.0.3             | randompatches-1.12.2-1.21.0.3.jar                   | None                                     |
       | LCHIJA | concheckrmd                       | 1.9.0                       | Modpack Configuration Checker-1.12.2-v1.9.0.jar     | None                                     |
       | LCHIJA | smoothfont                        | mc1.12.2-2.1.2              | SmoothFont-mc1.12.2-2.1.2.jar                       | None                                     |
       | LCHIJA | voxelmap                          | 1.9.19                      | forgemod_VoxelMap-1.9.19_for_1.12.2.jar             | None                                     |
       | LCHIJA | bspkrscore                        | 7.6.0.1                     | [1.12]bspkrsCore-universal-7.6.0.1.jar              | None                                     |
       | LCHIJA | treecapitator                     | 1.43.0                      | [1.12]TreeCapitator-client-1.43.0.jar               | None                                     |
       | LCHIJA | ic2                               | 2.8.188-ex112               | industrialcraft-2-2.8.188-ex112.jar                 | de041f9f6187debbc77034a344134053277aa3b0 |
       | LCHIJA | advanced_machines                 | 61.0.1                      | Advanced Machines-61.0.1.jar                        | None                                     |
       | LCHIJA | advanced_solar_panels             | 4.3.0                       | Advanced Solar Panels-4.3.0.jar                     | None                                     |
       | LCHIJA | ctm                               | MC1.12.2-1.0.2.31           | CTM-MC1.12.2-1.0.2.31.jar                           | None                                     |
       | LCHIJA | appliedenergistics2               | rv6-stable-7                | appliedenergistics2-rv6-stable-7.jar                | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
       | LCHIJA | bdlib                             | 1.14.3.12                   | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
       | LCHIJA | ae2stuff                          | 0.7.0.4                     | ae2stuff-0.7.0.4-mc1.12.2.jar                       | None                                     |
       | LCHIJA | aether_legacy                     | 1.4.4                       | aether_legacy-1.12.2-v1.4.4.jar                     | None                                     |
       | LCHIJA | akashictome                       | 1.2-12                      | AkashicTome-1.2-12.jar                              | None                                     |
       | LCHIJA | ambientsounds                     | 3.0                         | AmbientSounds_v3.0.12_mc1.12.2.jar                  | None                                     |
       | LCHIJA | jei                               | 4.15.0.293                  | jei_1.12.2-4.15.0.293.jar                           | None                                     |
       | LCHIJA | appleskin                         | 1.0.9                       | AppleSkin-mc1.12-1.0.9.jar                          | None                                     |
       | LCHIJA | aroma1997core                     | 2.0.0.2.b167                | Aroma1997Core-1.12.2-2.0.0.2.b167.jar               | dfbfe4c473253d8c5652417689848f650b2cbe32 |
       | LCHIJA | aroma1997sdimension               | 2.0.0.2.b89                 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
       | LCHIJA | morphtool                         | 1.2-21                      | Morph-o-Tool-1.2-21.jar                             | None                                     |
       | LCHIJA | quark                             | r1.6-179                    | Quark-r1.6-179.jar                                  | None                                     |
       | LCHIJA | autoreglib                        | 1.3-32                      | AutoRegLib-1.3-32.jar                               | None                                     |
       | LCHIJA | backpack                          | 3.0.2                       | backpack-3.0.2-1.12.2.jar                           | None                                     |
       | LCHIJA | backups                           | 1.5.5                       | Backups-1.12.2-1.5.5.jar                            | None                                     |
       | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.3.16               | badwithernocookiereloaded-1.12.2-3.3.16.jar         | None                                     |
       | LCHIJA | baubles                           | 1.5.2                       | Baubles-1.12-1.5.2.jar                              | None                                     |
       | LCHIJA | bibliocraft                       | 2.4.5                       | BiblioCraft[v2.4.5][MC1.12.2].jar                   | None                                     |
       | LCHIJA | buildcraftlib                     | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | buildcraftcore                    | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | buildcraftenergy                  | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | mantle                            | 1.12-1.3.3.55               | Mantle-1.12-1.3.3.55.jar                            | None                                     |
       | LCHIJA | natura                            | 1.12.2-4.3.2.69             | natura-1.12.2-4.3.2.69.jar                          | None                                     |
       | LCHIJA | forestry                          | 5.8.2.422                   | forestry_1.12.2-5.8.2.422.jar                       | None                                     |
       | LCHIJA | binniecore                        | 2.5.1.203                   | binnie-mods-1.12.2-2.5.1.203.jar                    | None                                     |
       | LCHIJA | binniedesign                      | 2.5.1.203                   | binnie-mods-1.12.2-2.5.1.203.jar                    | None                                     |
       | LCHIJA | genetics                          | 2.5.1.203                   | binnie-mods-1.12.2-2.5.1.203.jar                    | None                                     |
       | LCHIJA | botany                            | 2.5.1.203                   | binnie-mods-1.12.2-2.5.1.203.jar                    | None                                     |
       | LCHIJA | extrabees                         | 2.5.1.203                   | binnie-mods-1.12.2-2.5.1.203.jar                    | None                                     |
       | LCHIJA | extratrees                        | 2.5.1.203                   | binnie-mods-1.12.2-2.5.1.203.jar                    | None                                     |
       | LCHIJA | biomesoplenty                     | 7.0.1.2444                  | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar       | None                                     |
       | LCHIJA | blockcraftery                     | 1.12.2-1.3.1                | blockcraftery-1.12.2-1.3.1.jar                      | None                                     |
       | LCHIJA | waila                             | 1.8.26                      | Hwyla-1.8.26-B41_1.12.2.jar                         | None                                     |
       | LCHIJA | modularrouters                    | 1.12.2-3.3.0-33             | modular-routers-1.12.2-3.3.0-33.jar                 | None                                     |
       | LCHIJA | guideapi                          | 1.12-2.1.8-63               | Guide-API-1.12-2.1.8-63.jar                         | None                                     |
       | LCHIJA | bloodmagic                        | 1.12.2-2.4.3-105            | BloodMagic-1.12.2-2.4.3-105.jar                     | None                                     |
       | LCHIJA | bookshelf                         | 2.3.590                     | Bookshelf-1.12.2-2.3.590.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | thaumcraft                        | 6.1.BETA26                  | Thaumcraft-1.12.2-6.1.BETA26.jar                    | None                                     |
       | LCHIJA | botania                           | r1.10-363                   | Botania r1.10-363.jar                               | None                                     |
       | LCHIJA | codechickenlib                    | 3.2.3.358                   | CodeChickenLib-1.12.2-3.2.3.358-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | redstoneflux                      | 2.1.1                       | RedstoneFlux-1.12-2.1.1.1-universal.jar             | None                                     |
       | LCHIJA | brandonscore                      | 2.4.18                      | BrandonsCore-1.12.2-2.4.18.210-universal.jar        | None                                     |
       | LCHIJA | buildcraftbuilders                | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | buildcrafttransport               | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | buildcraftsilicon                 | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | crafttweaker                      | 4.1.20                      | CraftTweaker2-1.12-4.1.20.576.jar                   | None                                     |
       | LCHIJA | buildcraftcompat                  | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | buildcraftfactory                 | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | buildcraftrobotics                | 7.99.24.6                   | buildcraft-all-7.99.24.6.jar                        | None                                     |
       | LCHIJA | cctweaked                         | 1.88.0                      | cc-tweaked-1.12.2-1.88.0.jar                        | None                                     |
       | LCHIJA | computercraft                     | 1.88.0                      | cc-tweaked-1.12.2-1.88.0.jar                        | None                                     |
       | LCHIJA | chickenchunks                     | 2.4.2.74                    | ChickenChunks-1.12.2-2.4.2.74-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | chisel                            | MC1.12.2-1.0.2.45           | Chisel-MC1.12.2-1.0.2.45.jar                        | None                                     |
       | LCHIJA | chiselsandbits                    | 14.33                       | chiselsandbits-14.33.jar                            | None                                     |
       | LCHIJA | cofhcore                          | 4.6.6                       | CoFHCore-1.12.2-4.6.6.1-universal.jar               | None                                     |
       | LCHIJA | cofhworld                         | 1.4.0                       | CoFHWorld-1.12.2-1.4.0.1-universal.jar              | None                                     |
       | LCHIJA | morpheus                          | 1.12.2-3.5.106              | Morpheus-1.12.2-3.5.106.jar                         | None                                     |
       | LCHIJA | comforts                          | 1.4.1.3                     | comforts-1.12.2-1.4.1.3.jar                         | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
       | LCHIJA | compacter                         | 1.3.0.3                     | compacter-1.3.0.3-mc1.12.2.jar                      | None                                     |
       | LCHIJA | compactsolars                     | 1.12.2-5.0.18.341           | CompactSolars-1.12.2-5.0.18.341-universal.jar       | None                                     |
       | LCHIJA | asielib                           | 1.0.0                       | Computronics-1.12.2-1.6.6.jar                       | None                                     |
       | LCHIJA | endercore                         | 1.12.2-0.5.75               | EnderCore-1.12.2-0.5.75.jar                         | None                                     |
       | LCHIJA | thermalfoundation                 | 2.6.7                       | ThermalFoundation-1.12.2-2.6.7.1-universal.jar      | None                                     |
       | LCHIJA | draconicevolution                 | 2.3.25                      | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar  | None                                     |
       | LCHIJA | thermalexpansion                  | 5.5.7                       | ThermalExpansion-1.12.2-5.5.7.1-universal.jar       | None                                     |
       | LCHIJA | enderio                           | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | opencomputers                     | 1.7.5.192                   | OpenComputers-MC1.12.2-1.7.5.192.jar                | None                                     |
       | LCHIJA | railcraft                         | 12.0.0                      | railcraft-12.0.0.jar                                | a0c255ac501b2749537d5824bb0f0588bf0320fa |
       | LCHIJA | computronics                      | 1.6.6                       | Computronics-1.12.2-1.6.6.jar                       | None                                     |
       | LCHIJA | enderiointegrationtic             | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | twilightforest                    | 3.10.1013                   | twilightforest-1.12.2-3.10.1013-universal.jar       | None                                     |
       | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183           | TConstruct-1.12.2-2.13.0.183.jar                    | None                                     |
       | LCHIJA | conarm                            | 1.2.5.9                     | conarm-1.12.2-1.2.5.9.jar                           | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
       | LCHIJA | controlling                       | 3.0.9                       | Controlling-3.0.9.jar                               | None                                     |
       | LCHIJA | cookingforblockheads              | 6.5.0                       | CookingForBlockheads_1.12.2-6.5.0.jar               | None                                     |
       | LCHIJA | ctgui                             | 1.0.0                       | CraftTweaker2-1.12-4.1.20.576.jar                   | None                                     |
       | LCHIJA | crafttweakerjei                   | 2.0.3                       | CraftTweaker2-1.12-4.1.20.576.jar                   | None                                     |
       | LCHIJA | creativecore                      | 1.10.0                      | CreativeCore_v1.10.16_mc1.12.2.jar                  | None                                     |
       | LCHIJA | cucumber                          | 1.1.3                       | Cucumber-1.12.2-1.1.3.jar                           | None                                     |
       | LCHIJA | custommainmenu                    | 2.0.9.1                     | CustomMainMenu-MC1.12.2-2.0.9.1.jar                 | None                                     |
       | LCHIJA | customstartinggear                | 1.2.0                       | CustomStartingGear-1.12-1.2.0.9-universal.jar       | None                                     |
       | LCHIJA | deathcounter                      | 1.1.0                       | DeathCounter-1.12.2-1.1.0.jar                       | None                                     |
       | LCHIJA | defaultoptions                    | 9.2.8                       | DefaultOptions_1.12.2-9.2.8.jar                     | None                                     |
       | LCHIJA | defaultworldgenerator-port        | 1.12-2.3                    | DefaultWorldGenerator-port-1.12-2.3.jar             | None                                     |
       | LCHIJA | diethopper                        | 1.1                         | diethopper-1.1.jar                                  | None                                     |
       | LCHIJA | dimdoors                          | 3.0.9+287                   | DimensionalDoors-3.0.9-287.jar                      | None                                     |
       | LCHIJA | ding                              | 1.0.2                       | Ding-1.12.2-1.0.2.jar                               | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
       | LCHIJA | doge                              | 0.6.0                       | DogeMod-1.12.2-0.6.0.jar                            | None                                     |
       | LCHIJA | dynamiclights                     | 1.4.9                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_onfire              | 1.0.7                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_creepers            | 1.0.6                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_dropitems           | 1.1.0                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_entityclasses       | 1.0.1                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_mobequipment        | 1.1.0                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_flamearrows         | 1.0.1                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_floodlights         | 1.0.3                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_otherplayers        | 1.0.9                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | dynamiclights_theplayer           | 1.1.3                       | DynamicLights-1.12.2.jar                            | None                                     |
       | LCHIJA | eplus                             | 5.0.176                     | EnchantingPlus-1.12.2-5.0.176.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | enderiobase                       | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderioconduits                   | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderioconduitsappliedenergistics | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderioconduitsopencomputers      | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderioconduitsrefinedstorage     | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderiointegrationforestry        | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderiointegrationticlate         | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderiomachines                   | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderiopowertools                 | 5.1.55                      | EnderIO-1.12.2-5.1.55.jar                           | None                                     |
       | LCHIJA | enderiozoo                        | 5.1.55                      | EnderIO-zoo-1.12.2-5.1.55.jar                       | None                                     |
       | LCHIJA | enderstorage                      | 2.4.6.137                   | EnderStorage-1.12.2-2.4.6.137-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | energyconverters                  | 1.3.6.24                    | energyconverters_1.12.2-1.3.6.24.jar                | None                                     |
       | LCHIJA | gunpowderlib                      | 1.12.2-1.0                  | GunpowderLib-1.12.2-1.0.jar                         | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
       | LCHIJA | mekanism                          | 1.12.2-9.8.3.390            | Mekanism-1.12.2-9.8.3.390.jar                       | None                                     |
       | LCHIJA | exchangers                        | 1.12.2-2.9                  | Exchangers-1.12.2-2.9.jar                           | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
       | LCHIJA | extracells                        | 2.6.5                       | ExtraCells-1.12.2-2.6.5.jar                         | None                                     |
       | LCHIJA | galacticraftcore                  | 4.0.2.280                   | GalacticraftCore-1.12.2-4.0.2.280.jar               | None                                     |
       | LCHIJA | galacticraftplanets               | 4.0.2.280                   | Galacticraft-Planets-1.12.2-4.0.2.280.jar           | None                                     |
       | LCHIJA | mjrlegendslib                     | 1.12.2-1.1.9                | MJRLegendsLib-1.12.2-1.1.9.jar                      | b02331787272ec3515ebe63ecdeea0d746653468 |
       | LCHIJA | numina                            | 1.12.2-1.0.38               | Numina-1.12.2-1.0.38.jar                            | None                                     |
       | LCHIJA | powersuits                        | 1.12.2-1.0.46               | ModularPowersuits-1.12.2-1.0.46.jar                 | None                                     |
       | LCHIJA | extraplanets                      | 1.12.2-0.6.4                | ExtraPlanets-1.12.2-0.6.4.jar                       | b02331787272ec3515ebe63ecdeea0d746653468 |
       | LCHIJA | extrautils2                       | 1.0                         | extrautils2-1.12-1.9.9.jar                          | None                                     |
       | LCHIJA | zerocore                          | 1.12.2-0.1.2.8              | zerocore-1.12.2-0.1.2.8.jar                         | None                                     |
       | LCHIJA | bigreactors                       | 1.12.2-0.4.5.67             | ExtremeReactors-1.12.2-0.4.5.67.jar                 | None                                     |
       | LCHIJA | fairylights                       | 2.1.10                      | fairylights-2.1.10-1.12.2.jar                       | None                                     |
       | LCHIJA | fastleafdecay                     | v14                         | FastLeafDecay-v14.jar                               | None                                     |
       | LCHIJA | featuredservers                   | 1.12-1.0.6                  | FeaturedServers-1.12-1.0.6.jar                      | None                                     |
       | LCHIJA | foamfix                           | 0.10.10-1.12.2              | foamfix-0.10.10-1.12.2.jar                          | None                                     |
       | LCHIJA | forgelin                          | 1.8.4                       | Forgelin-1.8.4.jar                                  | None                                     |
       | LCHIJA | forgemultipartcbe                 | 2.6.2.83                    | ForgeMultipart-1.12.2-2.6.2.83-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | microblockcbe                     | 2.6.2.83                    | ForgeMultipart-1.12.2-2.6.2.83-universal.jar        | None                                     |
       | LCHIJA | minecraftmultipartcbe             | 2.6.2.83                    | ForgeMultipart-1.12.2-2.6.2.83-universal.jar        | None                                     |
       | LCHIJA | funkylocomotion                   | 1.0                         | funky-locomotion-1.12.2-1.1.2.jar                   | None                                     |
       | LCHIJA | cfm                               | 6.3.1                       | furniture-6.3.1-1.12.2.jar                          | None                                     |
       | LCHIJA | gasconduits                       | 1.12.2-1.2.1                | GasConduits-1.12.2-1.2.2.jar                        | None                                     |
       | LCHIJA | gendustry                         | 1.6.5.8                     | gendustry-1.6.5.8-mc1.12.2.jar                      | None                                     |
       | LCHIJA | gendustryjei                      | 1.0.2                       | gendustryjei-1.0.2.jar                              | None                                     |
       | LCHIJA | ichunutil                         | 7.2.2                       | iChunUtil-1.12.2-7.2.2.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
       | LCHIJA | googlyeyes                        | 7.1.1                       | GooglyEyes-1.12.2-7.1.1.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
       | LCHIJA | gravisuite                        | 3.1.1                       | Gravitation Suite-3.1.1.jar                         | None                                     |
       | LCHIJA | growthcraft                       | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_apples                | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_fishtrap              | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_bamboo                | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_cellar                | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_bees                  | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_hops                  | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_rice                  | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_milk                  | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | growthcraft_grapes                | 4.1.3.200                   | growthcraft-1.12.2-4.1.3.200.jar                    | None                                     |
       | LCHIJA | hats                              | 7.1.1                       | Hats-1.12.2-7.1.1.jar                               | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
       | LCHIJA | hatstand                          | 7.1.0                       | HatStand-1.12.2-7.1.0.jar                           | None                                     |
       | LCHIJA | helpfixer                         | 1.12.1-1.5.18               | HelpFixer-1.12.1-1.5.18.jar                         | None                                     |
       | LCHIJA | icbmclassic                       | 1.12.2-4.0.0.20191109044626 | ICBM-classic-1.12.2-4.0.0b20191109044627.jar        | None                                     |
       | LCHIJA | teslacorelib                      | 1.0.17                      | tesla-core-lib-1.12.2-1.0.17.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | industrialforegoing               | 1.12.2-1.12.2               | industrialforegoing-1.12.2-1.12.13-237.jar          | None                                     |
       | LCHIJA | mysticalagriculture               | 1.7.5                       | MysticalAgriculture-1.12.2-1.7.5.jar                | None                                     |
       | LCHIJA | harvestcraft                      | 1.12.2zb                    | Pam's HarvestCraft 1.12.2zg.jar                     | None                                     |
       | LCHIJA | mcjtylib_ng                       | 3.5.4                       | mcjtylib-1.12-3.5.4.jar                             | None                                     |
       | LCHIJA | rftools                           | 7.73                        | rftools-1.12-7.73.jar                               | None                                     |
       | LCHIJA | integrationforegoing              | 1.12.2-1.10                 | IntegrationForegoing-1.12.2-1.10.jar                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
       | LCHIJA | inventorytweaks                   | 1.63+release.109.220f184    | InventoryTweaks-1.63.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
       | LCHIJA | ironchest                         | 1.12.2-7.0.67.844           | ironchest-1.12.2-7.0.72.847.jar                     | None                                     |
       | LCHIJA | itlt                              | 1.0.0                       | itlt-1.12.2-1.0.2.jar                               | None                                     |
       | LCHIJA | jaopca                            | 1.12.2-2.2.8.103            | JAOPCA-1.12.2-2.2.8.103.jar                         | None                                     |
       | LCHIJA | oredictinit                       | 1.12.2-2.2.1.71             | JAOPCA-1.12.2-2.2.8.103.jar                         | None                                     |
       | LCHIJA | jeibees                           | 0.9.0.5                     | jeibees-0.9.0.5-mc1.12.2.jar                        | None                                     |
       | LCHIJA | jeiintegration                    | 1.6.0                       | jeiintegration_1.12.2-1.6.0.jar                     | None                                     |
       | LCHIJA | jetif                             | 1.5.2                       | jetif-1.12.2-1.5.2.jar                              | None                                     |
       | LCHIJA | jexclusives                       | 1.0.2                       | JonsExclusives-1.12.2-1.0.2.jar                     | None                                     |
       | LCHIJA | jehc                              | 1.7.0                       | just-enough-harvestcraft-1.12.2-1.7.0.jar           | None                                     |
       | LCHIJA | jee                               | 1.0.8                       | JustEnoughEnergistics-1.12.2-1.0.8.jar              | None                                     |
       | LCHIJA | jeid                              | 1.0.3-55                    | JustEnoughIDs-1.0.3-55.jar                          | None                                     |
       | LCHIJA | justenoughreactors                | 1.1.3.61                    | JustEnoughReactors-1.12.2-1.1.3.61.jar              | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
       | LCHIJA | loottweaker                       | 0.1.6                       | LootTweaker-0.1.6+MC1.12.2.jar                      | None                                     |
       | LCHIJA | jeresources                       | 0.9.2.60                    | JustEnoughResources-1.12.2-0.9.2.60.jar             | None                                     |
       | LCHIJA | kleeslabs                         | 5.4.12                      | KleeSlabs_1.12.2-5.4.12.jar                         | None                                     |
       | LCHIJA | login_shield                      | 1.12.2-3-g7c6e7ac           | Login_Shield-1.12.2-3-g7c6e7ac.jar                  | None                                     |
       | LCHIJA | longfallboots                     | 1.2.1a                      | longfallboots-1.2.1b.jar                            | None                                     |
       | LCHIJA | lunatriuscore                     | 1.2.0.42                    | LunatriusCore-1.12.2-1.2.0.42-universal.jar         | None                                     |
       | LCHIJA | magicbees                         | 1.0                         | MagicBees-1.12.2-3.2.25.jar                         | None                                     |
       | LCHIJA | reborncore                        | 3.19.4.529                  | RebornCore-1.12.2-3.19.4.529-universal.jar          | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
       | LCHIJA | mainmenuscale                     | 1.0                         | MainMenuScale-1.3.2.jar                             | None                                     |
       | LCHIJA | mekanismgenerators                | 1.12.2-9.8.3.390            | MekanismGenerators-1.12.2-9.8.3.390.jar             | None                                     |
       | LCHIJA | mekanismtools                     | 1.12.2-9.8.3.390            | MekanismTools-1.12.2-9.8.3.390.jar                  | None                                     |
       | LCHIJA | testdummy                         | 1.12                        | MmmMmmMmmMmm-1.12-1.14.jar                          | None                                     |
       | LCHIJA | moreoverlays                      | 1.15.1                      | moreoverlays-1.15.1-mc1.12.2.jar                    | None                                     |
       | LCHIJA | morph                             | 7.2.0                       | Morph-1.12.2-7.2.0.jar                              | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
       | LCHIJA | mrtjpcore                         | 2.1.4.43                    | MrTJPCore-1.12.2-2.1.4.43-universal.jar             | None                                     |
       | LCHIJA | mystcraft                         | 0.13.7.06                   | mystcraft-1.12.2-0.13.7.06.jar                      | None                                     |
       | LCHIJA | projectred-core                   | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-Base.jar                | None                                     |
       | LCHIJA | redstonearsenal                   | 2.6.6                       | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar        | None                                     |
       | LCHIJA | thermaldynamics                   | 2.5.6                       | ThermalDynamics-1.12.2-2.5.6.1-universal.jar        | None                                     |
       | LCHIJA | simplyjetpacks                    | 2.2.14.67                   | SimplyJetpacks2-1.12.2-2.2.14.67.jar                | None                                     |
       | LCHIJA | plustic                           | 8.0.1.0                     | plustic-8.0.1.0.jar                                 | None                                     |
       | LCHIJA | projectred-exploration            | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-world.jar               | None                                     |
       | LCHIJA | netherendingores                  | 1.12.2-1.4.1                | Netherending-Ores-1.12.2-1.4.1.jar                  | None                                     |
       | LCHIJA | recipehandler                     | 0.13                        | NoMoreRecipeConflict-0.13(1.12.2).jar               | None                                     |
       | LCHIJA | norecipebook                      | 1.2.1                       | noRecipeBook_v1.2.2formc1.12.2.jar                  | None                                     |
       | LCHIJA | openmods                          | 0.12.2                      | OpenModsLib-1.12.2-0.12.2.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
       | LCHIJA | openblocks                        | 1.8.1                       | OpenBlocks-1.12.2-1.8.1.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
       | LCHIJA | packcrashinfo                     | %VERSION%                   | packcrashinfo-1.0.1.jar                             | None                                     |
       | LCHIJA | patchouli                         | 1.0-20                      | Patchouli-1.0-20.jar                                | None                                     |
       | LCHIJA | pip                               | 7.0.0                       | PiP-1.12.2-7.0.0.jar                                | None                                     |
       | LCHIJA | placebo                           | 1.6.0                       | Placebo-1.12.2-1.6.0.jar                            | None                                     |
       | LCHIJA | planetprogression                 | 1.12.2-0.4.4                | PlanetProgression-1.12.2-0.4.4.jar                  | b02331787272ec3515ebe63ecdeea0d746653468 |
       | LCHIJA | playerplates                      | 1.12.2-1.3.1.1              | playerplates-1.12.2-1.3.1.1.jar                     | None                                     |
       | LCHIJA | plethora-core                     | 1.2.3                       | plethora-1.12.2-1.2.3.jar                           | None                                     |
       | LCHIJA | plethora                          | 1.2.3                       | plethora-1.12.2-1.2.3.jar                           | None                                     |
       | LCHIJA | pneumaticcraft                    | 1.12.2-0.11.14-395          | pneumaticcraft-repressurized-1.12.2-0.11.14-395.jar | None                                     |
       | LCHIJA | portalgun                         | 7.1.0                       | PortalGun-1.12.2-7.1.0.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
       | LCHIJA | projectred-compat                 | 1.0                         | ProjectRed-1.12.2-4.9.4.120-compat.jar              | None                                     |
       | LCHIJA | projectred-integration            | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-integration.jar         | None                                     |
       | LCHIJA | projectred-transmission           | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-integration.jar         | None                                     |
       | LCHIJA | projectred-fabrication            | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-fabrication.jar         | None                                     |
       | LCHIJA | projectred-illumination           | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-lighting.jar            | None                                     |
       | LCHIJA | projectred-expansion              | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-mechanical.jar          | None                                     |
       | LCHIJA | projectred-relocation             | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-mechanical.jar          | None                                     |
       | LCHIJA | projectred-transportation         | 4.9.4.120                   | ProjectRed-1.12.2-4.9.4.120-mechanical.jar          | None                                     |
       | LCHIJA | reccomplex                        | 1.4.8.2                     | RecurrentComplex-1.4.8.2.jar                        | None                                     |
       | LCHIJA | xreliquary                        | 1.12.2-1.3.4.796            | Reliquary-1.12.2-1.3.4.796.jar                      | None                                     |
       | LCHIJA | resourceloader                    | 1.5.3                       | ResourceLoader-MC1.12.1-1.5.3.jar                   | d72e0dd57935b3e9476212aea0c0df352dd76291 |
       | LCHIJA | rftoolsdim                        | 5.71                        | rftoolsdim-1.12-5.71.jar                            | None                                     |
       | LCHIJA | roguelike                         | 1.8.0                       | RoguelikeDungeons-1.12.2-1.8.0.jar                  | None                                     |
       | LCHIJA | schematica                        | 1.8.0.169                   | Schematica-1.12.2-1.8.0.169-universal.jar           | None                                     |
       | LCHIJA | lemonlib                          | 1.3.0                       | lemonlib-1.12.2-1.3.0.jar                           | None                                     |
       | LCHIJA | statues                           | 1.0.1                       | statues-rechiseled-1.12.2-1.0.1.jar                 | None                                     |
       | LCHIJA | stevescarts                       | 2.4.32.137                  | StevesCarts-1.12.2-2.4.32.137.jar                   | None                                     |
       | LCHIJA | superfactorymanager               | @VERSION@                   | SuperFactoryManager-1.12.2-2.0.23.jar               | None                                     |
       | LCHIJA | supersoundmuffler                 | 1.0.2.10                    | supersoundmuffler-revived_1.12.2_1.0.2.10.jar       | None                                     |
       | LCHIJA | thaumicjei                        | 1.6.0                       | ThaumicJEI-1.12.2-1.6.0-27.jar                      | None                                     |
       | LCHIJA | thaumicenergistics                | 2.2.3                       | thaumicenergistics-2.2.4.jar                        | None                                     |
       | LCHIJA | thaumictinkerer                   | 1.12.2-5.0-620a0c5          | thaumictinkerer-1.12.2-5.0-620a0c5.jar              | None                                     |
       | LCHIJA | thermalcultivation                | 0.3.6                       | ThermalCultivation-1.12.2-0.3.6.1-universal.jar     | None                                     |
       | LCHIJA | thermalinnovation                 | 0.3.6                       | ThermalInnovation-1.12.2-0.3.6.1-universal.jar      | None                                     |
       | LCHIJA | tinkersaddons                     | 1.0.7                       | Tinkers' Addons-1.12.1-1.0.7.jar                    | None                                     |
       | LCHIJA | tinkersjei                        | 1.2                         | tinkersjei-1.2.jar                                  | None                                     |
       | LCHIJA | tipthescales                      | 1.0.4                       | TipTheScales-1.12.2-1.0.4.jar                       | None                                     |
       | LCHIJA | toastcontrol                      | 1.8.1                       | Toast Control-1.12.2-1.8.1.jar                      | None                                     |
       | LCHIJA | torchmaster                       | 1.8.1.81                    | torchmaster_1.12.2-1.8.1.81.jar                     | 5e9a436b366831c8f54a7e80b015784da69278c6 |
       | LCHIJA | translocators                     | 2.5.2.81                    | Translocators-1.12.2-2.5.2.81-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | tumbleweed                        | 1.12-0.4.7                  | tumbleweed-1.12-0.4.7.jar                           | None                                     |
       | LCHIJA | unloader                          | 1.2.0                       | unloader-1.2.0.jar                                  | None                                     |
       | LCHIJA | vanillafix                        | 1.0.10-150                  | VanillaFix-1.0.10-150.jar                           | None                                     |
       | LCHIJA | wailaharvestability               | 1.1.12                      | WailaHarvestability-mc1.12-1.1.12.jar               | None                                     |
       | LCHIJA | wanionlib                         | 1.12.2-2.4                  | WanionLib-1.12.2-2.4.jar                            | None                                     |
       | LCHIJA | whoosh                            | 0.1.10                      | Whoosh-1.12.2-0.1.12.1-universal.jar                | None                                     |
       | LCHIJA | woot                              | 1.12.2-1.4.11               | woot-1.12.2-1.4.11.jar                              | None                                     |
       | LCHIJA | worldcontrol                      | 1.0.31                      | WorldControl-1.0.31.jar                             | None                                     |
       | LCHIJA | wrcbe                             | 2.3.2                       | WR-CBE-1.12.2-2.3.2.33-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | zettaindustries                   | 1.3                         | zettaindustries-1.3-1.12.2-161.jar                  | None                                     |
       | LCHIJA | reauth                            | 3.6.0                       | reauth-3.6.0.jar                                    | daba0ec4df71b6da841768c49fb873def208a1e3 |
       | LCHIJA | mysticallib                       | 1.12.2-1.7.0                | mysticallib-1.12.2-1.7.0.jar                        | None                                     |
       | LCHIJA | teslacorelib_registries           | 1.0.17                      | tesla-core-lib-1.12.2-1.0.17.jar                    | None                                     |
       | LCHIJA | unidict                           | 1.12.2-2.9.6                | UniDict-1.12.2-2.9.6.jar                            | None                                     |
       | LCHIJA | wrapup                            | 1.12-1.1.3                  | WrapUp-1.12-1.1.3.jar                               | None                                     |
  Loaded coremods (and transformers): SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
                                        pl.asie.splashanimation.core.SplashProgressTransformer
                                      CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar)
                                        bre.smoothfont.asm.Transformer
                                      OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
                                        openeye.asm.MultiTransformer
                                      TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
                                        li.cil.oc.common.asm.ClassTransformer
                                      RandomPatches (randompatches-1.12.2-1.21.0.3.jar)
                                        com.therandomlabs.randompatches.core.RPTransformer
                                      ForgelinPlugin (Forgelin-1.8.4.jar)
                                        
                                      MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
                                        mekanism.coremod.KeybindingMigrationHelper
                                      MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
                                        micdoodle8.mods.miccore.MicdoodleTransformer
                                      OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
                                        openmods.core.OpenModsClassTransformer
                                      Quark Plugin (Quark-r1.6-179.jar)
                                        vazkii.quark.base.asm.ClassTransformer
                                      CreativePatchingLoader (CreativeCore_v1.10.16_mc1.12.2.jar)
                                        
                                      CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
                                        team.chisel.ctm.client.asm.CTMTransformer
                                      Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
                                        com.chocohead.biab.BornInABarn
                                      Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
                                        invtweaks.forge.asm.ContainerTransformer
                                      VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
                                        
                                      Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar)
                                        org.dimdev.jeid.JEIDTransformer
                                      LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                        lumien.resourceloader.asm.ClassTransformer
                                      CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
                                        
                                      IvToolkit (IvToolkit-1.3.3-1.12.jar)
                                        
                                      DLFMLCorePlugin (DynamicLights-1.12.2.jar)
                                        atomicstryker.dynamiclights.common.DLTransformer
                                      EnderCorePlugin (EnderCore-1.12.2-0.5.75-core.jar)
                                        com.enderio.core.common.transform.EnderCoreTransformer
                                        com.enderio.core.common.transform.SimpleMixinPatcher
  GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 440.82' Renderer: 'GeForce GTX 965M/PCIe/SSE2'
  OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
                               - NaturaOverworld (Enabled/Not Forced)
                               - NaturaNether (Enabled/Not Forced)
                               - NaturaDecorative (Enabled/Not Forced)
                               - NaturaTools (Enabled/Not Forced)
                               - NaturaEntities (Enabled/Not Forced)
                               - NaturaOredict (Enabled/Forced)
                               - NaturaWorld (Enabled/Not Forced)
  Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
                                   - TinkerWorld (Enabled/Not Forced)
                                   - TinkerTools (Enabled/Not Forced)
                                   - TinkerHarvestTools (Enabled/Forced)
                                   - TinkerMeleeWeapons (Enabled/Forced)
                                   - TinkerRangedWeapons (Enabled/Forced)
                                   - TinkerModifiers (Enabled/Forced)
                                   - TinkerSmeltery (Enabled/Not Forced)
                                   - TinkerGadgets (Enabled/Not Forced)
                                   - TinkerOredict (Enabled/Forced)
                                   - TinkerIntegration (Enabled/Forced)
                                   - TinkerFluids (Enabled/Forced)
                                   - TinkerMaterials (Enabled/Forced)
                                   - TinkerModelRegister (Enabled/Forced)
                                   - chiselIntegration (Enabled/Not Forced)
                                   - chiselsandbitsIntegration (Enabled/Not Forced)
                                   - wailaIntegration (Enabled/Not Forced)
                                   - quarkIntegration (Enabled/Not Forced)
  Modpack Information: Modpack: [The 1.12.2 Pack] Version: [1.2.0-Technic] by author [Jon]
  List of loaded APIs: * AetherAPI (v1.0.0) from aether_legacy-1.12.2-v1.4.4.jar
                       * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
                       * asielibAPI (1.1) from Computronics-1.12.2-1.6.6.jar
                       * asielibAPI|tile (1.0) from Computronics-1.12.2-1.6.6.jar
                       * asielibAPI|tool (1.1) from Computronics-1.12.2-1.6.6.jar
                       * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
                       * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
                       * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
                       * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
                       * BotaniaAPI (93) from Botania r1.10-363.jar
                       * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.6.jar
                       * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.6.jar
                       * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
                       * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
                       * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
                       * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
                       * ComputerCraft|API (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|FileSystem (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Lua (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Media (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Network (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Network|Wired (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Peripheral (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Permissions (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Redstone (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Turtle (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * ComputerCraft|API|Turtle|Event (1.88.0) from cc-tweaked-1.12.2-1.88.0.jar
                       * computronicsAPI (1.3) from Computronics-1.12.2-1.6.6.jar
                       * computronicsAPI|audio (1.0) from Computronics-1.12.2-1.6.6.jar
                       * computronicsAPI|chat (1.3) from Computronics-1.12.2-1.6.6.jar
                       * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.2-1.6.6.jar
                       * computronicsAPI|tape (1.0) from Computronics-1.12.2-1.6.6.jar
                       * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.25.351-universal.jar
                       * enderioapi (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.55.jar
                       * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
                       * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.280.jar
                       * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
                       * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
                       * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar
                       * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
                       * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
                       * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.293.jar
                       * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
                       * Mystcraft|API (0.2) from mystcraft-1.12.2-0.13.7.06.jar
                       * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
                       * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
                       * PatchouliAPI (6) from Patchouli-1.0-20.jar
                       * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.14-395.jar
                       * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
                       * QuarkAPI (4) from Quark-r1.6-179.jar
                       * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar
                       * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar
                       * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar
                       * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar
                       * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar
                       * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar
                       * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar
                       * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar
                       * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar
                       * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar
                       * reborncoreAPI (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
                       * reborncoreAPI|Power (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
                       * reborncoreAPI|Recipe (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
                       * reborncoreAPI|Tile (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
                       * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
                       * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
                       * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
                       * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.32.137.jar
                       * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.32.137.jar
                       * team_reborn|Praescriptum (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
                       * Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar
                       * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
                       * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
                       * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
                       * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
                       * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  RebornCore: Plugin Engine: 0
              RebornCore Version: 3.19.4.529
              Runtime Debofucsation 1
              RenderEngine: 1
  Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                              * Optifine is installed. This is NOT supported.
                             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
            
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            !!!You are looking at the diagnostics information, not at the crash.       !!!
            !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  AE2 Integration: IC2:ON, RC:ON, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
  Suspected Mods: VoxelMap (voxelmap), Dynamic Lights on burning (dynamiclights_onfire), Dynamic Lights on Creepers (dynamiclights_creepers), Dynamic Lights on Mob Equipment (dynamiclights_mobequipment), Dynamic Lights on specified Entities (dynamiclights_entityclasses), Dynamic Lights on Flame enchanted Arrows (dynamiclights_flamearrows), Dynamic Lights Other Player Light (dynamiclights_otherplayers), Dynamic Lights on ItemEntities (dynamiclights_dropitems), Dynamic Lights Flood Light (dynamiclights_floodlights), Dynamic Lights (dynamiclights), Dynamic Lights Player Light (dynamiclights_theplayer)
  Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
  LWJGL: 2.9.4
  OpenGL: GeForce GTX 965M/PCIe/SSE2 GL version 4.6.0 NVIDIA 440.82, NVIDIA Corporation
  GL Caps: Using GL 1.3 multitexturing.
           Using GL 1.3 texture combiners.
           Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
           Shaders are available because OpenGL 2.1 is supported.
           VBOs are available because OpenGL 1.5 is supported.
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge'
  Type: Client (map_client.txt)
  Resource Packs: 
  Current Language: English (US)
  Profiler Position: N/A (disabled)
  CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
  Client Crashes Since Restart: 1
  Integrated Server Crashes Since Restart: 0

Teleporting to waypoints puts player in the ground.

I'm having a weird time with waypoints; specifically, teleporting to them. For some reason, most of the time I end up sucked 1 or 2 blocks into the ground, suffocating until I either 1) Die or 2) Jump out. Honestly, the teleport part of it should be a bit more efficient, like checking for transparent blocks above the coords of the waypoint to ensure that the player isn't going to teleport into a block below where the waypoint is set (i.e. if I set a waypoint at y=15 at the bottom of a ravine, I don't want to end up at y=13 suffocating to death).

Is this dead

Is this mod dead, would love a update to Fabric 1.14

[1.16.1] Disconnected from server on join due to Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException

When attempting to join a 1.16.1 Forge server with VoxelMap, I am able to join for a second and then I immediately get disconnected for the following error:

Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(23) + length(8) exceeds writerIndex(23): PooledUnsafeDirectByteBuf(ridx:23, widx: 23, cap:23)

The issue persisted on every server connection attempt until I removed VoxelMap.
The server console log indicates VoxelMap is having issues with packets:

←[m←[32m[22:28:56] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@76e44133
←[m←[32m[22:28:56] [Server thread/INFO] [minecraft/PlayerList]: Dinges360[/IP] logged in with entity id 11271 at (-1126.7410381386183, 75.875, -2602.6539308288798)
←[m←[32m[22:28:56] [Server thread/INFO] [minecraft/DedicatedServer]: Dinges360 joined the game
←[m←[1;31m[22:28:56] [Netty Server IO #7/ERROR] [minecraft/ArgumentTypes]: Could not serialize net.minecraftforge.server.command.ModIdArgument@2da9e1bf (class net.minecraftforge.server.command.ModIdArgument) - will not be sent to client!
←[m←[1;31m[22:28:56] [Netty Server IO #7/ERROR] [minecraft/ArgumentTypes]: Could not serialize net.minecraftforge.server.command.EnumArgument@594d30f3 (class net.minecraftforge.server.command.EnumArgument) - will not be sent to client!
←[m←[32m[22:28:58] [Server thread/INFO] [STDERR/]: [com.mamiyaotaru.voxelmap.forgemod.WorldIDPacket:decode:45]: Failed to read message: java.lang.IndexOutOfBoundsException: readerIndex(2) + length(42) exceeds writerIndex(3): PooledUnsafeDirectByteBuf(ridx: 2, widx: 3, cap: 3)
←[m←[32m[22:29:02] [Server thread/INFO] [minecraft/ServerPlayNetHandler]: Dinges360 lost connection: Disconnected
←[m←[32m[22:29:02] [Server thread/INFO] [minecraft/DedicatedServer]: Dinges360 left the game

I am also including a link to my forge support thread on the same issue which is where I was able to pinpoint that it was voxelmap. You can find latest and debug logs there although I don't know if this will be helpful.
https://forums.minecraftforge.net/topic/89510-1161-internal-exception-ionettyhandlercodecdecoderexception-javalangindexoutofboundsexception-readerindex23-length8-exceeds-writerindex23-pooledunsafedirectbytebufridx23-widx-23-cap23/

Sky and fog blinks with excess coloring

Particularly in the end, the minimap and big maps' background all turned purple. Fogs turned purple too.
In the overworlds, sky blinks red/blue, more so in sunrise/sunset.
Have made sure this is gone without voxelmap. However, I couldn't identify if another mod caused voxel map to do so.
Restarting PC did not change anything.

Unable to add shared waypoints on MAC Java edition.

If a waypoint is shared with a MAC user, neither ctrl+click or command+click add the waypoint.

Expected result would be that either ctrl+click works.

  • 1.14.4 Forge edition of the mod
  • MAC Java edition MC client with Forge 1.14.4.

Layer minimap

Is there a way to add codewise a new layer for example where factions are? I got currently a mod with the info, just need a way to add it to a minimap now

Feature request: Disabling cave mode in the nether

Many servers allow minimaps as long as you can't see caves or mobs, and you can disable radar and cave mode in the overworld, but not in the nether, so this, which is the only minimap that works well in fabric, is banned there. Could you make a separate switch to turn off cave mode in the nether?

Voxelmap duplicate error on server

I am trying to create a server with a modpack, but as soon as voxelmap gets added it throws a duplication error on the console and crashes. I tested it by putting just voxelmap and nothing else in the map and am 100% sure that I didn't put it in twice, there is only the single jar file in the mods folder. Here is the crashlog:

https://pastebin.com/XTbYbQXh

Is there anything I can do to fix this?

Feature request: World spawn waypoint

It would be nice to have a waypoint precisely on the world spawn point (that we can hide, as with any other waypoint) both because of the teleportation feature and because it helps when designing spawn areas. I'm not entirely sure how the Y level ought to be chosen.

not an issue it's a question

me and a friend my play on a server
just wondering if there's any way to sync our map directories
wild 1 journeys around the other one sees it updating

Cache no longer written to mods/mamiyaotaru

Hi, I've been using VoxelMap for a few years. I keep mods version controlled so I can play MC on different machines and have my VoxelMap cache synced between my machines.

However after upgrading to 1.16 the cache stopped writing to mods/mamiyaotaru/...

Did the cache location change?

I'm on versions,

fabric-api-0.22.1+build.409-1.16.jar
fabricmod_VoxelMap-1.10.11_for_1.16.3.jar
fabric-installer-0.6.1.51.jar
fabric-loader-0.10.0+build.208-1.16.3

Thanks,
Weldon

[1.15.2] Screen flickering caused by either Mob types being enabled on Radar options

https://i.imgur.com/QrgLmEd.jpg

[1.15.2] [Voxelmap 1.9.17][Forge 31.1.39]
Consistent regular screen flickering over half of the screen caused by either (but not both) Mob types being enabled on Radar options. This has been observed on both mob types by two different instances of MC on the same server and in single player. Please see the linked screenshot.

Steps to reproduce:

  1. Remove all unrelated mods
  2. Run Minecraft and enter game save/server
  3. Enable both mob types on radar options
  4. Walk around the map close to groups of Mobs until flickering starts
  5. Disable each mob type on radar options until one of then halts the flickering.

Spec of both machines are: i7 7700k - GTX1070 - 16GB RAM

Crash when opening worldmap with Terrestria installed

Crash Logs

[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: failed getting color: Small Oak Log
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: java.lang.NullPointerException
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.checkForBiomeTinting(ColorManager.java:848)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.getColor(ColorManager.java:695)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.getBlockColor(ColorManager.java:655)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.getBlockColor(ColorManager.java:610)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.getPixelColor(PersistentMap.java:581)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.CachedRegion.fillImage(CachedRegion.java:889)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.CachedRegion.access$500(CachedRegion.java:73)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.CachedRegion$RefreshRunnable.doRun(CachedRegion.java:277)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.AbstractNotifyingRunnable.run(AbstractNotifyingRunnable.java:22)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at java.base/java.lang.Thread.run(Thread.java:832)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: failed getting color: Sakura Leaves
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: java.lang.NullPointerException
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.checkForBiomeTinting(ColorManager.java:848)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.getColor(ColorManager.java:695)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.getBlockColor(ColorManager.java:655)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.ColorManager.getBlockColor(ColorManager.java:610)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.PersistentMap.getPixelColor(PersistentMap.java:581)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.CachedRegion.fillImage(CachedRegion.java:889)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.CachedRegion.access$500(CachedRegion.java:73)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.CachedRegion$RefreshRunnable.doRun(CachedRegion.java:277)
[17:53:37] [Voxelmap WorldMap Calculation Thread 2/INFO]: [STDERR]: 	at com.mamiyaotaru.voxelmap.persistent.AbstractNotifyingRunnable.run(AbstractNotifyingRunnable.java:22)

Installed Mods

Server:

Client:

Additional Info

  • Both Sakura Leaves and Small Oak Log are from Terrestria
  • Doesn't happen in singleplayer/LAN with same exact mods

map does not show y

map does not show location y (1.14.3-1.14.4)

If I want to put a tag on the map, y is 0

The top left shows x and z

[Enhancement] 0.25x zoom

@MamiyaOtaru Dunno what version I found this in, but at one point I remember this mod having a 0.25x zoom. Not sure if that was a temporary feature or I was seeing things, but I'd like to see it in VoxelMap. Wonder if it could still work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.