AutoFish for Forge

AutoFish for Forge

292k Downloads

Crash while filtering items - ArrayOutOfBounds.

Jeanfeels opened this issue · 1 comments

commented

Describe the bug
I was using the item filter config search bar when the game crashed. The crash occurred while I was scrolled a few pages into the full list and I was typing "raw" to find raw salmon and cod. The crash occured immediately as I hit 'w'. The letter 'w' did not display onscreen so the crash occurred before it could be drawn to screen as the search results were being refreshed. I already had both items in my filter list but they were still being caught (which may be an unrelated bug?).

To Reproduce
Uncertain. Seems inconsistent.

Expected behavior
No crash should have occured.

Crash Log

---- Minecraft Crash Report ----
// There are four lights!

Time: 10/7/21 4:23 PM
Description: Rendering screen

java.lang.ArrayIndexOutOfBoundsException: -300
	at ml.northwestwind.forgeautofish.config.gui.FilterSelectionScreen.func_230430_a_(FilterSelectionScreen.java:106) ~[?:2.1.2] {re:classloading}
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:302) ~[?:?] {re:classloading}
	at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:492) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins.json:client.block_manipulation.MixinGameRenderer_B,pl:mixin:APP:imm_ptl_mixins.json:client.debug.isometric.MixinGameRenderer_I,pl:mixin:APP:imm_ptl_mixins.json:client.render.MixinGameRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins.json:client.MixinMinecraftClient,pl:mixin:APP:imm_ptl_mixins.json:client.block_manipulation.MixinMinecraftClient_B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins.json:client.MixinMinecraftClient,pl:mixin:APP:imm_ptl_mixins.json:client.block_manipulation.MixinMinecraftClient_B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
	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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.0.jar:36.2] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$483/2042971662.call(Unknown Source) [forge-1.16.5-36.2.0.jar:36.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
	at ml.northwestwind.forgeautofish.config.gui.FilterSelectionScreen.func_230430_a_(FilterSelectionScreen.java:106) ~[?:2.1.2] {re:classloading}
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:302) ~[?:?] {re:classloading}
-- Screen render details --
Details:
	Screen name: ml.northwestwind.forgeautofish.config.gui.FilterSelectionScreen
	Mouse location: Scaled: (305, 41). Absolute: (917.000000, 124.000000)
	Screen size: Scaled: (640, 360). Absolute: (1920, 1080). Scale factor of 3.000000

-- Affected level --
Details:
	All players: 1 total; [ClientPlayerEntity['JeanieOfTheLamp'/592, l='ClientWorld minecraft:overworld', x=-130.41, y=63.09, z=238.22]]
	Chunk stats: Client Chunks (ImmPtl) 569
	Level dimension: minecraft:overworld
	Level spawn location: World: (-39,68,326), Chunk: (at 9,4,6 in -3,20; contains blocks -48,0,320 to -33,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Level time: 1965173 game time, 3459299 day time
	Server brand: forge
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:447) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:imm_ptl_mixins.json:client.MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2029) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins.json:client.MixinMinecraftClient,pl:mixin:APP:imm_ptl_mixins.json:client.block_manipulation.MixinMinecraftClient_B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:623) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins.json:client.MixinMinecraftClient,pl:mixin:APP:imm_ptl_mixins.json:client.block_manipulation.MixinMinecraftClient_B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
	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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.0.jar:36.2] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$483/2042971662.call(Unknown Source) [forge-1.16.5-36.2.0.jar:36.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}


