Dimensional Doors Legacy

Dimensional Doors Legacy

7.4k Downloads

[Bug]: Crash when pondering

DarkBroShow opened this issue · 0 comments

commented

What happened?

Minecraft 1.20.1
Fabric 0.15.1
Create 0.5.1 Build5
DimDoors 5.3.0 Beta2

Without DimDoors pondering works, but with DimDoors the client crashes, or replacing the block name with the code name from the mod files and pondering can no longer be called.

Crash-log here: https://pastebin.com/33gPVVPr

Mod Version

5.3.0 Beta2

What versions of Minecraft does this issue happen on?

No response

Log

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 2023-12-19 19:32:53
Description: Rendering screen

java.lang.NullPointerException: Cannot invoke "Object.equals(Object)" because the return value of "net.minecraft.class_1937.method_27983()" is null
	at org.dimdev.dimdoors.world.level.registry.fabric.DimensionalRegistryImpl.createImpl(DimensionalRegistryImpl.java:29)
	at dev.onyxstudios.cca._generated_.GeneratedComponentContainer_0.<init>(Unknown Source)
	at dev.onyxstudios.cca._generated_.GeneratedContainerFactory_0.createContainer(Unknown Source)
	at net.minecraft.class_1937.handler$bpj003$cardinal-components-world$initComponents(class_1937.java:2065)
	at net.minecraft.class_1937.<init>(class_1937.java:163)
	at com.simibubi.create.content.schematics.SchematicChunkSource$EmptierChunk$DummyLevel.<init>(SchematicChunkSource.java:104)
	at com.simibubi.create.content.schematics.SchematicChunkSource$EmptierChunk$DummyLevel.<init>(SchematicChunkSource.java:112)
	at com.simibubi.create.content.schematics.SchematicChunkSource$EmptierChunk.<init>(SchematicChunkSource.java:231)
	at com.simibubi.create.content.schematics.SchematicChunkSource.getChunk(SchematicChunkSource.java:75)
	at com.simibubi.create.content.schematics.SchematicChunkSource.method_12121(SchematicChunkSource.java:71)
	at net.minecraft.class_1937.method_8402(class_1937.java:204)
	at net.minecraft.class_1937.method_22350(class_1937.java:6549)
	at net.minecraft.class_1937.method_8500(class_1937.java:6544)
	at net.minecraft.class_1937.method_8524(class_1937.java:716)
	at net.minecraft.class_2586.method_31663(class_2586.java:152)
	at net.minecraft.class_2586.method_5431(class_2586.java:147)
	at net.minecraft.class_3499.method_15172(class_3499.java:340)
	at com.simibubi.create.foundation.ponder.PonderRegistry.compile(PonderRegistry.java:86)
	at com.simibubi.create.foundation.ponder.PonderRegistry.compile(PonderRegistry.java:55)
	at com.simibubi.create.foundation.ponder.ui.PonderUI.of(PonderUI.java:131)
	at com.simibubi.create.foundation.ponder.PonderTooltipHandler.deferredTick(PonderTooltipHandler.java:66)
	at com.simibubi.create.foundation.ponder.PonderTooltipHandler.addToTooltip(PonderTooltipHandler.java:84)
	at com.simibubi.create.foundation.events.ClientEvents.addToItemTooltip(ClientEvents.java:282)
	at net.fabricmc.fabric.api.client.item.v1.ItemTooltipCallback.lambda$static$0(ItemTooltipCallback.java:34)
	at net.minecraft.class_1799.handler$cop000$fabric-item-api-v1$getTooltip(class_1799.java:7611)
	at net.minecraft.class_1799.method_7950(class_1799.java:791)
	at net.minecraft.class_437.method_25408(class_437.java:225)
	at net.minecraft.class_465.method_51454(class_465.java:183)
	at net.minecraft.class_465.method_2380(class_465.java:178)
	at net.minecraft.class_476.method_25394(class_476.java:29)
	at net.minecraft.class_437.method_47413(class_437.java:110)
	at net.minecraft.class_757.method_3192(class_757.java:945)
	at net.minecraft.class_310.method_1523(class_310.java:1219)
	at net.minecraft.class_310.method_1514(class_310.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


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

-- Head --
Thread: Render thread
Stacktrace:
	at org.dimdev.dimdoors.world.level.registry.fabric.DimensionalRegistryImpl.createImpl(DimensionalRegistryImpl.java:29)
	at dev.onyxstudios.cca._generated_.GeneratedComponentContainer_0.<init>(Unknown Source)
	at dev.onyxstudios.cca._generated_.GeneratedContainerFactory_0.createContainer(Unknown Source)
	at net.minecraft.class_1937.handler$bpj003$cardinal-components-world$initComponents(class_1937.java:2065)
	at net.minecraft.class_1937.<init>(class_1937.java:163)
	at com.simibubi.create.content.schematics.SchematicChunkSource$EmptierChunk$DummyLevel.<init>(SchematicChunkSource.java:104)
	at com.simibubi.create.content.schematics.SchematicChunkSource$EmptierChunk$DummyLevel.<init>(SchematicChunkSource.java:112)
	at com.simibubi.create.content.schematics.SchematicChunkSource$EmptierChunk.<init>(SchematicChunkSource.java:231)
	at com.simibubi.create.content.schematics.SchematicChunkSource.getChunk(SchematicChunkSource.java:75)
	at com.simibubi.create.content.schematics.SchematicChunkSource.method_12121(SchematicChunkSource.java:71)
	at net.minecraft.class_1937.method_8402(class_1937.java:204)
	at net.minecraft.class_1937.method_22350(class_1937.java:6549)
	at net.minecraft.class_1937.method_8500(class_1937.java:6544)
	at net.minecraft.class_1937.method_8524(class_1937.java:716)
	at net.minecraft.class_2586.method_31663(class_2586.java:152)
	at net.minecraft.class_2586.method_5431(class_2586.java:147)
	at net.minecraft.class_3499.method_15172(class_3499.java:340)
	at com.simibubi.create.foundation.ponder.PonderRegistry.compile(PonderRegistry.java:86)
	at com.simibubi.create.foundation.ponder.PonderRegistry.compile(PonderRegistry.java:55)
	at com.simibubi.create.foundation.ponder.ui.PonderUI.of(PonderUI.java:131)
	at com.simibubi.create.foundation.ponder.PonderTooltipHandler.deferredTick(PonderTooltipHandler.java:66)
	at com.simibubi.create.foundation.ponder.PonderTooltipHandler.addToTooltip(PonderTooltipHandler.java:84)
	at com.simibubi.create.foundation.events.ClientEvents.addToItemTooltip(ClientEvents.java:282)
	at net.fabricmc.fabric.api.client.item.v1.ItemTooltipCallback.lambda$static$0(ItemTooltipCallback.java:34)
	at net.minecraft.class_1799.handler$cop000$fabric-item-api-v1$getTooltip(class_1799.java:7611)
	at net.minecraft.class_1799.method_7950(class_1799.java:791)
	at net.minecraft.class_437.method_25408(class_437.java:225)
	at net.minecraft.class_465.method_51454(class_465.java:183)
	at net.minecraft.class_465.method_2380(class_465.java:178)
	at net.minecraft.class_476.method_25394(class_476.java:29)
	at net.minecraft.class_437.method_47413(class_437.java:110)

-- Screen render details --
Details:
	Screen name: net.minecraft.class_476
	Mouse location: Scaled: (692, 323). Absolute: (1384.000000, 646.000000)
	Screen size: Scaled: (1280, 720). Absolute: (2560, 1440). Scale factor of 2.000000
Stacktrace:
	at net.minecraft.class_757.method_3192(class_757.java:945)
	at net.minecraft.class_310.method_1523(class_310.java:1219)
	at net.minecraft.class_310.method_1514(class_310.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Affected level --
Details:
	All players: 3 total; [class_746['BroTeamMate'/5815, l='ClientLevel', x=-613.13, y=126.00, z=1654.16], class_745['ZombisSGA'/6632, l='ClientLevel', x=-610.23, y=126.00, z=1653.49], class_745['LightSubZero'/18480, l='ClientLevel', x=-609.42, y=126.00, z=1652.61]]
	Chunk stats: 1024, 453
	Level dimension: minecraft:overworld
	Level spawn location: World: (16,74,16), Section: (at 0,10,0 in 1,4,1; chunk contains blocks 16,-64,16 to 31,319,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
	Level time: 2382151 game time, 292011 day time
	Server brand: fabric
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:458)
	at net.minecraft.class_310.method_1587(class_310.java:2406)
	at net.minecraft.class_310.method_1514(class_310.java:821)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: vanilla, fabric, file/rotrBLOCKS V52 1.20.2-1.13 128x.zip, file/rotrBLOCKS ITEM V52 1.20.2-1.13 128x.zip, file/rotrBLOCKS HQ V52 1.20.2-1.13 128x.zip, file/rotrBLOCKS FLORA V52 1.20.2-1.13 128x.zip, file/rotrBLOCKS DUNGEONS V52 1.20.2-1.13 128x.zip, file/rotrBLOCKS DESIGN V52 1.20.2-1.13 128x.zip, file/UniqueDark_1.20.1.zip, file/[1.4] Enhanced Boss Bars.zip, file/Round-Trees-7.1-1.19+.zip, file/Icons v.1.9.1§7.zip, file/EBE_1.20.x_v1.1.zip, file/EclecticTrove-noconfig-1.20.1-1.2.0.zip, seasons:seasonal_lush_caves

-- System Details --
Details:
	Minecraft Version: 1.20.1
	Minecraft Version ID: 1.20.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.6, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
	Memory: 2809238280 bytes (2679 MiB) / 6610223104 bytes (6304 MiB) up to 12935233536 bytes (12336 MiB)
	CPUs: 12
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 5 5600X 6-Core Processor             
	Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
	Microarchitecture: Zen 3
	Frequency (GHz): 3.70
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: AMD Radeon RX 6700 XT
	Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x73df
	Graphics card #0 versionInfo: DriverVersion=31.0.23013.1023
	Memory slot #0 capacity (MB): 16384.00
	Memory slot #0 clockSpeed (GHz): 3.20
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 16384.00
	Memory slot #1 clockSpeed (GHz): 3.20
	Memory slot #1 type: DDR4
	Virtual memory max (MB): 77750.09
	Virtual memory used (MB): 61139.17
	Swap memory total (MB): 45056.00
	Swap memory used (MB): 1555.81
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx12336m
	Fabric Mods: 
		ad_astra: Ad Astra 1.15.5
		additionalstructures: Additional Structures 4.2.1
		advancementplaques: Advancement Plaques 1.4.11
		adventurez: AdventureZ 1.4.19
		aftershock: Aftershock 0.0.8
		amethyst_core: Amethyst Core 1.4.5+1.20.1
			common-protection-api: Common Protection API 1.0.0
		amethyst_imbuement: Amethyst Imbuement 1.20.1-18
			conditional-mixin: conditional mixin 0.3.2
			fzzy_config: Fzzy Config 0.1.3+1.20.1
			should_i_hit_that: Should I Hit That? 0.1.0+1.20.1
				playerabilitylib: Pal 1.8.0
			structurized-reborn: Structurized Reborn 1.20.1-01
		appleskin: AppleSkin 2.5.1+mc1.20
		aquamirae: Aquamirae 6
		archery: Archery 1.1
			org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 4.4.2
		architectury: Architectury 9.1.12
		armory: Armory 1.3
		armourers_workshop: Armourer's Workshop 2.0.10
		arsenal: Arsenal 1.2
		artifacts: Artifacts 9.2.0
			cardinal-components-base: Cardinal Components API (base) 5.2.2
			cardinal-components-entity: Cardinal Components API (entities) 5.2.2
			expandability: ExpandAbility 9.0.0
			step-height-entity-attribute: Step Height Entity Attribute 1.2.0
		azurelib: AzureLib 2.0.16
		azurelibarmor: AzureLib Armor 2.0.3
		bakery: Bakery 1.1.3
		balm-fabric: Balm 7.2.1
		beachparty: Beachparty 1.1.2
		beautify: Beautify 1.1.0+1.20
		bellsandwhistles: Create: Bells & Whistles 0.4.5
		betterarcheology: Better Archeology 1.1.0
		bettercombat: Better Combat 1.8.3+1.20.1
		bettercommandblockui: BetterCommandBlockUI 0.4.2
		betterthirdperson: Better Third Person 1.9.0
		bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.4-1.20.1
			maelstrom_library: Maelstrom Library 1.6.1-1.20
			multipart_entities: MultipartEntities 1.5-1.20
		botarium: Botarium 2.2.1
			team_reborn_energy: Energy 3.0.0
		bucolicorigins: Bucolic_Origins 4.0.6  [FABRIC]
		cakechomps: Cake Chomps 6.1.0+1.20.1
		cakedelight: Cake Delight 1.20.1-v3.0.1
		candlelight: Candlelight 1.2.7
		cardinal-components: Cardinal Components API 5.2.2
			cardinal-components-block: Cardinal Components API (blocks) 5.2.2
			cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
			cardinal-components-item: Cardinal Components API (items) 5.2.2
			cardinal-components-level: Cardinal Components API (world saves) 5.2.2
			cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
			cardinal-components-world: Cardinal Components API (worlds) 5.2.2
		carryon: Carry On 2.1.2.7
		catwalksinc: Catwalks LLC. 2.1.0
			libmultipart_deps_container: LibMultiPart (Dependency Container) 0.11.0
				libblockattributes_core: LibBlockAttributes (Core) 0.14.0
				libmultipart: LibMultiPart 0.11.0
				libmultipart_compat: LibMultiPart (Mod Compatibility) 0.11.0
		cccbridge: CC:C Bridge 1.6.2b-fabric
		chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1
		chunky: Chunky 1.3.92
		cloth-config: Cloth Config v11 11.1.106
			cloth-basic-math: cloth-basic-math 0.6.1
		clutter: Clutter 1.20-0.5.2
		collective: Collective 7.15
		companion: Companion 5.1.0
		computercraft: CC: Tweaked 1.108.4
			com_electronwill_night-config_core: core 3.6.7
			com_electronwill_night-config_toml: toml 3.6.7
			com_jcraft_jzlib: jzlib 1.1.3
			io_netty_netty-codec-http: netty-codec-http 4.1.82.Final
			io_netty_netty-codec-socks: netty-codec-socks 4.1.82.Final
			io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82.Final
			org_squiddev_cobalt: Cobalt 0.7.3
		cookingforblockheads: Cooking for Blockheads 16.0.1
		create: Create 0.5.1-d-build.5+mc1.20.1
			com_google_code_findbugs_jsr305: jsr305 3.0.2
			flywheel: Flywheel 0.6.10
			milk: Milk Lib 1.2.60
				dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
			porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20
			porting_lib_base: Porting Lib Base 2.1.1127+1.20
				porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20
				porting_lib_utility: Porting Lib Utility 2.1.1127+1.20
			porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20
			porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20
			porting_lib_entity: Porting Lib Entity 2.1.1127+1.20
				porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20
			porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20
			porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20
			porting_lib_models: Porting Lib Models 2.1.1127+1.20
			porting_lib_networking: Porting Lib Networking 2.1.1127+1.20
			porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20
				porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20
				porting_lib_common: Porting Lib Common 2.1.1127+1.20
				porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20
			porting_lib_tags: Porting Lib Tags 3.0
			porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20
				porting_lib_core: Porting Lib Core 2.1.1127+1.20
				porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20
			porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20
			reach-entity-attributes: Reach Entity Attributes 2.4.0
			registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
				porting_lib_data: Porting Lib Data 2.1.1090+1.20
				porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
					porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
		create_enchantment_industry: Create Enchantment Industry 1.2.10
			create_dragon_lib: Create Dragon Lib 1.4.1
		create_jetpack: Create Jetpack 4.0.0
			flightlib: Flight Lib 2.0.0
		create_new_age: Create: New Age 1.1.fix1
		create_structures: Create: Structures 1.1.0
		createaddition: Create Crafts & Additions 0.9.0
		createbigcannons: Create Big Cannons 0.5.3-nightly-7274a6d
			ritchiesprojectilelib: Ritchie's Projectile Library 1.0.0-369e88d+1.20.1-fabric
		createdieselgenerators: Create Diesel Generators 2.1.3
		creategoggles: Create Goggles 0.5.5.e
		createoreexcavation: Create Ore Excavation 1.4.2
			chunk-storage-api-fabric: Chunk Storage Api Fabric 1.0.3
		createorigins: Create: Origins 1.2.1+1.20.1
		createutilities: Create Utilities 0.1.3b+1.20.1
		cristellib: Cristel Lib 1.1.5
			blue_endless_jankson: jankson 1.2.3
		ctov: ChoiceTheorem's Overhauled Village 3.3.6
		darkwaters: Dark Waters 0.0.22
		delightfulcreators: Delightful Creators 1.1.8
		despawningeggshatch: Despawning Eggs Hatch 4.2
		digs_dnd_origins: Digs DnD Origins 1.20.1-0.0.11
		dimdoors: DimensionalDoors 5.3.0
			com_flowpowered_flow-math: flow-math 1.0.3
			com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
			mm: Manningham Mills 2.3
			org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
		display_case: Display Case Mod 1.0.8
		doapi: Lets Do Api 1.2.8
			terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
		dummmmmmy: MmmMmmMmmMmm 1.20-1.8.13
		dungeons_arise: When Dungeons Arise 2.1.57
		dynmus: Dynamic Music 2.3.2+1.20
		eco: Ecospherical Expansion 2.2.0
		ecologics: Ecologics 2.2.0
		eldritch_end: Eldritch End 0.2.30
		elytraslot: Elytra Slot 6.3.0+1.20.1
		endermanoverhaul: Enderman Overhaul 1.0.3
		ends_delight: End's Delight 1.0.1
		enhancedworkbenches: Enhanced Workbenches 1.0+1.20.1
		expandeddelight: Expanded Delight 0.3.0.2
		explosiveenhancement: Explosive Enhancement 1.2.2-1.20.x
		fabric-api: Fabric API 0.91.0+1.20.1
			fabric-api-base: Fabric API Base 0.4.30+7abfd51577
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
			fabric-biome-api-v1: Fabric Biome API (v1) 13.0.12+215bbe9677
			fabric-block-api-v1: Fabric Block API (v1) 1.0.10+92a0d36777
			fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.0+92a0d36777
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
			fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
			fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
			fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
			fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
			fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
			fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.10+57aed33f77
			fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.3+d7b148e077
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.39+ae9f657a77
			fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
			fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.11+d7b148e077
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
			fabric-loot-api-v2: Fabric Loot API (v2) 1.2.0+96dfa95977
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.44+9e7660c677
			fabric-message-api-v1: Fabric Message API (v1) 5.1.8+d7b148e077
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
			fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
			fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
			fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
			fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.2+4ee0bc6077
			fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
			fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
			fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.0+39a511ba77
			fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.0+39a511ba77
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.36+92a0d36777
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
			fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.7+29de845d77
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
			fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
			fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.3+c81d263177
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
		fabric-language-kotlin: Fabric Language Kotlin 1.10.16+kotlin.1.9.21
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.21
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.21
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.21
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.21
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.1
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.1
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.2
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.2
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.2
		fabricloader: Fabric Loader 0.15.1
			mixinextras: MixinExtras 0.3.1
		farmersdelight: Farmer's Delight 1.20.1-1.4.3
		farmersrespite: Farmer's Respite 2.3.4
		farmingforblockheads: Farming for Blockheads 14.0.2
		fastback: FastBack 0.15.6+1.20.1-fabric
			com_googlecode_javaewah_javaewah: JavaEWAH 1.2.3
			fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
			net_i2p_crypto_eddsa: eddsa 0.3.0
			org_apache_sshd_sshd-common: sshd-common 2.10.0
			org_apache_sshd_sshd-core: sshd-core 2.10.0
			org_eclipse_jgit_org_eclipse_jgit: org.eclipse.jgit 6.7.0.202309050840-r
			org_eclipse_jgit_org_eclipse_jgit_ssh_apache: org.eclipse.jgit.ssh.apache 6.7.0.202309050840-r
			packet_tweaker: Packet Tweaker 0.4.0+1.19.4
			server_translations_api: Server Translations API 2.0.0+1.20
		festive_delight: Festive Delight 1.0.0
		fleshz: FleshZ 1.5.1
		forgeconfigapiport: Forge Config API Port 8.0.0
		forgottengraves: Forgotten Graves 1.20.1-3.2.5
		friendsandfoes: Friends&Foes 2.0.3
		frightsdelight: Frights Delight 1.20.1-1.0.1
		fusion: Fusion 1.1.0+c
		fzzy_core: Fzzy Core 0.3.4+1.20.1
		galosphere: Galosphere 1.20.1-1.3.0
			midnightlib: MidnightLib 1.1.0
		gear_core: Gear Core 0.3.7+1.20.1
		geckolib: GeckoLib 4 4.3.1
			com_eliotlash_mclib_mclib: mclib 20
		grapplemod: Grappling Hook Mod 1.20-v1.7
		graveyard: The Graveyard 2.9.1
			omega-config: OmegaConfig 1.2.2-1.18.1
		healingcampfire: Healing Campfire 5.2
		herdspanic: Herds Panic 1.0.7
		hybrid-aquatic: Hybrid Aquatic 1.1.0
		iceberg: Iceberg 1.1.17
		immersive_aircraft: Immersive Aircraft 0.6.2+1.20.1
		immersive_armors: Immersive Armors 1.6.1+1.20.1
		immersive_paintings: Immersive Paintings 0.6.7+1.20.1
		imst: Immersive structures 2.1.0
		incendium: Incendium 5.3.4
		indium: Indium 1.0.27+mc1.20.1
		infinitybuttons: Infinity Buttons 4.0.1-mc1.20.1
		integrated-circuit: Integrated Circuit 1.20.1-1.3.4
		inventoryessentials: Inventory Essentials 8.2.1
		inventoryhud: Inventory HUD + 3.4.18
		inventorysorter: Inventory Sorter 1.9.0-1.20
			kyrptconfig: Kyrpt Config 1.5.6-1.20
		invoke: Invocations Mod 0.1.4
		iris: Iris 1.6.11
			io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
			org_anarres_jcpp: jcpp 1.4.14
			org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
		jade: Jade 11.6.2
		jadeaddons: Jade Addons 5.2.3
		java: Java HotSpot(TM) 64-Bit Server VM 17
		jewelry: Jewelry (RPG Series) 1.2.2+1.20.1
			com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
			structure_pool_api: Structure Pool API 1.0+1.20.1
		jmc: Just More Cakes! 1.13.1
		journeymap: Journeymap 5.9.18
			journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT
		justhammers: Just Hammers 2.0.1+mc1.20.1
		keepmysoiltilled: Keep My Soil Tilled 2.1
		knavesneeds: Knaves' Needs 2.0.1+1.20.1
		lambdynlights: LambDynamicLights 2.3.2+1.20.1
			pride: Pride Lib 1.2.0+1.19.4
			spruceui: SpruceUI 5.0.0+1.20
		leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
		leavemybarsalone: Leave My Bars Alone 8.0.0
		leavesbegone: Leaves Be Gone 8.0.0
		legendarytooltips: Legendary Tooltips 1.4.4
		lithium: Lithium 0.11.2
		lootr: Lootr 0.7.29.75
		meadow: Meadow 1.3.3
		miapi: Truly Modular 1.1.0
			nucleus: Nucleus 3
				com_github_ezylang_evalex: EvalEx 3.0.4
		minecraft: Minecraft 1.20.1
		mob_captains_mr: Mob Captains 1-v2.1.2
		modmenu: Mod Menu 7.2.2
		moonlight: Moonlight 1.20-2.8.68
		moremobvariants: More Mob Variants 1.2.2
		mousetweaks: Mouse Tweaks 2.25
		mr_ctov_chefsdelightcompat: CTOV - Chef's delight Compat 2.0
		mr_ctov_createstructures: CTOV - Create: Structures 1.0
		mr_ctov_farmersdelightcompat: CTOV - Farmer Delight Compat 2.1
		mr_ctov_friendsandfoescompat: CTOV - Friends and Foes Compat 2.0
		mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3
		mr_tidal_towns: Tidal Towns 1.2
		naturalist: Naturalist 4.0.3
		necronomicon: Necronomicon 1.3.0
		nerb: Not Enough Recipe Book 0.3
		nethervinery: Nether Vinery 2.0.1
		nochatreports: No Chat Reports 1.20.1-v2.2.2
		notes: Notes 1.20.1-2.1.0-fabric
		nullscape: Nullscape 1.2.4
		nyfsspiders: Nyf's Spiders 2.1.1
		obscure_api: Obscure API 16
		oceansdelight: Ocean's Delight fabric-1.0.2-1.20
		origins: Origins 1.10.0
			apoli: Apoli 2.9.0
				additionalentityattributes: Additional Entity Attributes 1.3.0+1.20.0
				calio: Calio 1.11.0
		owo: oωo 0.11.2+1.20
		patchouli: Patchouli 1.20.1-83-FABRIC
			fiber: fiber 0.23.0-2
		pehkui: Pehkui 3.7.11+1.14.4-1.20.2
			kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
		ping-wheel: Ping Wheel 1.7.0
		player-animator: Player Animator 1.0.2-rc1+1.20
		plethora: Plethora 1.9.1
			cloth-utils-v1: Cloth Utils v1 4.0.65
			com_typesafe_config: config 1.4.2
			io_leangen_geantyref_geantyref: geantyref 1.3.13
			org_spongepowered_configurate-core: configurate-core 4.1.2
			org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
			sc-library: SwitchCraft Library 1.3.0
		polymorph: Polymorph 0.49.1+1.20.1
			spectrelib: SpectreLib 0.13.14+1.20.1
		prism: Prism 1.0.5
		projectile_damage: Projectile Damage Attribute 3.2.2+1.20.1
		puffish_skills: Pufferfish's Skills 0.10.0
		puzzleslib: Puzzles Lib 8.1.11
			puzzlesaccessapi: Puzzles Access Api 8.0.7
		railways: Create: Steam 'n' Rails 1.5.1+fabric-mc1.20.1
		reacharound: Reacharound 1.1.2
		rechiseled: Rechiseled 1.1.5+b
		rechiseledcreate: Rechiseled: Create 1.0.1
		resourcefulconfig: Resourcefulconfig 2.1.0
		resourcefullib: Resourceful Lib 2.1.19
			com_teamresourceful_bytecodecs: bytecodecs 1.0.2
			com_teamresourceful_yabn: yabn 1.0.3
		respitecreators: Respite Creators 1.2.0
		roughlyenoughitems: Roughly Enough Items 12.0.674
			error_notifier: Error Notifier 1.0.9
		roughlyenoughprofessions: Roughly Enough Professions 2.0.2
		runes: Runes 0.9.10+1.20.1
		sc-peripherals: SwitchCraft Peripherals 1.7.1
			io_prometheus_simpleclient: simpleclient 0.16.0
			io_prometheus_simpleclient_hotspot: simpleclient_hotspot 0.16.0
			io_prometheus_simpleclient_httpserver: simpleclient_httpserver 0.16.0
			org_cache2k_cache2k-api: cache2k-api 2.6.1.Final
			org_cache2k_cache2k-core: cache2k-core 2.6.1.Final
		seasons: Fabric Seasons 2.3+1.20
		seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
		serversleep_mr: ServerSleep 1-datapack
		simplyskills: SimplySkills 1.0.0+1.20.1
		simplyswords: Simply Swords 1.51.5-1.20.1
		sliceanddice: Create Slice & Dice 3.0.0
		smartbrainlib: SmartBrainLib 1.12
		sodium: Sodium 0.5.3
		sound_physics_remastered: Sound Physics Remastered 1.20.1-1.3.0
		spawnanimations: Spawn Animations 1.9.4+mod
		spell_engine: Spell Engine 0.12.4+1.20.1
		spell_power: Spell Power Attribute 0.9.19+1.20.1
		supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
		supermartijn642corelib: SuperMartijn642's Core Lib 1.1.16
		t_and_t: Towns and Towers 1.12
		tectonic: Tectonic 2.1.1
		terrablender: TerraBlender 3.0.0.169
		theprinter: The Printer 1.4.3+1.20
			datacriteria: Data Criteria 1.0.1+1.20
		toms_peripherals: Tom's Peripherals 1.1.1
		toms_storage: Tom's Simple Storage Mod 1.6.5
		trashslot: TrashSlot 15.1.0
		travelersbackpack: Traveler's Backpack 1.20.1-9.1.8
		treechop: HT's TreeChop 0.18.3
		tridents_n_stuff: Tridents 'n' Stuff 0.1.1+1.20.1
		trinkets: Trinkets 3.7.1
		villagernames: Villager Names 7.1
		vinery: Vinery 1.4.7
		waystones: Waystones 14.1.1
		wiredredstone: Wired Redstone 0.7.7+1.20.1
			graphlib: Graph Lib 1.4.0+1.20
				kmodlib-overlay: KModLib Overlay 0.2.12+1.20
				libnetworkstack: Lib Network Stack 0.10.0
		wizards: Wizards (RPG Series) 1.0.4+1.20.1
		xercamusic: Music Maker Mod fabric-1.20.1-1.0.1
		xercapaint: Joy of Painting fabric-1.20.1-1.0.0
		yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20
			com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
			com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
			com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
			org_quiltmc_parsers_gson: gson 0.2.1
			org_quiltmc_parsers_json: json 0.2.1
		zoomify: Zoomify 2.11.2
			com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.4.1
			dev_isxander_settxi_settxi-core: settxi-core 2.10.6
			dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6
	Loaded Shaderpack: ComplementaryUnbound_r5.1.1.zip
		Profile: HIGH (+1 option changed by user)
	Flywheel Backend: Off
	Launched Version: 1.20.1
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: AMD Radeon RX 6700 XT GL version 3.2.0 Core Profile Context 23.12.1.231124, ATI Technologies Inc.
	Window size: 2560x1440
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	Graphics mode: fast
	Resource Packs: vanilla, fabric, file/rotrBLOCKS V52 1.20.2-1.13 128x.zip (incompatible), file/rotrBLOCKS ITEM V52 1.20.2-1.13 128x.zip (incompatible), file/rotrBLOCKS HQ V52 1.20.2-1.13 128x.zip (incompatible), file/rotrBLOCKS FLORA V52 1.20.2-1.13 128x.zip (incompatible), file/rotrBLOCKS DUNGEONS V52 1.20.2-1.13 128x.zip (incompatible), file/rotrBLOCKS DESIGN V52 1.20.2-1.13 128x.zip (incompatible), file/UniqueDark_1.20.1.zip, file/[1.4] Enhanced Boss Bars.zip, file/Round-Trees-7.1-1.19+.zip (incompatible), file/Icons v.1.9.1§7.zip, file/EBE_1.20.x_v1.1.zip, file/EclecticTrove-noconfig-1.20.1-1.2.0.zip, seasons:seasonal_lush_caves
	Current Language: ru_ru
	CPU: 12x AMD Ryzen 5 5600X 6-Core Processor