Immersive Portals

Immersive Portals

5M Downloads

Incompatible with G4mespeed

qouteall opened this issue ยท 0 comments

commented
---- Minecraft Crash Report ----
// You're mean.

Time: 2022-09-22 18:08:39
Description: Exception ticking world

java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3231 failed
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:419)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker.<init>(ThreadedAnvilChunkStorage:1357)
	at net.minecraft.server.world.ThreadedAnvilChunkStorage.loadEntity(ThreadedAnvilChunkStorage:1196)
	at net.minecraft.server.world.ServerChunkManager.loadEntity(ServerChunkManager:477)
	at net.minecraft.server.world.ServerWorld$ServerEntityHandler.startTracking(ServerWorld:1560)
	at net.minecraft.server.world.ServerWorld$ServerEntityHandler.startTracking(ServerWorld:1538)
	at net.minecraft.server.world.ServerEntityManager.startTracking(ServerEntityManager:217)
	at net.minecraft.server.world.ServerEntityManager.addEntity(ServerEntityManager:187)
	at net.minecraft.server.world.ServerEntityManager.method_31857(ServerEntityManager:352)
	at java.util.Collections$2.tryAdvance(Collections.java:4853)
	at java.util.Collections$2.forEachRemaining(Collections.java:4861)
	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
	at net.minecraft.server.world.ServerEntityManager.loadChunks(ServerEntityManager:352)
	at net.minecraft.server.world.ServerEntityManager.tick(ServerEntityManager:358)
	at net.minecraft.server.world.ServerWorld.tick(ServerWorld:380)
	at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:875)
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer:819)
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:98)
	at net.minecraft.server.MinecraftServer.handler$zmc000$modifiedRunLoop(MinecraftServer:3885)
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:644)
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:257)
	at java.lang.Thread.run(Thread.java:833)
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:414)
	... 25 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [g4mespeed.mixins.json:server.GSEntityTrackerEntryMixin from mod g4mespeed] from phase [DEFAULT] in config [g4mespeed.mixins.json] FAILED during APPLY
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
	... 28 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: InjectionPoint(Shift)[@At("INVOKE")] on net/minecraft/class_3231::onStartTracking with priority 1000 cannot inject into net/minecraft/class_3231::method_18760(Lnet/minecraft/class_3222;)V merged by qouteall.imm_ptl.core.mixin.common.entity_sync.MixinServerEntity with priority 1200 [PREINJECT Applicator Phase -> g4mespeed.mixins.json:server.GSEntityTrackerEntryMixin from mod g4mespeed -> Prepare Injections ->  -> handler$cjh001$onStartTracking(Lnet/minecraft/class_3222;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Prepare]
	at Not Enough Crashes deobfuscated stack trace.(1.19+build.1)
	at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305)
	at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240)
	at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421)
	at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1338)
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1043)
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393)
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
	... 28 more


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:419)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at net.minecraft.class_3898$class_3208.<init>(class_3898.java:1357)
	at net.minecraft.class_3898.method_18701(class_3898.java:1196)
	at net.minecraft.class_3215.method_18755(class_3215.java:477)
	at net.minecraft.class_3218$class_5526.method_31436(class_3218.java:1560)
	at net.minecraft.class_3218$class_5526.method_31798(class_3218.java:1538)
	at net.minecraft.class_5579.method_31847(class_5579.java:217)
	at net.minecraft.class_5579.method_31820(class_5579.java:187)
	at net.minecraft.class_5579.method_31857(class_5579.java:352)
	at java.base/java.util.Collections$2.tryAdvance(Collections.java:4853)
	at java.base/java.util.Collections$2.forEachRemaining(Collections.java:4861)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
	at net.minecraft.class_5579.method_31853(class_5579.java:352)
	at net.minecraft.class_5579.method_31809(class_5579.java:358)
	at net.minecraft.class_3218.method_18765(class_3218.java:380)

