PepperCode1 / Continuity

A Fabric mod that allows for efficient connected textures
GNU Lesser General Public License v3.0
269 stars 70 forks source link

Four-way Conflict with MoreCulling and ModernFix #351

Closed DroidZed closed 6 months ago

DroidZed commented 9 months ago

As the title says, Continuity is crashing my game at startup.

java.lang.NullPointerException: Cannot invoke "java.util.Map.getOrDefault(Object, Object)" because "this.field_5408" is null
    at net.minecraft.class_1092.method_4742(class_1092.java:71) ~[client-intermediary.jar:?]
    at net.minecraft.class_773.method_3335(class_773.java:1540) ~[client-intermediary.jar:?]
    at net.minecraft.class_776.method_3349(class_776.java:90) ~[client-intermediary.jar:?]
    at net.minecraft.class_4970$class_4971$class_3752.redirect$ehm000$moreculling$shouldDoShapeCache(class_4970.java:2388) ~[client-intermediary.jar:?]
    at net.minecraft.class_4970$class_4971$class_3752.<init>(class_4970.java:1283) ~[client-intermediary.jar:?]
    at net.minecraft.class_4970$class_4971.method_26200(class_4970.java:843) ~[client-intermediary.jar:?]
    at net.minecraft.class_4970$class_4971.mfix$generateCache(class_4970.java:4370) ~[client-intermediary.jar:?]
    at net.minecraft.class_4970$class_4971.redirect$eda000$modernfix$dynamicCacheGen(class_4970.java:4389) ~[client-intermediary.jar:?]
    at net.minecraft.class_4970$class_4971.method_26216(class_4970.java:1009) ~[client-intermediary.jar:?]
    at me.pepperbell.continuity.client.resource.CustomBlockLayers.getLayer(CustomBlockLayers.java:45) ~[continuity-3.0.0-beta.4+1.20.1.jar:?]
    at net.minecraft.class_4696.handler$zpm000$continuity$onHeadGetBlockLayer(class_4696.java:1019) ~[client-intermediary.jar:?]
    at net.minecraft.class_4696.method_23679(class_4696.java) ~[client-intermediary.jar:?]
    at fuzs.puzzleslib.impl.client.core.FabricClientAbstractions.getRenderType(FabricClientAbstractions.java:40) ~[PuzzlesLib-v8.1.11-1.20.1-Fabric.jar:?]
    at fuzs.diagonalblocks.client.DiagonalBlocksClient.lambda$registerHandlers$0(DiagonalBlocksClient.java:49) ~[diagonalblocks-8.0.3-f633d15a2524fa82.jar:?]
    at fuzs.puzzleslib.impl.client.event.FabricClientEventInvokers.lambda$register$1(FabricClientEventInvokers.java:80) ~[PuzzlesLib-v8.1.11-1.20.1-Fabric.jar:?]
    at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientLifecycleEvents.lambda$static$0(ClientLifecycleEvents.java:35) ~[fabric-lifecycle-events-v1-2.2.2+b3afc78b77-3792d0d4b63e847b.jar:?]
    at net.minecraft.class_310.handler$bod000$fabric-lifecycle-events-v1$onStart(class_310.java:13033) ~[client-intermediary.jar:?]
    at net.minecraft.class_310.method_1514(class_310.java:781) ~[client-intermediary.jar:?]
    at net.minecraft.client.main.Main.main(Main.java:250) ~[1.20.1-0.15.0.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.0.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.0.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.0.jar:?]
YukiAyase commented 9 months ago

Please send the whole log file instead found in .minecraft/logs, filename is "latest"

PepperCode1 commented 9 months ago

Also, does it happen if you remove ModernFix or MoreCulling or both?

Poopooracoocoo commented 9 months ago

Not sure why my errors are different with presumably the same mods.

With all mods: latest.log

Log ```` [09:40:34] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.2 [09:40:34] [main/INFO]: Loading 67 mods: - cloth-config 11.1.106 \-- cloth-basic-math 0.6.1 - continuity 3.0.0-beta.4+1.20.1 - diagonalfences 8.1.3 \-- diagonalblocks 8.0.2 - fabric-api 0.91.0+1.20.1 |-- fabric-api-base 0.4.30+7abfd51577 |-- fabric-api-lookup-api-v1 1.6.35+4d8536c977 |-- fabric-biome-api-v1 13.0.12+215bbe9677 |-- fabric-block-api-v1 1.0.10+92a0d36777 |-- fabric-block-view-api-v2 1.0.0+92a0d36777 |-- fabric-blockrenderlayer-v1 1.1.40+b3afc78b77 |-- fabric-client-tags-api-v1 1.1.1+97bb207577 |-- fabric-command-api-v1 1.2.33+f71b366f77 |-- fabric-command-api-v2 2.2.12+b3afc78b77 |-- fabric-commands-v0 0.2.50+df3654b377 |-- fabric-containers-v0 0.1.63+df3654b377 |-- fabric-content-registries-v0 4.0.10+57aed33f77 |-- fabric-convention-tags-v1 1.5.4+a1a980da77 |-- fabric-crash-report-info-v1 0.2.18+aeb40ebe77 |-- fabric-data-generation-api-v1 12.3.3+d7b148e077 |-- fabric-dimensions-v1 2.1.53+8536527b77 |-- fabric-entity-events-v1 1.5.22+b3afc78b77 |-- fabric-events-interaction-v0 0.6.1+e91849a877 |-- fabric-events-lifecycle-v0 0.2.62+df3654b377 |-- fabric-game-rule-api-v1 1.0.39+ae9f657a77 |-- fabric-item-api-v1 2.1.27+b3afc78b77 |-- fabric-item-group-api-v1 4.0.11+d7b148e077 |-- fabric-key-binding-api-v1 1.0.36+fb8d95da77 |-- fabric-keybindings-v0 0.2.34+df3654b377 |-- fabric-lifecycle-events-v1 2.2.21+b3afc78b77 |-- fabric-loot-api-v2 1.2.0+96dfa95977 |-- fabric-loot-tables-v1 1.1.44+9e7660c677 |-- fabric-message-api-v1 5.1.8+d7b148e077 |-- fabric-mining-level-api-v1 2.1.49+b3afc78b77 |-- fabric-model-loading-api-v1 1.0.2+709a987177 |-- fabric-models-v0 0.4.1+9386d8a777 |-- fabric-networking-api-v1 1.3.10+eeb8eb3677 |-- fabric-networking-v0 0.3.50+df3654b377 |-- fabric-object-builder-api-v1 11.1.2+4ee0bc6077 |-- fabric-particles-v1 1.1.1+201a23a077 |-- fabric-recipe-api-v1 1.0.20+b3afc78b77 |-- fabric-registry-sync-v0 2.3.2+4df89eb277 |-- fabric-renderer-api-v1 3.2.0+39a511ba77 |-- fabric-renderer-indigo 1.5.0+39a511ba77 |-- fabric-renderer-registries-v1 3.2.45+df3654b377 |-- fabric-rendering-data-attachment-v1 0.3.36+92a0d36777 |-- fabric-rendering-fluids-v1 3.0.27+b3afc78b77 |-- fabric-rendering-v0 1.1.48+df3654b377 |-- fabric-rendering-v1 3.0.7+b3afc78b77 |-- fabric-resource-conditions-api-v1 2.3.7+29de845d77 |-- fabric-resource-loader-v0 0.11.9+132c48c177 |-- fabric-screen-api-v1 2.0.7+b3afc78b77 |-- fabric-screen-handler-api-v1 1.3.29+b3afc78b77 |-- fabric-sound-api-v1 1.0.12+b3afc78b77 |-- fabric-transfer-api-v1 3.3.3+c81d263177 \-- fabric-transitive-access-wideners-v1 4.3.0+6c31357e77 - fabricloader 0.15.2 \-- mixinextras 0.3.2 - forgeconfigapiport 8.0.0 - java 17 - minecraft 1.20.1 - modernfix 5.10.1+mc1.20.1 - moreculling 1.20.1-0.19.0 \-- conditional-mixin 0.3.2 - puzzleslib 8.1.11 \-- puzzlesaccessapi 8.0.7 [09:40:34] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/anon/AppData/Roaming/PrismLauncher/libraries/net/fabricmc/sponge-mixin/0.12.5+mixin.0.8.5/sponge-mixin-0.12.5+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT [09:40:34] [main/INFO]: Compatibility level set to JAVA_17 [09:40:35] [main/INFO]: Loaded configuration file for ModernFix 5.10.1+mc1.20.1: 52 options available, 0 override(s) found [09:40:35] [main/INFO]: Applying Nashorn fix [09:40:36] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache) [09:40:36] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/compile/pipeline/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/chunk/compile/pipeline/BlockOcclusionCache) [09:40:36] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.2). [09:40:44] [main/INFO]: Vanilla bootstrap took 5894 milliseconds [09:40:45] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [09:40:45] [Render thread/INFO]: Setting user: Anon [09:40:46] [Render thread/INFO]: Bypassed Mojang DFU [09:40:46] [Render thread/INFO]: Constructing common components for diagonalblocks:main [09:40:47] [Render thread/INFO]: Constructing common components for diagonalfences:main [09:40:48] [Render thread/INFO]: Constructing shapes for DiagonalFenceBlock[NodeWidth=2.0,ExtensionWidth=2.0,NodeTop=24.0,ExtensionBottom=0.0,ExtensionTop=24.0] took 203ms [09:40:48] [Render thread/INFO]: Constructing shapes for DiagonalFenceBlock[NodeWidth=2.0,ExtensionWidth=2.0,NodeTop=16.0,ExtensionBottom=0.0,ExtensionTop=16.0] took 70ms [09:40:48] [Render thread/INFO]: Constructing shapes for DiagonalFenceBlock[NodeWidth=2.0,ExtensionWidth=1.0,NodeTop=16.0,ExtensionBottom=6.0,ExtensionTop=15.0] took 160ms [09:40:48] [Render thread/INFO]: Constructing common components for puzzleslib:main [09:40:49] [Render thread/INFO]: Constructing client components for diagonalblocks:main [09:40:49] [Render thread/INFO]: [Indigo] Registering Indigo renderer! [09:40:50] [Render thread/INFO]: Constructing client components for puzzleslib:main [09:40:51] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT [09:40:52] [Finalizer/WARN]: One or more BufferBuilders have been leaked, ModernFix will attempt to correct this. [09:40:53] [Render thread/INFO]: Running data generation for dynamic pack resources provided by 'diagonalblocks' [09:40:53] [Render thread/INFO]: Data generation for dynamic pack resources provided by 'diagonalblocks' took 139ms [09:40:53] [Render thread/INFO]: Invalidating pack caches [09:40:53] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (cloth-config, conditional-mixin, continuity, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-tables-v1, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-networking-v0, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, forgeconfigapiport, modernfix, moreculling), diagonalblocks:default_block_models [09:40:53] [Worker-ResourceReload-4/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading [09:40:54] [Render thread/INFO]: Cached all modded block culling states [09:40:54] [Render thread/ERROR]: Unhandled game exception java.lang.NullPointerException: Cannot invoke "ca.fxco.moreculling.api.model.BakedOpacity.getCullingShape(net.minecraft.class_2680)" because the return value of "net.minecraft.class_776.method_3349(net.minecraft.class_2680)" is null at net.minecraft.class_4970$class_4971$class_3752.redirect$zpo000$moreculling$customCullingShape(class_4970.java:1906) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971$class_3752.(class_4970.java:1287) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.method_26200(class_4970.java:843) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.mfix$generateCache(class_4970.java:1870) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.redirect$zop000$modernfix$dynamicCacheGen(class_4970.java:1889) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.method_26216(class_4970.java:1009) ~[client-intermediary.jar:?] at me.pepperbell.continuity.client.resource.CustomBlockLayers.getLayer(CustomBlockLayers.java:45) ~[continuity-3.0.0-beta.4+1.20.1.jar:?] at net.minecraft.class_4696.handler$zzi000$continuity$onHeadGetBlockLayer(class_4696.java:519) ~[client-intermediary.jar:?] at net.minecraft.class_4696.method_23679(class_4696.java) ~[client-intermediary.jar:?] at fuzs.puzzleslib.impl.client.core.FabricClientAbstractions.getRenderType(FabricClientAbstractions.java:40) ~[PuzzlesLib-v8.1.11-1.20.1-Fabric.jar:?] at fuzs.diagonalblocks.client.DiagonalBlocksClient.lambda$registerHandlers$0(DiagonalBlocksClient.java:49) ~[diagonalblocks-8.0.2-f65c790994bcf003.jar:?] at fuzs.puzzleslib.impl.client.event.FabricClientEventInvokers.lambda$register$1(FabricClientEventInvokers.java:80) ~[PuzzlesLib-v8.1.11-1.20.1-Fabric.jar:?] at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientLifecycleEvents.lambda$static$0(ClientLifecycleEvents.java:35) ~[fabric-lifecycle-events-v1-2.2.2+b3afc78b77-3792d0d4b63e847b.jar:?] at net.minecraft.class_310.handler$zfa000$fabric-lifecycle-events-v1$onStart(class_310.java:4033) ~[client-intermediary.jar:?] at net.minecraft.class_310.method_1514(class_310.java:781) ~[client-intermediary.jar:?] at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.2.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.2.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.2.jar:?] at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[NewLaunch.jar:?] at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[NewLaunch.jar:?] at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[NewLaunch.jar:?] [09:40:54] [Render thread/INFO]: Stopping! [09:40:55] [Render thread/ERROR]: Shutdown failure! java.util.ConcurrentModificationException: null at java.util.HashMap.forEach(HashMap.java:1424) ~[?:?] at net.minecraft.class_1060.close(class_1060.java:174) ~[client-intermediary.jar:?] at net.minecraft.class_310.close(class_310.java:1138) ~[client-intermediary.jar:?] at net.minecraft.class_310.method_1490(class_310.java:1113) ~[client-intermediary.jar:?] at net.minecraft.client.main.Main.main(Main.java:266) ~[minecraft-1.20.1-client.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.2.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.2.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.2.jar:?] at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[NewLaunch.jar:?] at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[NewLaunch.jar:?] at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[NewLaunch.jar:?] ````