-- System Details --
Details:
	Minecraft Version: 1.16.5
	Minecraft Version ID: 1.16.5
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 793864768 bytes (757 MB) / 2900361216 bytes (2766 MB) up to 5279580160 bytes (5035 MB)
	CPUs: 12
	JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5664m -Xms256m -XX:PermSize=256m
	ModLauncher: 8.0.9+86+master.3cf110c
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/mixin-0.8.2.jar mixin PLUGINSERVICE 
		/eventbus-4.0.0.jar eventbus PLUGINSERVICE 
		/forge-1.16.5-36.2.0.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.0.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
		/forge-1.16.5-36.2.0.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.0.jar runtimedistcleaner PLUGINSERVICE 
		/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
		/forge-1.16.5-36.2.0.jar fml TRANSFORMATIONSERVICE 
	FML: 36.2
	Forge: net.minecraftforge:36.2.0
	FML Language Providers: 
		[email protected]
		minecraft@1
	Mod List: 
		BorderlessWindow-1.16.5-1.2.0.jar                 |Borderless Window             |borderlesswindow              |1.16.5-1.2.0        |DONE      |Manifest: NOSIGNATURE
		bottledair_1.16.5-1.0.jar                         |Bottled Air                   |bottledair                    |1.0                 |DONE      |Manifest: NOSIGNATURE
		doubledoors_1.16.5-2.4.jar                        |Double Doors                  |doubledoors                   |2.4                 |DONE      |Manifest: NOSIGNATURE
		forgeautofish-2.1.2-1.16.x.jar                    |AutoFish for Forge            |forgeautofish                 |2.1.2               |DONE      |Manifest: NOSIGNATURE
		treeharvester_1.16.5-3.2.jar                      |Tree Harvester                |treeharvester                 |3.2                 |DONE      |Manifest: NOSIGNATURE
		petnames_1.16.5-1.5.jar                           |Pet Names                     |petnames                      |1.5                 |DONE      |Manifest: NOSIGNATURE
		jei-1.16.5-7.7.1.121.jar                          |Just Enough Items             |jei                           |7.7.1.121           |DONE      |Manifest: NOSIGNATURE
		GetExpForEverything-v1.2.2-1.14-1.16.jar          |Get experience for everything!|getexpforeverything           |1.2.2               |DONE      |Manifest: NOSIGNATURE
		incontrol-1.16-5.2.1.jar                          |InControl                     |incontrol                     |1.16-5.2.1          |DONE      |Manifest: NOSIGNATURE
		Uppers-0.3.2.jar                                  |Uppers                        |uppers                        |0.3.2               |DONE      |Manifest: NOSIGNATURE
		paperbooks_1.16.5-1.3.jar                         |Paper Books                   |paperbooks                    |1.3                 |DONE      |Manifest: NOSIGNATURE
		guiclock_1.16.5-2.6.jar                           |GUI Clock                     |guiclock                      |2.6                 |DONE      |Manifest: NOSIGNATURE
		ForgeEndertech-1.16.5-7.2.1.0-build.0180.jar      |Forge Endertech               |forgeendertech                |7.2.1.0             |DONE      |Manifest: NOSIGNATURE
		Clumps-6.0.0.25.jar                               |Clumps                        |clumps                        |6.0.0.25            |DONE      |Manifest: NOSIGNATURE
		CTM-MC1.16.1-1.1.2.6.jar                          |ConnectedTexturesMod          |ctm                           |MC1.16.1-1.1.2.6    |DONE      |Manifest: NOSIGNATURE
		ReAuth-1.16-Forge-3.9.3.jar                       |ReAuth                        |reauth                        |3.9.3               |DONE      |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
		NaturesCompass-1.16.5-1.9.1-forge.jar             |Nature's Compass              |naturescompass                |1.16.5-1.9.1-forge  |DONE      |Manifest: NOSIGNATURE
		YungsApi-1.16.4-Forge-12.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-12     |DONE      |Manifest: NOSIGNATURE
		humblingbundle_1.16.5-1.6.jar                     |Humbling Bundle               |humblingbundle                |1.6                 |DONE      |Manifest: NOSIGNATURE
		guicompass_1.16.5-1.6.jar                         |GUI Compass                   |guicompass                    |1.6                 |DONE      |Manifest: NOSIGNATURE
		softerhaybales_1.16.5-1.4.jar                     |Softer Hay Bales              |softerhaybales                |1.4                 |DONE      |Manifest: NOSIGNATURE
		wooltostring-1.16.5.jar                           |Wool To String                |wooltostring                  |1.16.5              |DONE      |Manifest: NOSIGNATURE
		respawningshulkers_1.16.5-1.5.jar                 |Respawning Shulkers           |respawningshulkers            |1.5                 |DONE      |Manifest: NOSIGNATURE
		quickpaths_1.16.5-1.9.jar                         |Quick Paths                   |quickpaths                    |1.9                 |DONE      |Manifest: NOSIGNATURE
		Bookshelf-Forge-1.16.5-10.3.29.jar                |Bookshelf                     |bookshelf                     |10.3.29             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
		anvilrestoration_1.16.5-1.1.jar                   |Anvil Restoration             |anvilrestoration              |1.1                 |DONE      |Manifest: NOSIGNATURE
		grassseeds_1.16.5-1.6.jar                         |Grass Seeds                   |grassseeds                    |1.6                 |DONE      |Manifest: NOSIGNATURE
		cryingghasts_1.16.5-1.4.jar                       |Crying Ghasts                 |cryingghasts                  |1.4                 |DONE      |Manifest: NOSIGNATURE
		ExplorersCompass-1.16.5-1.1.2-forge.jar           |Explorer's Compass            |explorerscompass              |1.16.5-1.1.2-forge  |DONE      |Manifest: NOSIGNATURE
		Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |DONE      |Manifest: NOSIGNATURE
		WAWLA-1.16.5-8.0.1.jar                            |WAWLA                         |wawla                         |8.0.1               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
		WaterStrainer-1.16.3-10.0.0.jar                   |Water Strainer                |waterstrainer                 |1.16.3-10.0.0       |DONE      |Manifest: NOSIGNATURE
		passiveendermen_1.16.5-1.5.jar                    |Passive Endermen              |passiveendermen               |1.5                 |DONE      |Manifest: NOSIGNATURE
		kelpfertilizer_1.16.5-1.7.jar                     |Kelp Fertilizer               |kelpfertilizer                |1.7                 |DONE      |Manifest: NOSIGNATURE
		fixedanvilrepaircost_1.16.5-1.6.jar               |Fixed Anvil Repair Cost       |fixedanvilrepaircost          |1.6                 |DONE      |Manifest: NOSIGNATURE
		dynviewdist-2.0.jar                               |Dynamic view distance         |dynview                       |1.8                 |DONE      |Manifest: NOSIGNATURE
		dismountentity_1.16.5-1.5.jar                     |Dismount Entity               |dismountentity                |1.5                 |DONE      |Manifest: NOSIGNATURE
		immersive-portals-0.16-mc1.16.5-forge.jar         |Immersive Portals             |immersive_portals             |0.14                |DONE      |Manifest: NOSIGNATURE
		extendedbonemeal_1.16.5-1.4.jar                   |Extended Bone Meal            |extendedbonemeal              |1.4                 |DONE      |Manifest: NOSIGNATURE
		forge-1.16.5-36.2.0-universal.jar                 |Forge                         |forge                         |36.2.0              |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
		stackrefill_1.16.5-2.0.jar                        |Stack Refill                  |stackrefill                   |2.0                 |DONE      |Manifest: NOSIGNATURE
		mineralchance_1.16.5-1.6.jar                      |Mineral Chance                |mineralchance                 |1.6                 |DONE      |Manifest: NOSIGNATURE
		despawningeggshatch_1.16.5-2.3.jar                |Despawning Eggs Hatch         |despawningeggshatch           |2.3                 |DONE      |Manifest: NOSIGNATURE
		CraftAbleSaddles(FORGE).jar                       |Craftable Saddles (Forge)     |craftable_saddles_forge       |1.0.0               |DONE      |Manifest: NOSIGNATURE
		bouncierbeds_1.16.5-1.0.jar                       |Bouncier Beds                 |bouncierbeds                  |1.0                 |DONE      |Manifest: NOSIGNATURE
		hidehands_1.16.5-1.4.jar                          |Hide Hands                    |hidehands                     |1.4                 |DONE      |Manifest: NOSIGNATURE
		tntbreaksbedrock_1.16.5-1.7.jar                   |TNT Breaks Bedrock            |tntbreaksbedrock              |1.7                 |DONE      |Manifest: NOSIGNATURE
		replantingcrops_1.16.5-2.3.jar                    |Replanting Crops              |replantingcrops               |2.3                 |DONE      |Manifest: NOSIGNATURE
		forge-1.16.5-36.2.0-client.jar                    |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
		weakerspiderwebs_1.16.5-2.0.jar                   |Weaker Spiderwebs             |weakerspiderwebs              |2.0                 |DONE      |Manifest: NOSIGNATURE
		nohostilesaroundcampfire_1.16.5-3.6.jar           |No Hostiles Around Campfire   |nohostilesaroundcampfire      |3.6                 |DONE      |Manifest: NOSIGNATURE
		betterspawnercontrol_1.16.5-1.5.jar               |Better Spawner Control        |betterspawnercontrol          |1.5                 |DONE      |Manifest: NOSIGNATURE
		netherportalspread_1.16.5-5.4.jar                 |Nether Portal Spread          |netherportalspread            |5.4                 |DONE      |Manifest: NOSIGNATURE
		spidersproducewebs_1.16.5-1.4.jar                 |Spiders Produce Webs          |spidersproducewebs            |1.4                 |DONE      |Manifest: NOSIGNATURE
		zombieproofdoors_1.16.5-1.3.jar                   |Zombie Proof Doors            |zombieproofdoors              |1.3                 |DONE      |Manifest: NOSIGNATURE
		AdLods-1.16.5-4.1.9.0-build.0180.jar              |Large Ore Deposits            |adlods                        |4.1.9.0             |DONE      |Manifest: NOSIGNATURE
		automaticdoors_1.16.5-1.9.jar                     |Automatic Doors               |automaticdoors                |1.9                 |DONE      |Manifest: NOSIGNATURE
		Xaeros_Minimap_21.16.0_Forge_1.16.5.jar           |Xaero's Minimap               |xaerominimap                  |21.16.0             |DONE      |Manifest: NOSIGNATURE
		collective-1.16.5-2.64.jar                        |Collective                    |collective                    |2.64                |DONE      |Manifest: NOSIGNATURE
		InfinityMending-1.16.3-0.1.0.jar                  |InfinityMending               |infinitymending               |0.1.0               |DONE      |Manifest: NOSIGNATURE
		tombstone-1.16.5-6.5.3.jar                        |Corail Tombstone              |tombstone                     |6.5.3               |DONE      |Manifest: NOSIGNATURE
		passiveshield_1.16.5-1.4.jar                      |Passive Shield                |passiveshield                 |1.4                 |DONE      |Manifest: NOSIGNATURE
		betterconduitplacement_1.16.5-1.3.jar             |Better Conduit Placement      |betterconduitplacement        |1.3                 |DONE      |Manifest: NOSIGNATURE
		sleepsooner_1.16.5-2.5.jar                        |Sleep Sooner                  |sleepsooner                   |2.5                 |DONE      |Manifest: NOSIGNATURE
		alwaysawitherskull_1.16.5-1.4.jar                 |Always a Wither Skull         |alwaysawitherskull            |1.4                 |DONE      |Manifest: NOSIGNATURE
		architectury-1.23.33-forge.jar                    |Architectury                  |architectury                  |1.23.33             |DONE      |Manifest: NOSIGNATURE
		appleskin-forge-mc1.16.x-2.1.0.jar                |AppleSkin                     |appleskin                     |mc1.16.4-2.1.0      |DONE      |Manifest: NOSIGNATURE
		light-overlay-5.8.1.jar                           |Light Overlay                 |lightoverlay                  |5.8.1               |DONE      |Manifest: NOSIGNATURE
		cloth-config-4.11.26-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.11.26             |DONE      |Manifest: NOSIGNATURE
		TrampleStopper-2.6.1-build.22+mc1.16.5.jar        |Trample Stopper               |tramplestopper                |version             |DONE      |Manifest: NOSIGNATURE
		infinitetrading_1.16.5-1.9.jar                    |Infinite Trading              |infinitetrading               |1.9                 |DONE      |Manifest: NOSIGNATURE
		FastLeafDecay-v25.jar                             |FastLeafDecay                 |fastleafdecay                 |v25                 |DONE      |Manifest: NOSIGNATURE
		BetterMineshafts-Forge-1.16.4-2.0.4.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |DONE      |Manifest: NOSIGNATURE
		scaffoldingdropsnearby_1.16.5-1.4.jar             |Scaffolding Drops Nearby      |scaffoldingdropsnearby        |1.4                 |DONE      |Manifest: NOSIGNATURE
		healingcampfire_1.16.5-3.3.jar                    |Healing Campfire              |healingcampfire               |3.3                 |DONE      |Manifest: NOSIGNATURE
		WailaHarvestability-mc1.16.x-forge-1.1.15.jar     |Waila Harvestability          |wailaharvestability           |1.1.15              |DONE      |Manifest: NOSIGNATURE
		randombonemealflowers_1.16.5-1.4.jar              |Random Bone Meal Flowers      |randombonemealflowers         |1.4                 |DONE      |Manifest: NOSIGNATURE
		fast_minecarts_1.0.jar                            |Example Mod                   |faster_minecarts              |1.0                 |DONE      |Manifest: NOSIGNATURE
		guifollowers_1.16.5-1.7.jar                       |GUI Followers                 |guifollowers                  |1.7                 |DONE      |Manifest: NOSIGNATURE
		alllootdrops_1.16.5-2.3.jar                       |All Loot Drops                |alllootdrops                  |2.3                 |DONE      |Manifest: NOSIGNATURE
	Crash Report UUID: 3bdc2c40-2000-403d-bfdb-46f87378da59
	Launched Version: forge-36.2.0
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: NVIDIA GeForce GTX 1070 with Max-Q Design/PCIe/SSE2 GL version 4.6.0 NVIDIA 471.68, NVIDIA Corporation
	GL Caps: Using framebuffer using OpenGL 3.0
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'forge'
	Type: Client (map_client.txt)
	Graphics mode: fancy
	Resource Packs: vanilla, mod_resources, file/MC Connected CTM v1.2.zip, file/Glass Panes CTM Fix v1.0.zip
	Current Language: English (US)
	CPU: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
commented

Fixed in latest version (3.0.2 for 1.17.x, 2.1.3 for 1.16.x)