Chalk

Chalk

1M Downloads

Crash with Xaero´s Minimap

Tosh022402 opened this issue · 1 comments

commented

---- Minecraft Crash Report ----
// Why did you do that?

Time: 11/10/21 10:06 AM
Description: Unexpected error

java.lang.RuntimeException: Xaero's Minimap (1.16.5_21.17.2) has crashed! Please report here: bit.ly/XaeroMMIssues
at xaero.common.minimap.MinimapInterface.checkCrashes(MinimapInterface.java:53) ~[?:21.17.2] {re:classloading}
at xaero.common.events.FMLEventHandler.handleRenderTickEvent(FMLEventHandler.java:74) ~[?:21.17.2] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_583_FMLEventHandler_handleRenderTickEvent_RenderTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2612/2138469459.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.hooks.BasicEventHooks.onRenderTickStart(BasicEventHooks.java:75) ~[?:?] {re:classloading}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:974) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,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:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,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$488/918145945.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:?] {}
Caused by: java.lang.AssertionError: IBakedModel::getQuads should never be called, only IForgeBakedModel::getQuads
at io.github.mortuusars.chalk.render.ChalkMarkBakedModel.func_200117_a(ChalkMarkBakedModel.java:238) ~[?:1.1.0] {re:classloading}
at xaero.common.minimap.write.MinimapWriter.loadBlockColourFromTexture(MinimapWriter.java:1419) ~[?:21.17.2] {re:classloading}
at xaero.common.minimap.write.MinimapWriter.calculateBlockColors(MinimapWriter.java:1335) ~[?:21.17.2] {re:classloading}
at xaero.common.minimap.write.MinimapWriter.loadBlockColor(MinimapWriter.java:957) ~[?:21.17.2] {re:classloading}
at xaero.common.minimap.write.MinimapWriter.writeTile(MinimapWriter.java:767) ~[?:21.17.2] {re:classloading}
at xaero.common.minimap.write.MinimapWriter.writeChunk(MinimapWriter.java:552) ~[?:21.17.2] {re:classloading}
at xaero.common.minimap.write.MinimapWriter.onRender(MinimapWriter.java:389) ~[?:21.17.2] {re:classloading}
at xaero.common.events.FMLEventHandler.handleRenderTickEvent(FMLEventHandler.java:80) ~[?:21.17.2] {re:classloading}
... 20 more

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