Does not happen without ModernFix Does not happen without MoreCulling Does not happen without Continuity Does not happen without Diagonal Fences

YukiAyase commented 9 months ago

Try removing only moreculling and then launch the game, see if it happens

Poopooracoocoo commented 9 months ago

I tested without MoreCulling again and did not see this crash.

YukiAyase commented 9 months ago

Just to make sure, enable Continuity, ModernFix and Diagonal Fences Disable MoreCulling Run the game, play for a few minutes to see if the game would still crash

If it doesn't crash after you've played for a bit then the answer would be just to remove MoreCulling

Poopooracoocoo commented 9 months ago

I launched the game without MoreCulling then created a world and used diagonal fences and connected textures.

So would you say that an issue should be made on the MoreCulling repo?

PepperCode1 commented 9 months ago

It seems this is a four-way mod incompatibility between Diagonal Fences, Continuity, ModernFix, and MoreCulling, meaning that the crash only happens when all four of these mods are installed and that removing any one of them prevents the crash. The author of ModernFix seems to think that MoreCulling is ultimately at fault here, and I agree. However, I will leave this issue open until it is resolved. FxMorin/MoreCulling#195 embeddedt/ModernFix#319

DroidZed commented 9 months ago

Please send the whole log file instead found in .minecraft/logs, filename is "latest"

Hi again, sorry for the late reply. Been busy yesterday. Here's the full log: (With MoreCulling, Diagonal Fences, ModernFix and Continuity enabled)

Log