-- Affected level --
Details:
	All players: 0 total; []
	Chunk stats: 2209
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,6,0), Section: (at 0,6,0 in 0,0,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
	Level time: 3136360 game time, 195003 day time
	Level name: Redstone Designs
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
	Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
	Known server brands: fabric, vanilla
	Level was modded: true
	Level storage version: 0x04ABD - Anvil
Stacktrace:
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
	at net.minecraft.class_1132.method_3748(class_1132.java:98)
	at net.minecraft.server.MinecraftServer.handler$zmc000$modifiedRunLoop(MinecraftServer.java:3885)
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:644)
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
	at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
	Minecraft Version: 1.19.1
	Minecraft Version ID: 1.19.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 730325720 bytes (696 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
	CPUs: 12
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
	Identifier: Intel64 Family 6 Model 165 Stepping 2
	Microarchitecture: unknown
	Frequency (GHz): 2.59
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: Intel(R) UHD Graphics
	Graphics card #0 vendor: Intel Corporation (0x8086)
	Graphics card #0 VRAM (MB): 1024.00
	Graphics card #0 deviceId: 0x9bc4
	Graphics card #0 versionInfo: DriverVersion=27.20.100.9664
	Graphics card #1 name: NVIDIA GeForce GTX 1660 Ti
	Graphics card #1 vendor: NVIDIA (0x10de)
	Graphics card #1 VRAM (MB): 4095.00
	Graphics card #1 deviceId: 0x2191
	Graphics card #1 versionInfo: DriverVersion=31.0.15.1694
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.93
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.93
	Memory slot #1 type: DDR4
	Virtual memory max (MB): 47995.80
	Virtual memory used (MB): 23410.37
	Swap memory total (MB): 31744.00
	Swap memory used (MB): 575.72
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Fabric Mods: 
		advancementinfo: AdvancementInfo 1.19.1-fabric0.58.5-1.3.1
		advancementplaques: Advancement Plaques 1.4.5
		amecs: Amecs 1.3.8+mc.1.19-rc2
			amecsapi: Amecs API 1.3.6+mc22w17a
		animatica: Animatica 0.5+1.19
		architectury: Architectury 6.0.35
		arrowcam: ArrowCam 1.0.1
		auto-crouch: Auto Crouch 3.0.0+build.7
			javassist_javassist: javassist 3.12.1.GA
			org_reflections_reflections: reflections 0.10.2
		autoreconnect: AutoReconnect 2.1.0-beta
		bclib: BCLib 2.1.0
		better-resource-pack-sorting: Better Resource Pack Sorting 2.0.0+build.7
		betterbeds: Better Beds 1.2.0
		betterf3: BetterF3 1.3.2
		betterstats: Better Statistics Screen 1.3
		block-event-separator: Block Event Separator 1.3.0
		blockmeter: Block Meter 1.7
		bookshelf: Bookshelf 15.0.1
		carpet: Carpet Mod 1.4.83
		cem: Custom Entity Models 0.7.1
		chesttracker: Chest Tracker 1.1.17
			libgui: LibGui 6.0.0-beta.5+1.19-pre1
				jankson: Jankson 4.1.1+j1.2.1
					blue_endless_jankson: jankson 1.2.1
				libninepatch: LibNinePatch 1.1.0
		citresewn: CIT Resewn 1.1.1+1.19
			citresewn-defaults: CIT Resewn: Defaults 1.1.1+1.19
		colormeoutlines: Color Me Outlines 1.1.1
		completeconfig: CompleteConfig 2.0.0
			coat: Coat 1.0.0-beta.17+mc22w17a
			completeconfig-base: completeconfig-base 2.0.0
			completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0
			completeconfig-gui-coat: completeconfig-gui-coat 2.0.0
		continuity: Continuity 2.0.0+1.19
		creativecore: CreativeCore (Fabric) 2.7.2
		ctov: ChoiceTheorem's Overhauled Villages 3.1
		cullleaves: Cull Leaves 2.3.4
			midnightlib: MidnightLib 0.5.2
		dailydad: Daily Dad 1.4.1
		dark-loading-screen: Dark Loading Screen 1.6.12
		dashloader: DashLoader 4.0.0+1.19
			com_github_luben_zstd-jni: zstd-jni 1.5.2-2
			dev_quantumfusion_hyphen: Hyphen 0.2.2
			dev_quantumfusion_taski: Taski 1.1.0
		detailab: Detail Armor Bar 2.6.2+1.19-fabric
		dimcoordconv: Dimension Coordinate Converter 1.1.2
		draggable-resource-packs: Draggable Resource Packs 3.0.0+build.6
		dynamicfps: Dynamic FPS 2.2.0
			com_moandjiezana_toml_toml4j: toml4j 0.7.2
		ecs: Elytra/Chestplate Swapper 1.2.1-MC1.19
		effective: Effective 1.2.2
		elytra_physics: ElytraPhysics 1.1
		enhanced-searchability: Enhanced Searchability 3.0.0+build.6
		enhancedvisuals: Enhanced Visuals (Fabric) 1.5.7
		entity_texture_features: Entity Texture Features 4.0.2
		entitycollisionfpsfix: Entity Collision FPS Fix 2.0.0.0
		entityculling: EntityCulling-Fabric 1.5.2-mc1.19
			com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT
		essentialaddons: Essential Addons 1.19-1.1.3
		extremesoundmuffler: Extreme sound muffler 3.32_fabric-1.19.1
			fiber: fiber 0.23.0-2
		fabric-api: Fabric API 0.60.0+1.19.2
			fabric-api-base: Fabric API Base 0.4.11+e62f51a390
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.9+9ff28f4090
			fabric-biome-api-v1: Fabric Biome API (v1) 9.0.17+aeb40ebe90
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.20+aeb40ebe90
			fabric-client-tags-api-v1: Fabric Client Tags 1.0.1+b35fea8390
			fabric-command-api-v1: Fabric Command API (v1) 1.2.11+f71b366f90
			fabric-command-api-v2: Fabric Command API (v2) 2.1.7+0c17ea9690
			fabric-commands-v0: Fabric Commands (v0) 0.2.28+df3654b390
			fabric-containers-v0: Fabric Containers (v0) 0.1.34+df3654b390
			fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.3+aeb40ebe90
			fabric-convention-tags-v1: Fabric Convention Tags 1.1.1+7cd20a1490
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.5+aeb40ebe90
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.8+a680b9b490
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.30+aeb40ebe90
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.18+9ff28f4090
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.28+aeb40ebe90
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.28+df3654b390
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.21+aeb40ebe90
			fabric-item-api-v1: Fabric Item API (v1) 1.5.7+35a03c4390
			fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.28+aeb40ebe90
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.20+aeb40ebe90
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.18+df3654b390
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.2+aeb40ebe90
			fabric-loot-api-v2: Fabric Loot API (v2) 1.1.3+83a8659290
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.6+9e7660c690
			fabric-message-api-v1: Fabric Message API (v1) 5.0.3+176380a290
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.14+33fbc73890
			fabric-models-v0: Fabric Models (v0) 0.3.17+aeb40ebe90
			fabric-networking-api-v1: Fabric Networking API (v1) 1.2.4+5eb68ef290
			fabric-networking-v0: Fabric Networking (v0) 0.3.21+df3654b390
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.11+aeb40ebe90
			fabric-particles-v1: Fabric Particles (v1) 1.0.10+aeb40ebe90
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.24+aeb40ebe90
			fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.10+aeb40ebe90
			fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.12+aeb40ebe90
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.20+df3654b390
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.14+aeb40ebe90
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.7+aeb40ebe90
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.22+df3654b390
			fabric-rendering-v1: Fabric Rendering (v1) 1.10.16+aeb40ebe90
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.11+e62f51a390
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.6.1+aeb40ebe90
			fabric-screen-api-v1: Fabric Screen API (v1) 1.0.26+f05effaf90
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.13+9ff28f4090
			fabric-textures-v0: Fabric Textures (v0) 1.0.20+aeb40ebe90
			fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.11+83a8659290
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.0+42d99c3290
		fabric-diagonal-panes: Fabric Diagonal Panes 0.6.2
		fabric-language-kotlin: Fabric Language Kotlin 1.8.2+kotlin.1.7.10
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.2
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3
		fabricloader: Fabric Loader 0.14.9
		ferritecore: FerriteCore 4.2.1
		forgeconfigapiport: Forge Config API Port 4.1.3
			com_electronwill_night-config_core: core 3.6.5
			com_electronwill_night-config_toml: toml 3.6.5
		freecam: Freecam 1.1.4
		g4mespeed: G4mespeed 1.3.2
		gammautils: Gamma Utils 1.6.9
		geckolib3: Geckolib 3.1.8
			com_eliotlash_mclib_mclib: mclib 18
			com_eliotlash_molang_molang: molang 18
		grid: Grid 1.19.1-fabric0.58.5-1.6.7
			crowdin-translate: CrowdinTranslate 1.4+1.19
			gbfabrictools: GBfabrictools 1.3.4+1.19
		headindex: Head Index 1.0.9
			fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
			server_translations_api: Server Translations API 1.4.16+1.19
				packet_tweaker: Packet Tweaker 0.3.0+1.18.2
			sgui: sgui 1.1.3+1.19.1
		iceberg: Iceberg 1.0.38
		illuminations: Illuminations 1.10.8
		immersive_portals: Immersive Portals 2.1.1
			imm_ptl_core: Immersive Portals Core 2.1.1
			q_misc_util: QMiscUtil 2.1.1
		indium: Indium 1.0.6+mc1.19
		interactic: Interactic 0.1.10+1.19
		inventoryhud: Inventory HUD + 3.4.2
		inventoryprofilesnext: Inventory Profiles Next 1.6.5
		iris: Iris 1.2.6
			org_anarres_jcpp: jcpp 1.4.14
		itemscroller: Item Scroller 0.17.1
		jade: Jade 8.2.0
		jamlib: JamLib 0.4.1
		java: OpenJDK 64-Bit Server VM 17
		keymap: keymap 0.6.0-beta.0+1.19
		lambdabettergrass: LambdaBetterGrass 1.3.0+1.19
			spruceui: SpruceUI 4.0.0+1.19
		lambdynlights: LambDynamicLights 2.1.2+1.19
			pride: Pride Lib 1.1.2+1.19
		lazydfu: LazyDFU 0.1.3
		litematica: Litematica 0.12.3
		litematica_printer: Litematica Printer 2.5
		lithium: Lithium 0.8.3
		loadingscreentips: Loading Tips 1.0.2
		lottweaks: LotTweaks 2.3.4
			reach-entity-attributes: Reach Entity Attributes 2.3.0
		malilib: MaLiLib 0.13.0
		minecraft: Minecraft 1.19.1
		minihud: MiniHUD 0.23.1
		moderate-loading-screen: Mod-erate Loading Screen 1.1.3+1.19
		modmenu: Mod Menu 4.0.5
		moreculling: More Culling 1.19.1-0.9.0
			cloth-config: Cloth Config v6 7.0.74
				cloth-basic-math: cloth-basic-math 0.6.1
			conditional-mixin: conditional mixin 0.3.0
		notenoughanimations: NotEnoughAnimations 1.6.0
		notenoughcrashes: Not Enough Crashes 4.1.6+1.19
		offlineskins: OfflineSkins 1.19.1-v1-fabric
		ostoverhaul: Ost Overhaul 0.2.6
		pehkui: Pehkui 3.4.1+1.14.4-1.19.2
			kanos_config: Kanos Config 0.3.1+1.14.4-1.19
		pickblockpro: Pick Block Pro 1.6.12
		pistorder: Pistorder 1.5.0
		player-animator: Player Animator 0.3.5
		raised: Raised 1.1.2
		recursiveresources: Recursive Resources 2.1.1+1.19
		reeses-sodium-options: Reese's Sodium Options 1.4.4+mc1.19-build.47
		replaymod: Replay Mod 1.19.1-2.6.8
		roughlyenoughitems: Roughly Enough Items 9.1.528
			error_notifier: Error Notifier 1.0.9
		roughlyenoughprofessions: Roughly Enough Professions 1.1.2
		roughlyenoughresources: Roughly Enough Resources 2.6.0
		roughlysearchable: Roughly Searchable 2.5.0+1.19
		showmeyourskin: Show Me Your Skin! 1.3.1+1.19
		shuffle: Shuffle 5.0.1
		shulkerboxtooltip: Shulker Box Tooltip 3.1.1+1.19
		simplemeasuring: Simple Measuring 1.0.2
		simply-no-shading: Simply No Shading 5.0.0+1.19
		sodium: Sodium 0.4.2+replaymod.rev.bfbc6de
			org_joml_joml: joml 1.10.4
		sodium-extra: Sodium Extra 0.4.6+mc1.19-build.47
			caffeineconfig: CaffeineConfig 1.0.0+1.17
		sound_physics_remastered: Sound Physics Remastered 1.19.1-1.0.11
		soundcategories: Sound Categories 1.2.4+1.19
		sspb: Sodium Shadowy Path Blocks 3.0.0
		stackcalc: StackCalc 1.19-0.0.1
		stendhal: Stendhal 1.3.3-1.19
		strongholdfinder: Stronghold Finder 0.1.0
		symbol-chat: Symbol Chat 0.3.1
		toms_storage: Tom's Simple Storage Mod 1.3.5
		toomanybinds: Too Many Binds 0.3.2+1.19
			toomanybinds-compat-1-19: Too Many Binds 1.19 Compat 0.3.2+1.19
				toomanybinds-compat-1-18-2: Too Many Binds 1.18.2 Compat 0.3.2+1.18.2
					toomanybinds-compat-1-17: Too Many Binds 1.17 Compat 0.3.2+1.17
						toomanybinds-compat-1-16: Too Many Binds 1.16 Compat 0.3.2+1.16
							toomanybinds-core: Too Many Binds Core 0.3.2
		tweakeroo: Tweakeroo 0.14.2
		visuality: Visuality 0.5.1
		weaponmaster: YDM's Weapon Master 3.0.0 
		whereisit: Where Is It 1.14.11
		worldedit: WorldEdit 7.2.11+c43a877
		xaerominimap: Xaero's Minimap 22.13.0
		xaeroworldmap: Xaero's World Map 1.26.2
		zoomify: Zoomify 2.0.0
			com_github_llamalad7_mixinextras: mixinextras 0.0.12
			dev_isxander_settxi_settxi-core: settxi-core 2.5.3
			dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.5.3
			settxi-gui-cloth-config: Settxi Gui (Cloth Config) 2.5.3
	Loaded Shaderpack: (off)
	Server Running: true
	Player Count: 0 / 420; []
	Data Packs: vanilla, Fabric Mods
	World Generation: Experimental
	Type: Integrated Server (map_client.txt)
	Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
	Launched Version: fabric-loader-0.14.9-1.19.1
	Client Crashes Since Restart: 0
	Integrated Server Crashes Since Restart: 1
	Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader)

https://discord.com/channels/662271867431682058/671895714527182920/1022677446912393306