-- Head --
Thread: Render thread
Stacktrace:
at xaero.common.minimap.MinimapInterface.checkCrashes(MinimapInterface.java:53) ~[?:21.17.2] {re:classloading}
at xaero.common.events.FMLEventHandler.handleRenderTickEvent(FMLEventHandler.java:74) ~[?:21.17.2] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_583_FMLEventHandler_handleRenderTickEvent_RenderTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2612/2138469459.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Tosh_2402'/223, l='ClientLevel', x=114.04, y=44.00, z=99.99]]
Chunk stats: Client Chunk Cache: 729, 471
Level dimension: minecraft:overworld
Level spawn location: World: (87,63,95), Chunk: (at 7,3,15 in 5,5; contains blocks 80,0,80 to 95,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2847 game time, 2847 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:APP:endergetic.mixins.json:ClientWorldMixin,pl:mixin:APP:create.mixins.json:BreakProgressMixin,pl:mixin: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:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,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$488/918145945.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: 722177264 bytes (688 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
CPUs: 4
JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
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
/OptiFine_1.16.5_HD_U_G8.jar OptiFine 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:
create-stuff-additions1.16.5_v1.1.4.jar |Create Stuff Additions |create_stuff_additions |1.1.4 |DONE |Manifest: NOSIGNATURE
BetterDungeons-1.16.4-1.2.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2 |DONE |Manifest: NOSIGNATURE
secondchanceforge-1.2.0.jar |Second Chance Forge |secondchanceforge |1.2.0 |DONE |Manifest: NOSIGNATURE
oneplayersleeping-1.16.4-0.0.5.jar |One Player Sleeping |oneplayersleeping |0.0.5 |DONE |Manifest: NOSIGNATURE
TRansliterationLib-1.0.4.jar |TRansliterationLib Mod |transliterationlib |1.0.4 |DONE |Manifest: NOSIGNATURE
fish_in_planks-1.16.5-0.4.jar |Fish in Planks |fish_in_planks |1.16.5-0.4 |DONE |Manifest: NOSIGNATURE
Architects-Palette-1.16.4-1.1.4.jar |Architect's Palette |architects_palette |1.1.2 |DONE |Manifest: NOSIGNATURE
ContentTweaker-1.16-1.0.0.develop.19.jar |ContentTweaker |contenttweaker |1.0.0.develop.19 |DONE |Manifest: NOSIGNATURE
windowlogging-mc1.16.3_v0.0.4.jar |Windowlogging |windowlogging |0.0.4 |DONE |Manifest: NOSIGNATURE
etched-1.1.0-1.16.5-forge.jar |Etched |etched |1.1.0 |DONE |Manifest: NOSIGNATURE
Iron and Gold from 1.17.jar |1.17 iron and gold |iron_and_gold |1.0.1 |DONE |Manifest: NOSIGNATURE
farmersdelightintegrations-1.16.5-1.2.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.2 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-12.jar |YUNG's API |yungsapi |1.16.4-Forge-12 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.2.27.jar |Bookshelf |bookshelf |10.2.27 |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
itemzoom-1.16.x-2.2.1.jar |Item Zoom Rekindled |itemzoom |2.2.1 |DONE |Manifest: NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
jeed-1.16.5-1.1.jar |Just Enough Effect Description|jeed |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE
PickUpNotifier-v1.2-1.16.3.jar |Pick Up Notifier |pickupnotifier |1.2 |DONE |Manifest: d3:cc:6f:1b:30:87:fa:d9:8f:91:15:20:27:63:95:aa:d5:cb:1b:5b:e6:36:cc:57:20:a9:b3:d4:d5:1a:5d:b8
SnowRealMagic-1.16.4-2.5.7.jar |Snow! Real Magic! |snowrealmagic |2.5.7 |DONE |Manifest: NOSIGNATURE
chat_heads_forge-0.2.0.jar |Chat Heads |chat_heads |0.2.0 |DONE |Manifest: NOSIGNATURE
Paraglider-1.16.5-1.3.2.1.jar |Paraglider |paraglider |1.3.2.1 |DONE |Manifest: NOSIGNATURE
bundlesplus-0.2.0.jar |Bundles Plus |bundlesplus |0.2.0 |DONE |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.17.4.jar |Supplementaries |supplementaries |1.16.5-0.17.4 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |Manifest: NOSIGNATURE
EquipmentCompare-1.16.5-1.2.4.jar |Equipment Compare |equipmentcompare |1.2.4 |DONE |Manifest: NOSIGNATURE
AdvancementPlaques-1.16.5-1.4.0.jar |Advancement Plaques |advancementplaques |1.4.0 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.4.6.jar |Farmer's Delight |farmersdelight |1.16.5-0.4.6 |DONE |Manifest: NOSIGNATURE
skinned_lanterns-1.16.5-1.3.1.jar |Skinned Lanterns |skinnedlanterns |1.16.5-1.3.1 |DONE |Manifest: NOSIGNATURE
CavesAndCliffsBackport-1.16.5-6.3.jar |Caves & Cliffs Backport |cavesandcliffs |6.3 |DONE |Manifest: NOSIGNATURE
Highlighter-1.16.5-1.1.0.jar |Highlighter |highlighter |1.1.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
leap-1.16.4-1.1.1.jar |Leap |leap |1.1.1 |DONE |Manifest: NOSIGNATURE
randomite-1.16.4-1.0.1.jar |Randomite Classic |randomite |1.0.1 |DONE |Manifest: NOSIGNATURE
collective-1.16.5-2.64.jar |Collective |collective |2.64 |DONE |Manifest: NOSIGNATURE
unnamedanimalmod-1.0.0.jar |Unnamed Animal Mod |unnamedanimalmod |1.0.0 |DONE |Manifest: NOSIGNATURE
BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
antiquewaystones-1.3.jar |Antique Waystones |antiquewaystones |1.3 |DONE |Manifest: NOSIGNATURE
architectury-1.23.33-forge.jar |Architectury |architectury |1.23.33 |DONE |Manifest: NOSIGNATURE
Chimes-1.16.5-0.9.5.jar |Chimes |chimes |0.9.5 |DONE |Manifest: NOSIGNATURE
cloth-config-4.11.26-forge.jar |Cloth Config v4 API |cloth-config |4.11.26 |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
NekosEnchantedBooks-1.16-1.4.0.jar |Neko’s Enchanted Books |nebs |1.4.0 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.16.5-0.1.0.108.jar |Better Advancements |betteradvancements |0.1.0.108 |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
Kiwi-1.16.5-3.5.2.jar |Kiwi |kiwi |3.5.2 |DONE |Manifest: NOSIGNATURE
mining_helmet-1.16.5-2.0.1.jar |Mining Helmet |mining_helmet |2.0.1 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.121.jar |Just Enough Items |jei |7.7.1.121 |DONE |Manifest: NOSIGNATURE
the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |Manifest: NOSIGNATURE
callablehorses-1.16.3-1.2.1.4.jar |Callable Horses |callablehorses |1.2.1.4 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
abnormals_core-1.16.5-3.2.0.jar |Abnormals Core |abnormals_core |3.2.0 |DONE |Manifest: NOSIGNATURE
Fruitful-1.16.5-2.1.0.jar |Fruitful |fruitful |1.16.5-2.1.0 |DONE |Manifest: NOSIGNATURE
environmental-1.16.5-1.1.0.jar |Environmental |environmental |1.1.0 |DONE |Manifest: NOSIGNATURE
bamboo_blocks-1.16.5-3.0.0.jar |Bamboo Blocks |bamboo_blocks |3.0.0 |DONE |Manifest: NOSIGNATURE
allurement-1.16.5-1.2.0.jar |Allurement |allurement |1.2.0 |DONE |Manifest: NOSIGNATURE
peculiars-1.16.5-2.0.0.jar |Peculiars |peculiars |1.16.5-2.0.0 |DONE |Manifest: NOSIGNATURE
buzzier_bees-1.16.5-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |DONE |Manifest: NOSIGNATURE
berry_good-1.16.5-4.1.1.jar |Berry Good |berry_good |4.1.1 |DONE |Manifest: NOSIGNATURE
Enhanced-Mushrooms-1.16.5-3.0.9.jar |Enhanced Mushrooms |enhanced_mushrooms |1.16.5-3.0.9 |DONE |Manifest: NOSIGNATURE
Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
differentiate-1.16.5-0.5.3.jar |Differentiate |differentiate |0.5.3 |DONE |Manifest: NOSIGNATURE
cookielicious-1.16.5-1.4.2.jar |Cookielicious |cookielicious |1.4.2 |DONE |Manifest: NOSIGNATURE
goblintraders-1.6.0-1.16.3.jar |Goblin Traders |goblintraders |1.6.0 |DONE |Manifest: NOSIGNATURE
Better-Badlands-1.16.5-2.0.3.jar |Better Badlands |better_badlands |1.16.5-2.0.3 |DONE |Manifest: NOSIGNATURE
extraboats-1.16.5-2.1.0.jar |Extra Boats |extraboats |2.1.0 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.3.jar |Waystones |waystones |7.6.3 |DONE |Manifest: NOSIGNATURE
smarterfarmers-1.16.5-1.2.1.jar |Smarter Farmers |smarterfarmers |1.16.5-1.2 |DONE |Manifest: NOSIGNATURE
irregularchef-1.16.5-1.0.1.jar |The Irregular Chef |irregularchef |1.16.5-1.0.1 |DONE |Manifest: NOSIGNATURE
ItemBorders-1.16.5-1.1.2.jar |Item Borders |itemborders |1.1.2 |DONE |Manifest: NOSIGNATURE
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |Manifest: NOSIGNATURE
decorative_blocks_abnormals-1.2.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.2 |DONE |Manifest: NOSIGNATURE
blockswap-1.1.1.jar |Block Swap |blockswap |1.1.1 |DONE |Manifest: NOSIGNATURE
JEITweaker-1.16.5-1.0.1.34.jar |JEI Tweaker |jeitweaker |1.0.1.34 |DONE |Manifest: NOSIGNATURE
CraftTweaker-1.16.5-7.1.2.423.jar |CraftTweaker |crafttweaker |7.1.2.423 |DONE |Manifest: NOSIGNATURE
miningmaster-1.0.0.jar |Mining Master |miningmaster |1.0.0 |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
caverns_and_chasms-1.16.5-1.0.0.jar |Caverns & Chasms |caverns_and_chasms |1.0.0 |DONE |Manifest: NOSIGNATURE
seasonals-1.16.5-2.0.0.jar |Seasonals |seasonals |1.16.5-2.0.0 |DONE |Manifest: NOSIGNATURE
scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |Manifest: NOSIGNATURE
chalk-1.16.5-1.1.0.jar |Chalk |chalk |1.1.0 |DONE |Manifest: NOSIGNATURE
nether_extension-1.16.5-1.0.0.jar |Nether Extension |nether_extension |1.0.0 |DONE |Manifest: NOSIGNATURE
neapolitan-1.16.5-2.2.0.jar |Neapolitan |neapolitan |2.2.0 |DONE |Manifest: NOSIGNATURE
selene-1.16.5-1.8.0.jar |Selene |selene |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE
antiqueatlas-6.0.1-forge-mc1.16.5.jar |Antique Atlas |antiqueatlas |6.0.1-forge-mc1.16.5|DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.0-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
cavebiomeapi-1.16.5-1.3.7.jar |CaveBiomeAPI |cavebiomeapi |1.3.7 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.0.jar |Upgrade Aquatic |upgrade_aquatic |3.1.0 |DONE |Manifest: NOSIGNATURE
endergetic-1.16.5-3.1.0.jar |The Endergetic Expansion |endergetic |3.1.0 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.12.jar |EnchantmentDescriptions |enchdesc |7.0.12 |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
Abundance-1.16.5-1.0.5.jar |Abundance |abundance |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
inventorytotem_1.16.5-1.4.jar |Inventory Totem |inventorytotem |1.4 |DONE |Manifest: NOSIGNATURE
towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |Manifest: NOSIGNATURE
CreateTweaker-1.0.0.20.jar |CreateTweaker |createtweaker |1.0.0.20 |DONE |Manifest: NOSIGNATURE
lepton-1.16.5-1.3.2.jar |Lepton |lepton |1.3.2 |DONE |Manifest: NOSIGNATURE
personality-1.16.5-1.0.2.jar |Personality |personality |1.0.2 |DONE |Manifest: NOSIGNATURE
atmospheric-1.16.5-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |DONE |Manifest: NOSIGNATURE
notenoughanimations-1.2.4.jar |NotEnoughAnimations Mod |notenoughanimations |1.2.4 |DONE |Manifest: NOSIGNATURE
justplayerheads_1.16.5-1.7.jar |Just Player Heads |justplayerheads |1.7 |DONE |Manifest: NOSIGNATURE
Iceberg-1.16.5-1.0.11.jar |Iceberg |iceberg |1.0.11 |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.3.jar |Flywheel |flywheel |1.16-0.2.3 |DONE |Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2d.jar |Create |create |v0.3.2d |DONE |Manifest: NOSIGNATURE
savageandravage-1.16.5-3.1.0.jar |Savage & Ravage |savageandravage |3.1.0 |DONE |Manifest: NOSIGNATURE
LegendaryTooltips-1.16.5-1.0.2.jar |Legendary Tooltips |legendarytooltips |1.0.2 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_21.17.2_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |21.17.2 |DONE |Manifest: NOSIGNATURE
autumnity-1.16.5-2.1.1.jar |Autumnity |autumnity |2.1.1 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-316.jar |Quark |quark |r2.4-316 |DONE |Manifest: NOSIGNATURE
abnormals_delight-1.16.5-1.2.0.jar |Abnormals Delight |abnormals_delight |1.2.0 |DONE |Manifest: NOSIGNATURE
copperpot-1.16.5-1.1.2.jar |Copper Pot |copperpot |1.16.5-1.1.2 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.16.3-8.3.0.jar |Storage Drawers |storagedrawers |8.3.0 |DONE |Manifest: NOSIGNATURE
performant-1.16.2-5-3.72m.jar |Performant |performant |3.56m |DONE |Manifest: NOSIGNATURE
entityculling-1.3.0.jar |EntityCulling |entityculling |1.3.0 |DONE |Manifest: NOSIGNATURE
nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.1.0.jar |AppleSkin |appleskin |mc1.16.4-2.1.0 |DONE |Manifest: NOSIGNATURE
ferritecore-2.0.7-forge.jar |Ferrite Core |ferritecore |2.0.7 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
mannequins-1.0.1-1.16.5-forge.jar |Mannequins |mannequins |1.0.1 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v4.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4 |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
valhelsia_core-16.0.11.jar |Valhelsia Core |valhelsia_core |16.0.11 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-1.16.5-0.1.6.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.6 |DONE |Manifest: NOSIGNATURE
SoundFilters-0.14_for_1.16.2.jar |Sound Filters |soundfilters |0.14_for_1.16.2 |DONE |Manifest: NOSIGNATURE
OpenLoader-1.16.5-9.0.3.jar |OpenLoader |openloader |9.0.3 |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
Crash Report UUID: eea26002-b83a-4e3f-8972-2e6a5e13ab89
Kiwi Modules:
kiwi:contributors
kiwi:data
snowrealmagic:core
snowrealmagic:world
Patchouli open book context: n/a
Launched Version: 1.16.5-forge-36.2.0
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.5126, Intel
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: fast
Resource Packs:
Current Language: English (US)
CPU: 4x Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
OptiFine Version: OptiFine_1.16.5_HD_U_G8
OptiFine Build: 20210515-161946
Render Distance Chunks: 11
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.4.0 - Build 20.19.15.5126
OpenGlRenderer: Intel(R) HD Graphics 5500
OpenGlVendor: Intel
CpuCount: 4

commented

Duplicate of #2.