[10:42:22] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.0 [10:42:23] [ForkJoinPool-1-worker-4/WARN]: Mod mr_scorched uses the version 1.1.3c which isn't compatible with Loader's extended semantic version format (Could not parse version number component '3c'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [10:42:23] [ForkJoinPool-1-worker-1/WARN]: Mod mr_vanilla_refresh uses the version 1.4.19a which isn't compatible with Loader's extended semantic version format (Could not parse version number component '19a'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [10:42:23] [main/INFO]: Dependencies overridden for minecraft, lambdynlights, fabricloader, debugify [10:42:23] [main/WARN]: Warnings were found! - 'Minecraft' (minecraft) 1.20.1 recommends any version after 5.3.1 of Fabulously Optimized, which is missing! - You should install any version after 5.3.1 of Fabulously Optimized for the optimal experience. [10:42:23] [main/INFO]: Loading 273 mods: - additionz 1.2.0 - advancementinfo 1.20-fabric0.83.0-1.4 - advancementplaques 1.4.11 - adventurez 1.4.19 - ambientsounds 5.3.5 - amplified_nether 1.2.3 - animatica 0.6+1.20 - antighost 1.20-fabric0.83.0-1.1.5 \-- crowdin-translate 1.4+1.19.3 - appleskin 2.5.1+mc1.20 - areas 5.2 - autotag-convention 2.0.2+1.20 \-- autotag 2.0.2+1.20 - bedspreads 6.2.0+1.20.1 - betteradvancements 0.3.2.161 - betteranimationscollection 8.0.0 - betterbeds 1.3.0 - betterdeserttemples 1.20-Fabric-3.0.3 \-- org_reflections_reflections 0.10.2 - betterdungeons 1.20-Fabric-4.0.3 - betterendisland 1.20-Fabric-2.0.4 - betterfortresses 1.20-Fabric-2.0.5 - betterjungletemples 1.20-Fabric-2.0.4 - bettermineshafts 1.20-Fabric-4.0.4 - bettermounthud 1.2.2 - betteroceanmonuments 1.20-Fabric-3.0.4 - betterstrongholds 1.20-Fabric-4.0.3 - betterthirdperson 1.9.0 - betterwitchhuts 1.20-Fabric-3.0.3 - blendium 1.0.1+mc1.20.x - blur 3.1.0 \-- satin 1.13.0 - borderlessmining 1.1.8+1.20.1 - cameraoverhaul 1.4.0-fabric-universal - camerautils 1.20.1-1.0.5 \-- fabric-key-binding-api-v1 1.0.36+fb8d95da82 - capes 1.5.2+1.20 - cherishedworlds 6.1.3+1.20.1 - citresewn 1.1.3+1.20 \-- citresewn-defaults 1.1.3+1.20 - clean-debug 0.4.3 - cloth-config 11.1.106 \-- cloth-basic-math 0.6.1 - collective 7.16 - comforts 6.3.4+1.20.1 \-- spectrelib 0.13.14+1.20.1 |-- com_electronwill_night-config_core 3.6.5 \-- com_electronwill_night-config_toml 3.6.5 - connectiblechains 2.2.1+1.20.1 - continuity 3.0.0-beta.4+1.20.1 - controlify 1.7.0-beta.1+1.20 |-- dev_isxander_libsdl4j 2.28.2-11 |-- org_hid4java_hid4java 0.7.0 \-- org_quiltmc_quilt-json5 1.0.3 - creativecore 2.11.10 \-- net_minecraftforge_eventbus 6.0.3 - dashloader 5.0.0-beta.2+1.20.0 |-- com_github_luben_zstd-jni 1.5.2-2 |-- dev_notalpha_taski 2.1.0 \-- dev_quantumfusion_hyphen 0.4.0-rc.3 - debugify 1.20.1+2.0 - deepslatecutting 1.7.0 - diagonalfences 8.1.3 - diagonalwindows 8.1.3 \-- diagonalblocks 8.0.3 - dynamic_fps 3.2.1 - dynamiccrosshair 7.4.1+1.20 \-- yaclx 1.8+1.20 - e4mc_minecraft 4.0.1 - easyanvils 8.0.1 - easymagic 8.0.1 - easyshulkerboxes 8.0.1 \-- puzzlesapi 8.1.4 |-- cardinal-components-base 5.2.2 |-- cardinal-components-entity 5.2.2 \-- puzzlesaccessapi 8.0.7 - eatinganimationid 1.20+1.9.5-CMDfix - elytra_physics 2.0 - enhancedblockentities 0.9+1.20 |-- advanced_runtime_resource_pack 0.6.7 \-- spruceui 5.0.0+1.20 - enhancedvisuals 1.6.9 - entity_model_features 1.2 - entity_texture_features 5.0 \-- org_apache_httpcomponents_httpmime 4.5.10 - entityculling 1.6.2-mc1.20.1 - fabric-api 0.91.0+1.20.1 |-- fabric-api-base 0.4.30+7abfd51577 |-- fabric-api-lookup-api-v1 1.6.35+4d8536c977 |-- fabric-biome-api-v1 13.0.12+215bbe9677 |-- fabric-block-api-v1 1.0.10+92a0d36777 |-- fabric-block-view-api-v2 1.0.0+92a0d36777 |-- fabric-blockrenderlayer-v1 1.1.40+b3afc78b77 |-- fabric-client-tags-api-v1 1.1.1+97bb207577 |-- fabric-command-api-v1 1.2.33+f71b366f77 |-- fabric-command-api-v2 2.2.12+b3afc78b77 |-- fabric-commands-v0 0.2.50+df3654b377 |-- fabric-containers-v0 0.1.63+df3654b377 |-- fabric-content-registries-v0 4.0.10+57aed33f77 |-- fabric-convention-tags-v1 1.5.4+a1a980da77 |-- fabric-crash-report-info-v1 0.2.18+aeb40ebe77 |-- fabric-data-generation-api-v1 12.3.3+d7b148e077 |-- fabric-dimensions-v1 2.1.53+8536527b77 |-- fabric-entity-events-v1 1.5.22+b3afc78b77 |-- fabric-events-interaction-v0 0.6.1+e91849a877 |-- fabric-events-lifecycle-v0 0.2.62+df3654b377 |-- fabric-game-rule-api-v1 1.0.39+ae9f657a77 |-- fabric-item-api-v1 2.1.27+b3afc78b77 |-- fabric-item-group-api-v1 4.0.11+d7b148e077 |-- fabric-keybindings-v0 0.2.34+df3654b377 |-- fabric-lifecycle-events-v1 2.2.21+b3afc78b77 |-- fabric-loot-api-v2 1.2.0+96dfa95977 |-- fabric-loot-tables-v1 1.1.44+9e7660c677 |-- fabric-message-api-v1 5.1.8+d7b148e077 |-- fabric-mining-level-api-v1 2.1.49+b3afc78b77 |-- fabric-model-loading-api-v1 1.0.2+709a987177 |-- fabric-models-v0 0.4.1+9386d8a777 |-- fabric-networking-api-v1 1.3.10+eeb8eb3677 |-- fabric-networking-v0 0.3.50+df3654b377 |-- fabric-object-builder-api-v1 11.1.2+4ee0bc6077 |-- fabric-particles-v1 1.1.1+201a23a077 |-- fabric-recipe-api-v1 1.0.20+b3afc78b77 |-- fabric-registry-sync-v0 2.3.2+4df89eb277 |-- fabric-renderer-api-v1 3.2.0+39a511ba77 |-- fabric-renderer-indigo 1.5.0+39a511ba77 |-- fabric-renderer-registries-v1 3.2.45+df3654b377 |-- fabric-rendering-data-attachment-v1 0.3.36+92a0d36777 |-- fabric-rendering-fluids-v1 3.0.27+b3afc78b77 |-- fabric-rendering-v0 1.1.48+df3654b377 |-- fabric-rendering-v1 3.0.7+b3afc78b77 |-- fabric-resource-conditions-api-v1 2.3.7+29de845d77 |-- fabric-resource-loader-v0 0.11.9+132c48c177 |-- fabric-screen-api-v1 2.0.7+b3afc78b77 |-- fabric-screen-handler-api-v1 1.3.29+b3afc78b77 |-- fabric-sound-api-v1 1.0.12+b3afc78b77 |-- fabric-transfer-api-v1 3.3.3+c81d263177 \-- fabric-transitive-access-wideners-v1 4.3.0+6c31357e77 - fabric-language-kotlin 1.10.16+kotlin.1.9.21 |-- org_jetbrains_kotlin_kotlin-reflect 1.9.21 |-- org_jetbrains_kotlin_kotlin-stdlib 1.9.21 |-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.21 |-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.21 |-- org_jetbrains_kotlinx_atomicfu-jvm 0.23.1 |-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.7.3 |-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.7.3 |-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.4.1 |-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.2 |-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.2 \-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.2 - fabricloader 0.15.0 \-- mixinextras 0.3.0 - fabricshieldlib 1.7.2-1.20.1 \-- mm 2.3 - fabricskyboxes 0.7.3+mc1.20.1 - fabrishot 1.10.0 - fadeless 1.0.1 - fallingleaves 1.15.4 - fastquit 3.0.0+1.20+ - ferritecore 6.0.1 - firstperson 2.2.4 - forgeconfigapiport 8.0.0 - fsb-interop 1.3.6+mc1.20.1-build.50 - herdspanic 1.0.7 - highlighter 1.1.6 - holdthatchunk 2.0.1 - iceberg 1.1.18 - immediatelyfast 1.2.8+1.20.4 \-- net_lenni0451_reflect 1.3.1 - indium 1.0.27+mc1.20.1 - inmis 2.7.2-1.20.1 \-- omega-config 1.2.3-1.18.1 - inmisaddon 1.0.4 - inventoryprofilesnext 1.10.9 - invmove 0.8.4 - iris 1.6.11 |-- io_github_douira_glsl-transformer 2.0.0-pre13 |-- org_anarres_jcpp 1.4.14 \-- org_antlr_antlr4-runtime 4.11.1 - isxander-main-menu-credits 1.1.2 - itemborders 1.2.0 - jamlib 0.6.1+1.20.x - java 18 - kiwi 11.1.1 - lambdynlights 2.3.2+1.20.1 |-- pride 1.2.0+1.19.4 \-- spruceui 5.0.0+1.20 - languagereload 1.5.10+1.20.1 - lazydfu 0.1.3 - legendarytooltips 1.4.4 - letmedespawn 1.2.0 - libipn 4.0.1 - libz 1.0.3 |-- com_fasterxml_jackson_core_jackson-annotations 2.15.2 |-- com_fasterxml_jackson_core_jackson-core 2.15.2 \-- com_fasterxml_jackson_core_jackson-databind 2.15.2 - lithium 0.11.2 - memoryleakfix 1.1.2 - midnightlib 1.4.1 - minecraft 1.20.1 - mixintrace 1.1.1+1.17 - modelfix 1.14 - modernfix 5.10.1+mc1.20.1 - modmenu 7.2.2 - moonlight 1.20-2.8.68 - morebannerfeatures 1.2.0 - morechathistory 1.1.1 - moreculling 1.20.1-0.19.0 \-- conditional-mixin 0.3.2 - moremobvariants 1.2.2 - mr_banner_flags 2.1 - mr_scorched 1.1.3c - mr_vanilla_refresh 1.4.19a - nochatreports 1.20.1-v2.2.2 - notenoughanimations 1.6.4 - nyfsspiders 2.1.1 - optigui 2.1.6 |-- optiglue 2.1.6-mc.1.19.3 |-- org_apache_commons_commons-text 1.10.0 \-- org_ini4j_ini4j 0.5.4 - paxi 1.20-Fabric-4.0 - presencefootsteps 1.9.1 \-- kirin 1.15.4+1.20 - prism 1.0.5 - puzzle 1.5.2+1.20 |-- puzzle-base 1.5.2+1.20 |-- puzzle-gui 1.5.2+1.20 |-- puzzle-models 1.5.2+1.20 \-- puzzle-splashscreen 1.5.2+1.20 - puzzleslib 8.1.11 \-- puzzlesaccessapi 8.0.7 - reeses-sodium-options 1.6.5+mc1.20.1-build.95 - repurposed_structures 7.1.11+1.20.1-fabric - rightclickharvest 3.2.3+1.19.x-1.20.1-fabric - rrls 3.2.0-1.20.1-fabric - seasons 2.3+1.20 - shulkerboxtooltip 4.0.4+1.20.1 - skinlayers 1.5.4-mc1.20.1 - smoothswapping 0.9.3.1 - snowrealmagic 9.1.2 - sodium 0.5.3 - sodium-extra 0.5.1+mc1.20.1-build.112 |-- caffeineconfig 1.3.0+1.17 \-- crowdin-translate 1.4+1.19.3 - soulfired 3.2.0.1-final - sound_physics_remastered 1.20.1-1.3.0 - starlight 1.1.2+fabric.dbc156f - terralith 2.4.11 - tiered 1.3.0 \-- reach-entity-attributes 2.4.0 - tinyskeletons 8.0.1 - tooltiprareness 1.0.9 - trinkets 3.7.1 - vanillatweaks 1.5.70 - villagernames 7.1 - visuality 0.7.1+1.20 - voicechat 1.20.1-2.4.31 \-- fabric-key-binding-api-v1 1.0.36+fb8d95da82 - weaponmaster 3.0.5 - yet_another_config_lib_v3 3.2.1+1.20 |-- com_twelvemonkeys_common_common-image 3.10.0-SNAPSHOT |-- com_twelvemonkeys_common_common-io 3.10.0-SNAPSHOT |-- com_twelvemonkeys_common_common-lang 3.10.0-SNAPSHOT |-- com_twelvemonkeys_imageio_imageio-core 3.10.0-SNAPSHOT |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0-SNAPSHOT |-- com_twelvemonkeys_imageio_imageio-webp 3.10.0-SNAPSHOT |-- org_quiltmc_parsers_gson 0.2.1 \-- org_quiltmc_parsers_json 0.2.1 - yosbr 0.1.2 - yungsapi 1.20-Fabric-4.0.2 \-- org_javassist_javassist 3.29.2-GA - yungsbridges 1.20-Fabric-4.0.3 - yungsextras 1.20-Fabric-4.0.3 - yungsmenutweaks 1.20.1-Fabric-1.0.1 - zoomify 2.11.2 |-- com_akuleshov7_ktoml-core-jvm 0.4.1 |-- dev_isxander_settxi_settxi-core 2.10.6 \-- dev_isxander_settxi_settxi-kotlinx-serialization 2.10.6 [10:42:37] [main/INFO]: Applying default options... (YOSBR) [10:42:37] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/{COMPUTER_USERNAME}/AppData/Roaming/com.modrinth.theseus/meta/libraries/net/fabricmc/sponge-mixin/0.12.5+mixin.0.8.5/sponge-mixin-0.12.5+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT [10:42:38] [main/INFO]: Compatibility level set to JAVA_17 [10:42:39] [main/INFO]: Preloading Debugify [10:42:39] [main/WARN]: Reference map 'entity_model_features_fabric_1.20.1-fabric-refmap.json' for entity_model_features.mixins.json could not be read. If this is a development environment you can ignore this message [10:42:39] [main/WARN]: Reference map 'InvMove-mc1.20_fabric-refmap.json' for invmove-fabric.mixins.json could not be read. If this is a development environment you can ignore this message [10:42:39] [main/INFO]: Loaded configuration file for Lithium: 115 options available, 1 override(s) found [10:42:40] [main/INFO]: Loaded configuration file for ModernFix 5.10.1+mc1.20.1: 52 options available, 2 override(s) found [10:42:40] [main/WARN]: Option 'mixin.perf.deduplicate_wall_shapes' overriden (by mods [dashloader]) to 'false' [10:42:40] [main/WARN]: Option 'mixin.perf.dynamic_resources' overriden (by user configuration) to 'true' [10:42:40] [main/INFO]: Applying Nashorn fix [10:42:40] [main/WARN]: [Satin] Iris is present, custom block renders will not work [10:42:40] [main/INFO]: Loaded configuration file for Sodium: 41 options available, 4 override(s) found [10:42:40] [main/INFO]: Loaded configuration file for Sodium Extra: 32 options available, 0 override(s) found [10:42:40] [main/WARN]: Reference map 'weaponmaster-client-only-fabric-1.20.1-refmap.json' for weaponmaster.mixins.json could not be read. If this is a development environment you can ignore this message [10:42:40] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [10:42:40] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_fabric.mixins.json could not be read. If this is a development environment you can ignore this message [10:42:41] [main/INFO]: CameraOverhaul: Using modern mixin 'mirsario.cameraoverhaul.fabric.mixins.modern.CameraMixin'. [10:42:41] [main/INFO]: CameraOverhaul: Using modern mixin 'mirsario.cameraoverhaul.fabric.mixins.modern.GameRendererMixin'. [10:42:41] [main/INFO]: CameraOverhaul: Skipping legacy mixin 'mirsario.cameraoverhaul.fabric.mixins.legacy.LegacyCameraMixin'. [10:42:41] [main/WARN]: Error loading class: net/minecraft/client/font/FontManager$1 (java.lang.ClassNotFoundException: net/minecraft/client/font/FontManager$1) [10:42:41] [main/WARN]: @Mixin target net/minecraft/client/font/FontManager$1 was not found dashloader.mixins.json:option.cache.font.FontManagerOverride from mod dashloader [10:42:41] [main/WARN]: Force disabled MC-121772 because it only applies to OS: MAC [10:42:41] [main/WARN]: Force disabled MC-122477 because it only applies to OS: LINUX [10:42:41] [main/WARN]: Force disabled MC-59810 because it only applies to OS: MAC [10:42:41] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/immediate/model/EntityRenderer (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/immediate/model/EntityRenderer) [10:42:42] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children [10:42:42] [main/WARN]: Error loading class: net/fabricmc/fabric/impl/client/model/ModelLoadingRegistryImpl$LoaderInstance (java.lang.ClassNotFoundException: net/fabricmc/fabric/impl/client/model/ModelLoadingRegistryImpl$LoaderInstance) [10:42:42] [main/WARN]: @Mixin target net.fabricmc.fabric.impl.client.model.ModelLoadingRegistryImpl$LoaderInstance was not found modernfix-fabric.mixins.json:perf.dynamic_resources.LoaderInstanceMixin from mod modernfix [10:42:42] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache) [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children [10:42:43] [main/WARN]: Force-disabling mixin 'features.shader.uniform.ShaderProgramMixin' as rule 'mixin.features.shader.uniform' (added by mods [dashloader]) disables it and children [10:42:43] [main/INFO]: [MemoryLeakFix] Will be applying 3 memory leak fixes! [10:42:43] [main/INFO]: [MemoryLeakFix] Currently enabled memory leak fixes: [targetEntityLeak, biomeTemperatureLeak, hugeScreenshotLeak] [10:42:43] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache) [10:42:43] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache) [10:42:43] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal) [10:42:43] [main/INFO]: I used the json to destroy the json [10:42:43] [main/INFO]: Searching for graphics cards... [10:42:43] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.0). [10:42:45] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=NVIDIA, name=NVIDIA GeForce GTX 1050, version=DriverVersion=31.0.15.4629] [10:42:45] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=INTEL, name=Intel(R) HD Graphics 630, version=DriverVersion=31.0.101.2111] [10:42:45] [main/WARN]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS] [10:42:45] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver. [10:42:48] [main/WARN]: @Final field field_22786:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final [10:42:48] [main/WARN]: @Final field field_33815:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final [10:42:48] [main/INFO]: Mixing common.MixinFriendlyByteBuf from mixins/common/nochatreports.mixins.json into net.minecraft.class_2540 [10:42:48] [main/INFO]: Renaming synthetic method lambda$onWriteJsonWithCodec$1(Ljava/lang/Object;Ljava/lang/String;)Lio/netty/handler/codec/EncoderException; to md766a10$nochatreports$lambda$onWriteJsonWithCodec$1$0 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf from mod nochatreports [10:42:48] [main/INFO]: Renaming synthetic method lambda$onReadJsonWithCodec$0(Ljava/lang/String;)Lio/netty/handler/codec/DecoderException; to md766a10$nochatreports$lambda$onReadJsonWithCodec$0$1 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf from mod nochatreports [10:42:52] [main/INFO]: Injecting BlockStateBase cache population hook into getOpacityIfCached from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin [10:42:52] [main/INFO]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin [10:42:52] [main/INFO]: Injecting BlockStateBase cache population hook into getPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin [10:42:52] [main/INFO]: Injecting BlockStateBase cache population hook into isConditionallyFullOpaque from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin [10:42:52] [main/INFO]: Injecting BlockStateBase cache population hook into getAllFlags from me.jellysquid.mods.lithium.mixin.util.block_tracking.AbstractBlockStateMixin [10:42:58] [main/INFO]: Mixing server.MixinServerGamePacketListenerImpl from mixins/common/nochatreports.mixins.json into net.minecraft.class_3244 [10:43:00] [main/WARN]: Static binding violation: PRIVATE @Overwrite method method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. [10:43:00] [main/WARN]: Method overwrite conflict for method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix, previously written by me.jellysquid.mods.lithium.mixin.world.temperature_cache.BiomeMixin. Skipping method. [10:43:01] [main/INFO]: Minecraft bootstrap in 12.8s [10:43:01] [main/INFO]: Vanilla bootstrap took 12831 milliseconds [10:43:01] [Render thread/INFO]: [STDERR]: Version: 3.3.1 SNAPSHOT [10:43:01] [Render thread/INFO]: [STDERR]: OS: Windows 10 v10.0 [10:43:01] [Render thread/INFO]: [STDERR]: JRE: Windows amd64 18.0.2.1 [10:43:01] [Render thread/INFO]: [STDERR]: JVM: OpenJDK 64-Bit Server VM v18.0.2.1+1-1 by Oracle Corporation [10:43:01] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl [10:43:01] [Render thread/INFO]: [STDERR]: Module: org.lwjgl [10:43:01] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\lwjgl.dll [10:43:01] [Render thread/INFO]: [STDERR]: Loading library: jemalloc [10:43:01] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.jemalloc [10:43:01] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\jemalloc.dll [10:43:01] [Render thread/INFO]: [STDERR]: MemoryUtil allocator: JEmallocAllocator [10:43:01] [Render thread/INFO]: Mixing client.MixinMinecraft from mixins/common/nochatreports.mixins.json into net.minecraft.class_310 [10:43:01] [Render thread/INFO]: Mixing client.MixinMinecraft from mixins/fabric/nochatreports-fabric.mixins.json into net.minecraft.class_310 [10:43:02] [Render thread/INFO]: Mixing client.MixinChatScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_408 [10:43:02] [Render thread/INFO]: Renaming synthetic method lambda$onInit$4()Lnet/minecraft/class_2561; to md766a10$nochatreports$lambda$onInit$4$3 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports [10:43:02] [Render thread/INFO]: Renaming synthetic method lambda$onInit$3(Lnet/minecraft/class_4185;)V to md766a10$nochatreports$lambda$onInit$3$4 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports [10:43:02] [Render thread/INFO]: Renaming synthetic method lambda$onInit$2()Lnet/minecraft/class_2561; to md766a10$nochatreports$lambda$onInit$2$5 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports [10:43:02] [Render thread/INFO]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/class_4185;)V to md766a10$nochatreports$lambda$onInit$1$6 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports [10:43:02] [Render thread/INFO]: Renaming synthetic method lambda$onBeforeMessage$0(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/aizistral/nochatreports/common/encryption/Encryptor;)V to md766a10$nochatreports$lambda$onBeforeMessage$0$7 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports [10:43:02] [Render thread/INFO]: Mixing client.MixinTitleScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_442 [10:43:02] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [10:43:02] [Render thread/INFO]: Mixing client.MixinYggdrasilUserApiService from mixins/common/nochatreports.mixins.json into com.mojang.authlib.yggdrasil.YggdrasilUserApiService [10:43:03] [Render thread/INFO]: Setting user: {MINECRAFT_USERNAME} [10:43:04] [Render thread/INFO]: Bypassed Mojang DFU [10:43:04] [Render thread/INFO]: Mixing client.MixinToastComponent from mixins/common/nochatreports.mixins.json into net.minecraft.class_374 [10:43:05] [Render thread/INFO]: [Collective] JSON file 'area_names.json' generation requested by mod 'areas'. [10:43:05] [Render thread/INFO]: Constructing common components for betteranimationscollection:main [10:43:06] [Render thread/WARN]: Injection warning: LVT in net/minecraft/class_332::method_51435(Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_8000;)V has incompatible changes at opcode 124 in callback iceberg.mixins.json:GuiGraphicsMixin from mod iceberg->@Inject::storeLocalsOptifine(Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_8000;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/lang/Object;IIIILorg/joml/Vector2ic;)V. Expected: [Ljava/lang/Object;, I, I, I, I, Lorg/joml/Vector2ic;] Found: [I, I, I, I, Lorg/joml/Vector2ic;] Available: [I, I, I, I, Lorg/joml/Vector2ic;] [10:43:07] [Render thread/INFO]: Loading client config for betteranimationscollection [10:43:07] [Thread-2/INFO]: Reloading client config for betteranimationscollection [10:43:07] [Render thread/INFO]: Reflections took 185 ms to scan 1 urls, producing 1 keys and 2 values [10:43:07] [Render thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 2 values [10:43:07] [Render thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 3 values [10:43:07] [Render thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 3 values [10:43:07] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [10:43:08] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [10:43:08] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 1 values [10:43:08] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values [10:43:08] [Render thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 3 values [10:43:08] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 3 values [10:43:08] [Render thread/INFO]: Reflections took 6 ms to scan 1 urls, producing 1 keys and 2 values [10:43:08] [Render thread/INFO]: Reflections took 6 ms to scan 1 urls, producing 1 keys and 2 values [10:43:08] [Render thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 1 values [10:43:08] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 1 values [10:43:08] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 2 values [10:43:08] [Render thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 2 values [10:43:08] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values [10:43:08] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values [10:43:08] [Render thread/INFO]: Loading Collective version 7.16. [10:43:08] [Render thread/INFO]: Initialized entity types. [10:43:08] [Render thread/INFO]: Saving config because the loaded bug fixes are different to stored json. [10:43:08] [Render thread/INFO]: Saving Debugify [10:43:08] [Render thread/INFO]: Enabled 11 bug fixes: [MC-577, MC-59810, MC-89146, MC-90683, MC-112730, MC-121772, MC-122477, MC-140646, MC-199467, MC-237493, MC-263865] [10:43:08] [Render thread/INFO]: Successfully Debugify'd your game! [10:43:08] [Render thread/INFO]: Constructing common components for diagonalblocks:main [10:43:08] [Render thread/INFO]: Constructing common components for diagonalfences:main [10:43:09] [Render thread/INFO]: Constructing shapes for DiagonalFenceBlock[NodeWidth=2.0,ExtensionWidth=2.0,NodeTop=24.0,ExtensionBottom=0.0,ExtensionTop=24.0] took 60ms [10:43:09] [Render thread/INFO]: Constructing shapes for DiagonalFenceBlock[NodeWidth=2.0,ExtensionWidth=2.0,NodeTop=16.0,ExtensionBottom=0.0,ExtensionTop=16.0] took 64ms [10:43:09] [Render thread/INFO]: Constructing shapes for DiagonalFenceBlock[NodeWidth=2.0,ExtensionWidth=1.0,NodeTop=16.0,ExtensionBottom=6.0,ExtensionTop=15.0] took 156ms [10:43:09] [Render thread/INFO]: Constructing common components for diagonalwindows:main [10:43:09] [Render thread/INFO]: Constructing shapes for DiagonalGlassPaneBlock[NodeWidth=1.0,ExtensionWidth=1.0,NodeTop=16.0,ExtensionBottom=0.0,ExtensionTop=16.0] took 37ms [10:43:11] [Render thread/INFO]: Constructing common components for easyanvils:main [10:43:11] [Render thread/INFO]: Loading client config for easyanvils [10:43:11] [Render thread/INFO]: Mixing client.MixinClientPacketListener from mixins/common/nochatreports.mixins.json into net.minecraft.class_634 [10:43:11] [Render thread/INFO]: Constructing common components for easymagic:main [10:43:11] [Render thread/INFO]: Loading client config for easymagic [10:43:11] [Render thread/INFO]: Constructing common components for easyshulkerboxes:main [10:43:11] [Render thread/INFO]: Fabric Shield Lib Initialized! [10:43:11] [Render thread/INFO]: Fadeless is running [10:43:11] [Render thread/INFO]: Loading FirstPerson Mod [10:43:11] [Render thread/INFO]: [jamlib] Mod initialized! [10:43:12] [Render thread/INFO]: Processing 3 KiwiModule annotations [10:43:12] [Render thread/INFO]: Module [kiwi:contributors] initialized [10:43:13] [Render thread/INFO]: Module [snowrealmagic:core] initialized [10:43:13] [Render thread/INFO]: block: 7 [10:43:13] [Render thread/INFO]: block_entity_type: 2 [10:43:13] [Render thread/INFO]: entity_type: 1 [10:43:13] [Render thread/INFO]: loot_pool_entry_type: 1 [10:43:13] [Render thread/INFO]: Module [kiwi:data] initialized [10:43:13] [Render thread/INFO]: recipe_serializer: 3 [10:43:13] [Render thread/INFO]: Definitely not up to no good [10:43:13] [Render thread/INFO]: Loaded config moonlight-client.json [10:43:13] [Render thread/INFO]: Giving mobs a fresh coat of paint... [10:43:13] [Render thread/INFO]: KONNICHIWA ZA WARUDO! [10:43:13] [Render thread/INFO]: Default JVM text encoding is: UTF-8 [10:43:13] [Render thread/INFO]: Reading config file NoChatReports/NCR-Common.json... [10:43:13] [Render thread/INFO]: Reading config file NoChatReports/NCR-Client.json... [10:43:13] [Render thread/INFO]: Reading config file NoChatReports/NCR-ServerPreferences.json... [10:43:13] [Render thread/INFO]: Reading config file NoChatReports/NCR-Encryption.json... [10:43:13] [Render thread/INFO]: Writing config file NoChatReports/NCR-Common.json... [10:43:13] [Render thread/INFO]: Writing config file NoChatReports/NCR-Client.json... [10:43:13] [Render thread/INFO]: Writing config file NoChatReports/NCR-ServerPreferences.json... [10:43:13] [Render thread/INFO]: Writing config file NoChatReports/NCR-Encryption.json... [10:43:13] [Render thread/INFO]: Client initialization... [10:43:14] [Render thread/INFO]: [STDERR]: Loading library: glfw [10:43:14] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.glfw [10:43:14] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\glfw.dll [10:43:14] [Render thread/INFO]: Constructing common components for puzzlesapi:iteminteractions [10:43:14] [Render thread/INFO]: Loading client config for puzzlesapi [10:43:14] [Render thread/INFO]: Constructing common components for puzzlesapi:slotcycling [10:43:14] [Render thread/INFO]: Loading client config for puzzlesapi [10:43:14] [Render thread/INFO]: Constructing common components for puzzlesapi:limitlesscontainers [10:43:14] [Render thread/INFO]: Constructing common components for puzzlesapi:statues [10:43:14] [Render thread/INFO]: Constructing common components for puzzleslib:main [10:43:14] [Render thread/INFO]: [rightclickharvest] Initializing VersionUtils [10:43:14] [Render thread/INFO]: [rightclickharvest] VersionUtils initialized successfully [10:43:14] [Render thread/INFO]: [jamlib] Registered config for rightclickharvest [10:43:14] [Render thread/INFO]: [rightclickharvest] Mod initialized! [10:43:14] [Render thread/INFO]: [Fabric Seasons] Trying to read config file... [10:43:14] [Render thread/INFO]: [Fabric Seasons] A config file was found, loading it.. [10:43:14] [Render thread/INFO]: [Fabric Seasons] Successfully loaded config file. [10:43:14] [Render thread/INFO]: [ShulkerBoxTooltip] Could not find configuration file, creating default file [10:43:15] [Render thread/INFO]: Constructing common components for tinyskeletons:main [10:43:15] [Render thread/INFO]: Setup Complete [10:43:15] [Render thread/INFO]: [Collective] JSON file 'entity_names.json' generation requested by mod 'villagernames'. [10:43:15] [Render thread/INFO]: [voicechat] Compatibility version 17 [10:43:15] [Render thread/INFO]: [voicechat] Loading plugins [10:43:15] [Render thread/INFO]: [voicechat] Loaded 1 plugin(s) [10:43:15] [Render thread/INFO]: [voicechat] Initializing plugins [10:43:15] [Render thread/INFO]: Initializing Simple Voice Chat integration [10:43:15] [Render thread/INFO]: [voicechat] Initialized 1 plugin(s) [10:43:15] [Render thread/INFO]: [voicechat] Registering events for sound_physics_remastered [10:43:15] [Render thread/INFO]: [STDOUT]: All 81 have been set properly [10:43:15] [Render thread/INFO]: Reflections took 27 ms to scan 1 urls, producing 1 keys and 4 values [10:43:15] [Render thread/INFO]: Reflections took 5 ms to scan 1 urls, producing 1 keys and 4 values [10:43:15] [Render thread/INFO]: Reflections took 4 ms to scan 1 urls, producing 1 keys and 2 values [10:43:15] [Render thread/INFO]: Reflections took 6 ms to scan 1 urls, producing 1 keys and 2 values [10:43:15] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 2 values [10:43:15] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [10:43:16] [Render thread/INFO]: AdvancementInfo initialized [10:43:16] [Render thread/INFO]: Loaded [10:43:16] [Render thread/INFO]: Constructing client components for betteranimationscollection:main [10:43:17] [Render thread/INFO]: Blendium is loading! [10:43:17] [Render thread/INFO]: Created Blendium configuration files, located at C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\profiles\Sakura\config\blendium [10:43:17] [Render thread/INFO]: CameraOverhaul: CameraSystem is ready. [10:43:17] [Render thread/INFO]: Trying to read config file... [10:43:17] [Render thread/INFO]: A config file was found, loading it.. [10:43:17] [Render thread/INFO]: Successfully loaded config file. [10:43:17] [Render thread/INFO]: [citresewn] Registering CIT Conditions [10:43:17] [Render thread/INFO]: [citresewn] Registering CIT Types [10:43:17] [Render thread/INFO]: Initializing Renderers. [10:43:18] [Render thread/INFO]: Pre-initializing Controlify... [10:43:18] [Render thread/INFO]: Re-caching descriptions because json doesn't match config. [10:43:18] [Render thread/INFO]: Connecting to 'bugs.mojang.com' to cache bug descriptions! [10:43:18] [Render thread/INFO]: Constructing client components for diagonalblocks:main [10:43:18] [Render thread/INFO]: Deserializing Config from 'C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\profiles\Sakura\config\dynamiccrosshair.json5' [10:43:18] [Render thread/INFO]: Constructing client components for easyanvils:main [10:43:18] [Render thread/INFO]: Constructing client components for easymagic:main [10:43:18] [Render thread/INFO]: Constructing client components for easyshulkerboxes:main [10:43:19] [Render thread/INFO]: Attempting to parse file C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\profiles\Sakura\config\elytra-physics-config.json [10:43:19] [Render thread/INFO]: Class 'com.illusivesoulworks.colytra.client.ColytraLayer' not found [10:43:19] [Render thread/INFO]: Class 'com.illusivesoulworks.elytraslot.client.ElytraSlotLayer' not found [10:43:19] [Render thread/INFO]: Class 'com.kyanite.deeperdarker.client.render.SoulElytraRenderer' not found [10:43:19] [Render thread/INFO]: Successfully added class 'net.minecraft.class_979' to layer inject list [10:43:19] [Render thread/INFO]: Loading Entity Model Features, why does no one download Solid Mobs :( [10:43:19] [Render thread/INFO]: 1 new ETF Random Properties registered by entity_model_features. [10:43:19] [Render thread/INFO]: Loading Entity Texture Features, OptiFine's weirder younger half-brother that runs around making train noises. [10:43:19] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo. [10:43:20] [Render thread/INFO]: [FastQuit] Initialized [10:43:20] [Render thread/WARN]: [holdthatchunk] Could not parse chunkUnloadDistance option [10:43:21] [Render thread/WARN]: Configuration file C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\profiles\Sakura\config\itemborders-common.toml is not correct. Correcting [10:43:21] [Render thread/INFO]: [LambDynLights] Initializing LambDynamicLights... [10:43:21] [Render thread/INFO]: [LambDynLights] Configuration loaded. [10:43:22] [Render thread/WARN]: Using Cloth Config GUI [10:43:22] [Render thread/INFO]: Registering config screens for mod comforts with 1 config(s) [10:43:22] [Render thread/INFO]: [voicechat] Using Cloth Config GUI [10:43:22] [Render thread/INFO]: Initialized block sets in 16ms [10:43:22] [Render thread/INFO]: Initialized color sets in 12ms [10:43:22] [Render thread/INFO]: OptiGlue initialized. [10:43:22] [Render thread/INFO]: OptiGUI initialized. [10:43:23] [Render thread/INFO]: Constructing client components for puzzlesapi:iteminteractions [10:43:23] [Render thread/INFO]: Constructing client components for puzzlesapi:slotcycling [10:43:23] [Render thread/INFO]: Constructing client components for puzzlesapi:statues [10:43:23] [Render thread/INFO]: Constructing client components for puzzleslib:main [10:43:23] [Render thread/INFO]: Reloading reverb parameters [10:43:23] [Render thread/INFO]: Constructing client components for tinyskeletons:main [10:43:23] [Render thread/INFO]: [voicechat] Loading Opus [10:43:23] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 0 keys and 0 values [10:43:23] [Render thread/INFO]: Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values [10:43:24] [Render thread/INFO]: Mixing client.MixinOptions from mixins/common/nochatreports.mixins.json into net.minecraft.class_315 [10:43:24] [Render thread/INFO]: Renaming synthetic method lambda$onlyShowSecureChat$0(Ljava/lang/Boolean;)V to md766a10$nochatreports$lambda$onlyShowSecureChat$0$2 in mixins/common/nochatreports.mixins.json:client.MixinOptions from mod nochatreports [10:43:24] [Render thread/INFO]: Mixing client.MixinChatComponent from mixins/common/nochatreports.mixins.json into net.minecraft.class_338 [10:43:24] [Render thread/INFO]: Renaming synthetic method lambda$modifyGUIMessage$1()V to md766a10$nochatreports$lambda$modifyGUIMessage$1$0 in mixins/common/nochatreports.mixins.json:client.MixinChatComponent from mod nochatreports [10:43:24] [Render thread/INFO]: Renaming synthetic method lambda$modifyGUIMessage$0(Lnet/minecraft/class_5348;Lnet/minecraft/class_2561;)V to md766a10$nochatreports$lambda$modifyGUIMessage$0$1 in mixins/common/nochatreports.mixins.json:client.MixinChatComponent from mod nochatreports [10:43:24] [Render thread/INFO]: Mixing client.MixinGuiMessageTagIcon from mixins/common/nochatreports.mixins.json into net.minecraft.class_7591$class_7592 [10:43:24] [Render thread/INFO]: Renaming @Invoker method create(Ljava/lang/String;IIIII)Lnet/minecraft/class_7591$class_7592; to create$nochatreports_$md$766a10$0 in mixins/common/nochatreports.mixins.json:client.MixinGuiMessageTagIcon from mod nochatreports [10:43:25] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT [10:43:25] [Render thread/INFO]: [STDERR]: Java 9 check intrinsics enabled [10:43:25] [Render thread/INFO]: [STDERR]: Closure Registry: simple [10:43:25] [Render thread/WARN]: Attempting to apply workarounds for the NVIDIA Graphics Driver... [10:43:25] [Render thread/WARN]: If the game crashes immediately after this point, please make a bug report: https://github.com/CaffeineMC/sodium-fabric/issues [10:43:25] [Render thread/INFO]: [STDERR]: Loading library: kernel32 [10:43:25] [Render thread/INFO]: [STDERR]: Module: me.jellyquid.mods.sodium [10:43:25] [Render thread/INFO]: [STDERR]: kernel32.dll not found in org.lwjgl.librarypath=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0 [10:43:25] [Render thread/INFO]: [STDERR]: Loaded from system paths: C:\Windows\System32\KERNEL32.DLL [10:43:25] [Render thread/INFO]: [STDERR]: Java 10 multiplyHigh enabled [10:43:25] [Render thread/INFO]: ... Successfully applied workarounds for the NVIDIA Graphics Driver! [10:43:26] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl_opengl [10:43:26] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.opengl [10:43:26] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\lwjgl_opengl.dll [10:43:26] [Render thread/INFO]: [STDERR]: Loading library: opengl32 [10:43:26] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.opengl [10:43:26] [Render thread/INFO]: [STDERR]: opengl32.dll not found in org.lwjgl.librarypath=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0 [10:43:26] [Render thread/INFO]: [STDERR]: Loaded from system paths: C:\Windows\SYSTEM32\opengl32.dll [10:43:27] [Render thread/INFO]: [STDERR]: [GL] GL_ARB_shader_subroutine was reported as available but an entry point is missing. [10:43:27] [Render thread/INFO]: [STDERR]: Java 9 text decoding enabled [10:43:27] [Render thread/INFO]: Initializing ImmediatelyFast 1.2.8+1.20.4 on NVIDIA GeForce GTX 1050/PCIe/SSE2 (NVIDIA Corporation) with OpenGL 3.2.0 NVIDIA 546.29 [10:43:27] [Render thread/INFO]: Found Iris/Oculus 1.6.11. Enabling compatibility. [10:43:27] [Render thread/INFO]: OpenGL Vendor: NVIDIA Corporation [10:43:27] [Render thread/INFO]: OpenGL Renderer: NVIDIA GeForce GTX 1050/PCIe/SSE2 [10:43:27] [Render thread/INFO]: OpenGL Version: 3.2.0 NVIDIA 546.29 [10:43:27] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl_stb [10:43:27] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.stb [10:43:27] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\lwjgl_stb.dll [10:43:28] [Render thread/INFO]: Debug functionality is disabled. [10:43:28] [Render thread/INFO]: ARB_direct_state_access detected, enabling DSA. [10:43:28] [Render thread/INFO]: Shaders are disabled because enableShaders is set to false in iris.properties [10:43:28] [Render thread/INFO]: Shaders are disabled [10:43:28] [Render thread/INFO]: ARRP register - before vanilla [10:43:28] [Render thread/INFO]: ARRP register - after vanilla [10:43:28] [Render thread/INFO]: ARRP register - before user [10:43:28] [Render thread/INFO]: [STDERR]: Loading library: OpenAL [10:43:28] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.openal [10:43:29] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\OpenAL.dll [10:43:29] [Render thread/WARN]: Method overwrite conflict for getModel in fabric-model-loading-api-v1.mixins.json:BakedModelManagerMixin from mod fabric-model-loading-api-v1, previously written by foundationgames.enhancedblockentities.mixin.BakedModelManagerMixin. Skipping method. [10:43:30] [Render thread/INFO]: Hardware information: [10:43:30] [Render thread/INFO]: CPU: 4x Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz [10:43:30] [Render thread/INFO]: GPU: NVIDIA GeForce GTX 1050/PCIe/SSE2 (Supports OpenGL 3.2.0 NVIDIA 546.29) [10:43:30] [Render thread/INFO]: OS: Windows 10 (10.0) [10:43:30] [Finalizer/WARN]: One or more BufferBuilders have been leaked, ModernFix will attempt to correct this. [10:43:31] [Render thread/INFO]: Mixing client.MixinChatListener from mixins/common/nochatreports.mixins.json into net.minecraft.class_7594 [10:43:31] [Render thread/INFO]: Running data generation for dynamic pack resources provided by 'diagonalblocks' [10:43:31] [Render thread/INFO]: Data generation for dynamic pack resources provided by 'diagonalblocks' took 156ms [10:43:31] [Render thread/INFO]: Invalidating pack caches [10:43:31] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (additionz, advanced_runtime_resource_pack, advancementinfo, advancementplaques, adventurez, ambientsounds, animatica, antighost, appleskin, autotag, autotag-convention, bedspreads, betteradvancements, betterbeds, betterdeserttemples, betterdungeons, betterfortresses, betterjungletemples, bettermineshafts, bettermounthud, betteroceanmonuments, betterstrongholds, betterthirdperson, betterwitchhuts, blendium, blur, borderlessmining, caffeineconfig, cameraoverhaul, camerautils, capes, cardinal-components-base, cardinal-components-entity, cherishedworlds, citresewn, citresewn-defaults, clean-debug, cloth-config, comforts, conditional-mixin, connectiblechains, continuity, controlify, creativecore, debugify, deepslatecutting, dynamic_fps, dynamiccrosshair, e4mc_minecraft, easyanvils, easymagic, easyshulkerboxes, eatinganimationid, elytra_physics, enhancedblockentities, enhancedvisuals, entity_model_features, entity_texture_features, entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-tables-v1, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-networking-v0, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricshieldlib, fabricskyboxes, fabrishot, fadeless, fallingleaves, fastquit, firstperson, forgeconfigapiport, fsb-interop, herdspanic, highlighter, holdthatchunk, immediatelyfast, indium, inmis, inmisaddon, inventoryprofilesnext, invmove, iris, jamlib, kiwi, lambdynlights, languagereload, lazydfu, legendarytooltips, letmedespawn, libipn, libz, lithium, midnightlib, mixintrace, mm, modernfix, modmenu, moonlight, morebannerfeatures, morechathistory, moreculling, moremobvariants, nochatreports, notenoughanimations, omega-config, optigui, presencefootsteps, pride, puzzle, puzzle-base, puzzle-gui, puzzle-models, puzzle-splashscreen, puzzlesapi, reach-entity-attributes, reeses-sodium-options, repurposed_structures, rightclickharvest, rrls, satin, seasons, shulkerboxtooltip, skinlayers, smoothswapping, snowrealmagic, sodium, sodium-extra, soulfired, sound_physics_remastered, spruceui, starlight, terralith, tiered, tinyskeletons, tooltiprareness, trinkets, vanillatweaks, visuality, voicechat, weaponmaster, yaclx, yet_another_config_lib_v3, yosbr, yungsmenutweaks, zoomify), file/SodiumTranslations.zip, file/Mod Menu Helper.zip, file/Chat Reporting Helper.zip, presencefootsteps:default_sound_pack, file/enchant icons 1.20 v1.3.zip, file/[1.3] Enhanced Boss Bars.zip, file/Foliage+ V1.5.9.zip, betterbeds:fancyconnectedbeds, file/FreshAnimations_v1.8.1.zip, minecraft:supporteatinganimation, seasons:seasonal_lush_caves, tinyskeletons:main, black_icons, file/Stylized Overlay`s.zip, file/VanillaTweaks_r476907.zip, file/Fast Better Grass.zip, diagonalblocks:default_block_models [10:43:31] [Render thread/INFO]: closing rrp ebe:base_resources [10:43:31] [Render thread/INFO]: ARRP register - before vanilla [10:43:31] [Render thread/INFO]: ARRP register - after vanilla [10:43:31] [Render thread/INFO]: Hash changed to AF19B1A88613B73A0B4B732070D2C0A8 [10:43:32] [Render thread/INFO]:  DashLoader Status change SAVE  [10:43:32] [Render thread/INFO]: Mixing client.MixinJoinMultiplayerScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_500 [10:43:32] [Render thread/INFO]: Renaming synthetic method lambda$onInit$2()Lnet/minecraft/class_2561; to md766a10$nochatreports$lambda$onInit$2$0 in mixins/common/nochatreports.mixins.json:client.MixinJoinMultiplayerScreen from mod nochatreports [10:43:32] [Render thread/INFO]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/class_4185;)V to md766a10$nochatreports$lambda$onInit$1$1 in mixins/common/nochatreports.mixins.json:client.MixinJoinMultiplayerScreen from mod nochatreports [10:43:32] [Render thread/INFO]: Renaming synthetic method lambda$onInit$0(Lnet/minecraft/class_4185;)V to md766a10$nochatreports$lambda$onInit$0$2 in mixins/common/nochatreports.mixins.json:client.MixinJoinMultiplayerScreen from mod nochatreports [10:43:32] [Render thread/ERROR]: [citresewn] Caution! Broken paths is enabled! [10:43:32] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'} [10:43:32] [Worker-ResourceReload-0/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 65 in file 'minecraft:optifine/ctm/_overlays/basalt/0.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 74 in file 'minecraft:optifine/ctm/_overlays/basalt/0.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 84 in file 'minecraft:optifine/ctm/_overlays/basalt/0.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 62 in file 'minecraft:optifine/ctm/_overlays/basalt/20.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 71 in file 'minecraft:optifine/ctm/_overlays/basalt/20.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 81 in file 'minecraft:optifine/ctm/_overlays/basalt/20.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 62 in file 'minecraft:optifine/ctm/_overlays/basalt/40.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 71 in file 'minecraft:optifine/ctm/_overlays/basalt/40.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 81 in file 'minecraft:optifine/ctm/_overlays/basalt/40.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 62 in file 'minecraft:optifine/ctm/_overlays/basalt/60.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 71 in file 'minecraft:optifine/ctm/_overlays/basalt/60.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 81 in file 'minecraft:optifine/ctm/_overlays/basalt/60.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Render thread/INFO]: Cached all modded block culling states [10:43:32] [Worker-ResourceReload-1/ERROR]: Method 'overlay' requires at least 17 tiles but only 1 were provided in file 'minecraft:optifine/ctm/_overlays/bookshelf/bookshelf.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:concrete' in 'matchBlocks' element 'concrete' at index 30 in file 'minecraft:optifine/ctm/_overlays/bricks/bricks.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 6 in file 'minecraft:optifine/ctm/_overlays/brown_concrete_powder/brown_concrete_powder.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:black_terracottaterracotta' in 'matchBlocks' element 'black_terracottaterracotta' at index 25 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:planks' in 'matchBlocks' element 'planks' at index 49 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 50 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 51 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 52 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 59 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:netherrack_gold_ore' in 'matchBlocks' element 'netherrack_gold_ore' at index 72 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:pumking' in 'matchBlocks' element 'pumking' at index 80 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:jack_o'lantern' in 'matchBlocks' element 'jack_o'lantern' at index 81 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 84 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 89 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 94 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 113 in file 'minecraft:optifine/ctm/_overlays/coarse_dirt/coarse_dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:light_glazed_terracotta' in 'matchBlocks' element 'light_glazed_terracotta' at index 40 in file 'minecraft:optifine/ctm/_overlays/crack_polished_blackstone_bricks/cracked_polished_blackstone_bricks.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:netherrack_gold_ore' in 'matchBlocks' element 'netherrack_gold_ore' at index 43 in file 'minecraft:optifine/ctm/_overlays/crack_polished_blackstone_bricks/cracked_polished_blackstone_bricks.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:32] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:basalt_top' in 'matchBlocks' element 'basalt_top' at index 50 in file 'minecraft:optifine/ctm/_overlays/crack_polished_blackstone_bricks/cracked_polished_blackstone_bricks.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:black_terracottaterracotta' in 'matchBlocks' element 'black_terracottaterracotta' at index 35 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 55 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 56 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:netherrack_gold_ore' in 'matchBlocks' element 'netherrack_gold_ore' at index 68 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:pumking' in 'matchBlocks' element 'pumking' at index 70 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:jack_o'lantern' in 'matchBlocks' element 'jack_o'lantern' at index 71 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 74 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 77 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 86 in file 'minecraft:optifine/ctm/_overlays/dirt/dirt.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:farmland_moist' in 'matchBlocks' element 'farmland_moist' at index 13 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 27 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 28 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 41 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:chiseled_sanstone' in 'matchBlocks' element 'chiseled_sanstone' at index 76 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 83 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 88 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 93 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hay_bale_side' in 'matchBlocks' element 'hay_bale_side' at index 102 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 108 in file 'minecraft:optifine/ctm/_overlays/grass_block/grass_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:black_terracottaterracotta' in 'matchBlocks' element 'black_terracottaterracotta' at index 25 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:planks' in 'matchBlocks' element 'planks' at index 49 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 50 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 51 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 52 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:chiseled_sanstone' in 'matchBlocks' element 'chiseled_sanstone' at index 74 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 81 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 86 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 91 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:farmland_moist' in 'matchBlocks' element 'farmland_moist' at index 100 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 109 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 115 in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Invalid 'tintIndex' value 'stone' in file 'minecraft:optifine/ctm/_overlays/gravel/gravel.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 16 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 17 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 30 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:chiseled_sanstone' in 'matchBlocks' element 'chiseled_sanstone' at index 67 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 74 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 79 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 84 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hay_bale_side' in 'matchBlocks' element 'hay_bale_side' at index 93 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 99 in file 'minecraft:optifine/ctm/_overlays/moss_block/moss_block.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:farmland_moist' in 'matchBlocks' element 'farmland_moist' at index 13 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 27 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 28 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 41 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:chiseled_sanstone' in 'matchBlocks' element 'chiseled_sanstone' at index 76 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 83 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 88 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 93 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hay_bale_side' in 'matchBlocks' element 'hay_bale_side' at index 102 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 108 in file 'minecraft:optifine/ctm/_overlays/mud/mud.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:black_terracottaterracotta' in 'matchBlocks' element 'black_terracottaterracotta' at index 25 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:planks' in 'matchBlocks' element 'planks' at index 49 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 50 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 51 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 52 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 64 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:netherrack_gold_ore' in 'matchBlocks' element 'netherrack_gold_ore' at index 95 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:pumking' in 'matchBlocks' element 'pumking' at index 103 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:jack_o'lantern' in 'matchBlocks' element 'jack_o'lantern' at index 105 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 108 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 113 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 118 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:farmland_moist' in 'matchBlocks' element 'farmland_moist' at index 127 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 139 in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Invalid 'tintIndex' value 'podzol' in file 'minecraft:optifine/ctm/_overlays/podzol/podzol.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:light_glazed_terracotta' in 'matchBlocks' element 'light_glazed_terracotta' at index 40 in file 'minecraft:optifine/ctm/_overlays/polished_blackstone_bricks/polished_blackstone_bricks.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:netherrack_gold_ore' in 'matchBlocks' element 'netherrack_gold_ore' at index 43 in file 'minecraft:optifine/ctm/_overlays/polished_blackstone_bricks/polished_blackstone_bricks.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:basalt_top' in 'matchBlocks' element 'basalt_top' at index 50 in file 'minecraft:optifine/ctm/_overlays/polished_blackstone_bricks/polished_blackstone_bricks.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:black_terracottaterracotta' in 'matchBlocks' element 'black_terracottaterracotta' at index 22 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:planks' in 'matchBlocks' element 'planks' at index 46 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 47 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 48 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 49 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:netherrack_gold_ore' in 'matchBlocks' element 'netherrack_gold_ore' at index 68 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:chiseled_sanstone' in 'matchBlocks' element 'chiseled_sanstone' at index 72 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 80 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 85 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 90 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:farmland_moist' in 'matchBlocks' element 'farmland_moist' at index 100 in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Invalid 'tintIndex' value 'sand' in file 'minecraft:optifine/ctm/_overlays/red_sand/red_sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:black_terracottaterracotta' in 'matchBlocks' element 'black_terracottaterracotta' at index 23 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:planks' in 'matchBlocks' element 'planks' at index 47 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:silver_glazed_terracotta' in 'matchBlocks' element 'silver_glazed_terracotta' at index 48 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 49 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 50 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:netherrack_gold_ore' in 'matchBlocks' element 'netherrack_gold_ore' at index 69 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 79 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 84 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 89 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:farmland_moist' in 'matchBlocks' element 'farmland_moist' at index 99 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 106 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 116 in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Invalid 'tintIndex' value 'sand' in file 'minecraft:optifine/ctm/_overlays/sand/sand.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:farmland_moist' in 'matchBlocks' element 'farmland_moist' at index 14 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:stained_hardened_clay' in 'matchBlocks' element 'stained_hardened_clay' at index 28 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hardened_clay' in 'matchBlocks' element 'hardened_clay' at index 29 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:grass_path' in 'matchBlocks' element 'grass_path' at index 42 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:chiseled_sanstone' in 'matchBlocks' element 'chiseled_sanstone' at index 75 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_cracked_stone_brick' in 'matchBlocks' element 'infested_cracked_stone_brick' at index 82 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bed_rock' in 'matchBlocks' element 'bed_rock' at index 87 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:bone_blok' in 'matchBlocks' element 'bone_blok' at index 92 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:hay_bale_side' in 'matchBlocks' element 'hay_bale_side' at index 101 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:33] [Worker-ResourceReload-1/WARN]: Unknown block 'minecraft:infested_stonebrick' in 'matchBlocks' element 'infested_stonebrick' at index 107 in file 'minecraft:optifine/ctm/_overlays/sculk/sculk.properties' in pack 'file/Stylized Overlay`s.zip' [10:43:34] [Render thread/INFO]: Game entered main loop! [10:43:34] [Worker-ResourceReload-2/WARN]: Missing sprite: minecraft:textures/continuity_reserved/00000415.png [10:43:34] [Worker-ResourceReload-2/WARN]: Missing sprite: minecraft:textures/continuity_reserved/0000009c.png [10:43:34] [Worker-ResourceReload-2/WARN]: Missing sprite: minecraft:textures/continuity_reserved/000000a4.png [10:43:35] [Render thread/ERROR]: Unhandled game exception java.lang.NullPointerException: Cannot invoke "java.util.Map.getOrDefault(Object, Object)" because "this.field_5408" is null at net.minecraft.class_1092.method_4742(class_1092.java:71) ~[client-intermediary.jar:?] at net.minecraft.class_773.method_3335(class_773.java:1540) ~[client-intermediary.jar:?] at net.minecraft.class_776.method_3349(class_776.java:90) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971$class_3752.redirect$eho000$moreculling$shouldDoShapeCache(class_4970.java:2388) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971$class_3752.(class_4970.java:1283) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.method_26200(class_4970.java:843) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.mfix$generateCache(class_4970.java:4370) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.redirect$edc000$modernfix$dynamicCacheGen(class_4970.java:4389) ~[client-intermediary.jar:?] at net.minecraft.class_4970$class_4971.method_26216(class_4970.java:1009) ~[client-intermediary.jar:?] at me.pepperbell.continuity.client.resource.CustomBlockLayers.getLayer(CustomBlockLayers.java:45) ~[continuity-3.0.0-beta.4+1.20.1.jar:?] at net.minecraft.class_4696.handler$zpm000$continuity$onHeadGetBlockLayer(class_4696.java:1019) ~[client-intermediary.jar:?] at net.minecraft.class_4696.method_23679(class_4696.java) ~[client-intermediary.jar:?] at fuzs.puzzleslib.impl.client.core.FabricClientAbstractions.getRenderType(FabricClientAbstractions.java:40) ~[PuzzlesLib-v8.1.11-1.20.1-Fabric.jar:?] at fuzs.diagonalblocks.client.DiagonalBlocksClient.lambda$registerHandlers$0(DiagonalBlocksClient.java:49) ~[diagonalblocks-8.0.3-f633d15a2524fa82.jar:?] at fuzs.puzzleslib.impl.client.event.FabricClientEventInvokers.lambda$register$1(FabricClientEventInvokers.java:80) ~[PuzzlesLib-v8.1.11-1.20.1-Fabric.jar:?] at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientLifecycleEvents.lambda$static$0(ClientLifecycleEvents.java:35) ~[fabric-lifecycle-events-v1-2.2.2+b3afc78b77-3792d0d4b63e847b.jar:?] at net.minecraft.class_310.handler$bof000$fabric-lifecycle-events-v1$onStart(class_310.java:13033) ~[client-intermediary.jar:?] at net.minecraft.class_310.method_1514(class_310.java:781) ~[client-intermediary.jar:?] at net.minecraft.client.main.Main.main(Main.java:250) ~[1.20.1-0.15.0.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.0.jar:?] [10:43:35] [Render thread/INFO]: Stopping! [10:43:36] [Worker-ResourceReload-1/INFO]: Early baking 181 models [10:43:36] [Render thread/INFO]: [STDERR]: Java 10 memcpy enabled [10:43:37] [Render thread/INFO]: emissive suffixes loaded: {_e}. [10:43:37] [Render thread/INFO]: emissive suffixes loaded: {_e}. [10:43:37] [Render thread/INFO]: [FastQuit] Exiting FastQuit. [10:43:37] [Render thread/INFO]: closing rrp ebe:base_resources

YukiAyase commented 9 months ago

Please send the whole log file instead found in .minecraft/logs, filename is "latest"

Hi again, sorry for the late reply. Been busy yesterday. Here's the full log: (With MoreCulling, Diagonal Fences, ModernFix and Continuity enabled)

Log

As stated above, remove MoreCulling

DroidZed commented 9 months ago

Yes I did and my game runs as normal.

ghost commented 9 months ago

Adding on to this with another 4 way mod issue. LambdaBetterGrass, ModernFix, MoreCulling, Continuity. MoreCulling is most likely the issue, however the developer has stated they won't have time to fix it. https://mclo.gs/L9tS1Ff 1.20.1, Quilt.

YukiAyase commented 9 months ago

Adding on to this with another 4 way mod issue. LambdaBetterGrass, ModernFix, MoreCulling, Continuity. MoreCulling is most likely the issue, however the developer has stated they won't have time to fix it. https://mclo.gs/L9tS1Ff 1.20.1, Quilt.

Its MoreCulling causing the crash

ModernFix, Continuity and LBG are compatible to eachother

Maybe locking this thread would be good since its a known issue already and MoreCulling dev is aware of it

Rioforeria64 commented 8 months ago

hey this happened to me to but i dont have any of those mods

latest.log

YukiAyase commented 8 months ago

hey this happened to me to but i dont have any of those mods

latest.log

As stated above, remove MoreCulling

NolanHewitt commented 8 months ago

I think its just a three way conflict between modernfix w/ dynamic resources, continuity, and more culling. I don't have diagonal fences and encounter this issue.

PepperCode1 commented 6 months ago

This has been fixed in ModernFix with commit embeddedt/ModernFix@4af1e27.