Etched

Etched

2M Downloads

Mod "Etched" and mod "Anchor" are not compatibly. (1.19.2)

Father-Tulip opened this issue · 0 comments

commented

What version are you seeing the problem on?

1.19.2

Describe the issue

When using features from the mod "Etched with the music discs from the mod "Anchor" the game crashes.
I haven't tested it, but the issue may be also with music discs from other mods.

latest.log

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 2023-07-24 15:10:38
Description: Ticking entity

java.lang.NullPointerException: Cannot invoke "gg.moonflower.etched.core.mixin.SoundEventAccessor.getLocation()" because the return value of "gg.moonflower.etched.core.hook.RecordItemHook.getSound(net.minecraft.class_1813)" is null
	at net.minecraft.class_1813.md0e7924$etched$lambda$new$0$0(class_1813.java:539)
	at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
	at net.minecraft.class_1813.getMusic(class_1813.java:573)
	at gg.moonflower.etched.api.record.PlayableRecord.createEntitySound(PlayableRecord.java:137)
	at gg.moonflower.etched.api.sound.SoundTracker.playEntityRecord(SoundTracker.java:223)
	at gg.moonflower.etched.api.sound.SoundTracker.playBoombox(SoundTracker.java:259)
	at gg.moonflower.etched.common.item.BoomboxItem.updatePlaying(BoomboxItem.java:72)
	at gg.moonflower.etched.common.item.BoomboxItem.onLivingEntityUpdate(BoomboxItem.java:67)
	at net.minecraft.class_1309.handler$cfp001$etched$onTick(class_1309.java:13601)
	at net.minecraft.class_1309.method_5773(class_1309.java)
	at net.minecraft.class_1657.method_5773(class_1657.java:284)
	at net.minecraft.class_746.method_5773(class_746.java:229)
	at net.minecraft.class_638.method_18646(class_638.java:267)
	at net.minecraft.class_1937.method_18472(class_1937.java:466)
	at net.minecraft.class_638.method_32124(class_638.java:250)
	at net.minecraft.class_5574.method_31791(class_5574.java:54)
	at net.minecraft.class_638.method_18116(class_638.java:246)
	at net.minecraft.class_310.method_1574(class_310.java:1851)
	at net.minecraft.class_310.method_1523(class_310.java:1135)
	at net.minecraft.class_310.method_1514(class_310.java:768)
	at net.minecraft.client.main.Main.method_44604(Main.java:244)
	at net.minecraft.client.main.Main.main(Main.java:51)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraft.class_1813.md0e7924$etched$lambda$new$0$0(class_1813.java:539)
	at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
	at net.minecraft.class_1813.getMusic(class_1813.java:573)
	at gg.moonflower.etched.api.record.PlayableRecord.createEntitySound(PlayableRecord.java:137)
	at gg.moonflower.etched.api.sound.SoundTracker.playEntityRecord(SoundTracker.java:223)
	at gg.moonflower.etched.api.sound.SoundTracker.playBoombox(SoundTracker.java:259)
	at gg.moonflower.etched.common.item.BoomboxItem.updatePlaying(BoomboxItem.java:72)
	at gg.moonflower.etched.common.item.BoomboxItem.onLivingEntityUpdate(BoomboxItem.java:67)
	at net.minecraft.class_1309.handler$cfp001$etched$onTick(class_1309.java:13601)
	at net.minecraft.class_1309.method_5773(class_1309.java)
	at net.minecraft.class_1657.method_5773(class_1657.java:284)
	at net.minecraft.class_746.method_5773(class_746.java:229)
	at net.minecraft.class_638.method_18646(class_638.java:267)
	at net.minecraft.class_1937.method_18472(class_1937.java:466)
	at net.minecraft.class_638.method_32124(class_638.java:250)
	at net.minecraft.class_5574.method_31791(class_5574.java:54)
	at net.minecraft.class_638.method_18116(class_638.java:246)

-- Entity being ticked --
Details:
	Entity Type: minecraft:player (net.minecraft.class_746)
	Entity ID: 130
	Entity Name: Father_Tulip
	Entity's Exact location: -10.83, 76.00, -8.31
	Entity's Block location: World: (-11,76,-9), Section: (at 5,12,7 in -1,4,-1; chunk contains blocks -16,-64,-16 to -1,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
	Entity's Momentum: 0.00, -0.08, 0.00
	Entity's Passengers: []
	Entity's Vehicle: null
Stacktrace:
	at net.minecraft.class_1937.method_18472(class_1937.java:466)
	at net.minecraft.class_638.method_32124(class_638.java:250)
	at net.minecraft.class_5574.method_31791(class_5574.java:54)
	at net.minecraft.class_638.method_18116(class_638.java:246)
	at net.minecraft.class_310.method_1574(class_310.java:1851)
	at net.minecraft.class_310.method_1523(class_310.java:1135)
	at net.minecraft.class_310.method_1514(class_310.java:768)
	at net.minecraft.client.main.Main.method_44604(Main.java:244)
	at net.minecraft.client.main.Main.main(Main.java:51)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
	All players: 1 total; [class_746['Father_Tulip'/130, l='ClientLevel', x=-10.83, y=76.00, z=-8.31]]
	Chunk stats: 16384, 4187
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,76,0), Section: (at 0,12,0 in 0,4,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: 69841 game time, 18000 day time
	Server brand: fabric
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:453)
	at net.minecraft.class_310.method_1587(class_310.java:2341)
	at net.minecraft.class_310.method_1514(class_310.java:787)
	at net.minecraft.client.main.Main.method_44604(Main.java:244)
	at net.minecraft.client.main.Main.main(Main.java:51)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
	Reload number: 2
	Reload reason: manual
	Finished: Yes
	Packs: Default, Fabric Mods, black_icons, FreshAnimations_v1.8.zip, Better_Mobs_RP_1.0.zip, Golden crit.zip, NoBlurAndLowFire-1.19-1.19.2.zip, Shield Corrections [Colored].zip, Torrezx_bookshelf.zip, Visual Titles.zip, §6No_Enchant_Glint_1.19.zip, §6Doors-Reimagined§8-[v1.2].zip, §eTorches§8-§eReimagined§0_§8[v1.3.1]§0.zip

-- System Details --
Details:
	Minecraft Version: 1.19.2
	Minecraft Version ID: 1.19.2
	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: 595454144 bytes (567 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
	CPUs: 16
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 7 5800H with Radeon Graphics         
	Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
	Microarchitecture: Zen 3
	Frequency (GHz): 3.19
	Number of physical packages: 1
	Number of physical CPUs: 8
	Number of logical CPUs: 16
	Graphics card #0 name: NVIDIA GeForce RTX 3070 Laptop GPU
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x24dd
	Graphics card #0 versionInfo: DriverVersion=31.0.15.2799
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 3.20
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 3.20
	Memory slot #1 type: DDR4
	Virtual memory max (MB): 25381.52
	Virtual memory used (MB): 22588.71
	Swap memory total (MB): 9145.46
	Swap memory used (MB): 150.58
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
	Fabric Mods: 
		alternate-current: Alternate Current 1.7.0
		ambientenvironment: Ambient Environment 8.0+3
		ambientsounds: Ambient Sounds (Fabric) 5.2.13
		anchor: Anchor 1.3.0
		appleskin: AppleSkin 2.4.1+mc1.19
		architectury: Architectury 6.5.85
		auditory: Auditory 0.0.4-1.19.x
		backpacked: Backpacked 2.2.0
		backslot: BackSlot 1.2.11
			amecsapi: Amecs API 1.3.6+mc22w17a
		betterclouds: Better Clouds 1.2.8+1.19.2
		betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.6
			org_reflections_reflections: reflections 0.10.2
		betterfpsdist: Better FPS distance Mod 1.19-2.4
		betterladdersmod: Better Ladders 0.0.1-1.19.2
		betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
		betterpingdisplay: Better Ping Display 1.1.1
		betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
		betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
		bookshelf: Bookshelf 16.3.20
		cameraoverhaul: Camera Overhaul 1.4.0-fabric-universal
		camerautils: Camera Utils 1.19.2-1.0.3
		carpenter: Carpenter 1.2.0
			com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.9
		catalogue: Catalogue 1.7.0-1.19.2
		chimes: Chimes 1.1.4
		chunksfadein: Chunks Fade In 3.0.11-1.19
			com_moandjiezana_toml_toml4j: toml4j 0.7.2
		cloth-config: Cloth Config v8 8.3.103
			cloth-basic-math: cloth-basic-math 0.6.1
		collective: Collective 6.65
		comforts: Comforts 6.0.4+1.19.2
			spectrelib: SpectreLib 0.12.4+1.19.2
		connectiblechains: Connectible Chains 2.1.4+1.19.2
		convenient-mobgriefing: Convenient mobGriefing 2.0.2
		cooldown-coordinator: Cooldown Coordinator 0.4.3
		creativecore: CreativeCore (Fabric) 2.9.3
		creeperoverhaul: Creeper Overhaul 2.0.9
		cullclouds: Cull Clouds 0.1.0
		disguiseheads: DisguiseHeads 1.0.1-mc1.19.2
		display_case: Display Case Mod 1.0.3
		droplight: Droplight 1.0.5
		dummmmmmy: MmmMmmMmmMmm 1.19.2-1.7.1
		dynamiccrosshair: Dynamic Crosshair 5.6.2+1.19.2
		dynamicfps: Dynamic FPS 2.2.0
		dynmus: Dynamic Music 2.3.1+1.19.2
		easyanvils: Easy Anvils 4.0.11
		effective: Effective 1.4
		enchancement: Enchancement 1.19-14
			cardinal-components-base: Cardinal Components API (base) 5.0.2
			cardinal-components-entity: Cardinal Components API (entities) 5.0.2
			cardinal-components-world: Cardinal Components API (worlds) 5.0.2
			midnightlib: MidnightLib 1.0.0
			step-height-entity-attribute: Step Height Entity Attribute 1.0.0
		enchdesc: EnchantmentDescriptions 13.0.14
		enhanced_attack_indicator: Enhanced Attack Indicator 1.0.4+1.19
		entity_model_features: Entity Model Features 0.2.13
		entity_texture_features: Entity Texture Features 4.4.4
			org_apache_httpcomponents_httpmime: httpmime 4.5.10
		entityculling: EntityCulling-Fabric 1.6.1-mc1.19.2
		etched: Etched 2.3.0
			javazoom_jlayer: jlayer 1.0.1
		extrasounds: ExtraSounds 2.3.1+1.19.2-1.19.1
			advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2
			soundcategories: Sound Categories 1.2.4+1.19
		fabric-api: Fabric API 0.76.0+1.19.2
			fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
			fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390
			fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25+cafc6e8e90
			fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390
			fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
			fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
			fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
			fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390
			fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90
			fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.8+413cbbc790
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
			fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890
			fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
			fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690
			fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890
			fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90
			fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
			fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890
			fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390
			fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690
			fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790
			fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390
			fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90
			fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
			fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90
			fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
		fabricloader: Fabric Loader 0.14.21
		fallingleaves: Falling Leaves 1.13.0+1.19.2
		farmersdelight: Farmer's Delight 1.19.2-1.3.10
		ferritecore: FerriteCore 5.0.3
		fireworkfrenzy: Firework Frenzy 1.10
		firstperson: FirstpersonModel 2.2.3
		fog-looks-good-now: FogLooksGoodNow 1.1.2
			owo: oωo 0.9.3+1.19
				blue_endless_jankson: jankson 1.2.1
			porting_lib: Porting Lib 2.1.854+1.19.2
				forge_tags: Porting Lib Tags 3.0
				mm: Manningham Mills 2.3
				porting_lib_accessors: Porting Lib Accessors 2.1.854+1.19.2
				porting_lib_attributes: Porting Lib Attributes 2.1.854+1.19.2
				porting_lib_base: Porting Lib Base 2.1.854+1.19.2
				porting_lib_common: Porting Lib Common 2.1.854+1.19.2
				porting_lib_constants: Porting Lib Constants 2.1.854+1.19.2
				porting_lib_entity: Porting Lib Entity 2.1.854+1.19.2
				porting_lib_extensions: Porting Lib Extensions 2.1.854+1.19.2
				porting_lib_fake_players: Porting Lib Fake Players 2.1.854+1.19.2
				porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.854+1.19.2
				porting_lib_model_generators: Porting Lib Model Generators 2.1.854+1.19.2
				porting_lib_model_loader: Porting Lib Model Loader 2.1.854+1.19.2
				porting_lib_models: Porting Lib Models 2.1.854+1.19.2
				porting_lib_networking: Porting Lib Networking 2.1.854+1.19.2
				porting_lib_obj_loader: Porting Lib Obj Loader 2.1.854+1.19.2
				porting_lib_transfer: Porting Lib Transfer 2.1.854+1.19.2
				serialization_hooks: Serialization Hooks 0.3.26
		forgeconfigapiport: Forge Config API Port 4.2.11
		framework: Framework 0.6.7
			com_electronwill_night-config_core: core 3.6.6
			com_electronwill_night-config_toml: toml 3.6.6
			org_javassist_javassist: javassist 3.29.2-GA
		geckolib3: Geckolib 3.1.40
			com_eliotlash_mclib_mclib: mclib 20
		grabbymobs: Grabby Mobs 1.1
		held-item-info: Held Item Info 1.4.0
		iceberg: Iceberg 1.0.46
		immersive_paintings: Immersive Paintings 0.6.1+1.19.2
		impactfulweather: Biome Particle Weather 4.0.5
		impaled: Impaled 1.1.4
		indium: Indium 1.0.9+mc1.19.2
		iris: Iris 1.6.2
			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
		java: OpenJDK 64-Bit Server VM 17
		kiwi: Kiwi Lib 8.3.4
		krypton: Krypton 0.2.1
			com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
		lambdynlights: LambDynamicLights 2.2.0+1.19.2
			pride: Pride Lib 1.1.2+1.19
			spruceui: SpruceUI 4.1.0+1.19.2
		lazydfu: LazyDFU 0.1.3
		legendarytooltips: Legendary Tooltips 1.3.3
		lithium: Lithium 0.11.1
		locksmith: Locksmith 1.1.1
		make_bubbles_pop: Make Bubbles Pop Mod 0.1.0-1.19
		mannequins: Mannequins 2.2.1
		menulogue: Menulogue 1.0.4-1.19.2
		minecraft: Minecraft 1.19.2
		moonlight: Moonlight 1.19.2-2.2.43
		morebannerfeatures: More Banner Features 1.1.3
		morebannerlayers: More Banner Layers 1.0.0-1.19
		no_more_vanilla_mineshafts: No More Vanilla Mineshafts 0.0.1
		noend: Disable End 0.1-ALPHA
		notenoughanimations: NotEnoughAnimations 1.6.2
		nounusedchunks: No Unused Chunks 2.0+1.19.2
		peek: Peek 1.19.2-1.0.4
		pehkui: Pehkui 3.7.7+1.14.4-1.20.1
			kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
		perfectaccuracy: Perfect Accuracy 1.2-1.19
		persistent-pearls: Persistent Pearls 1.0.2
		pickyourpoison: Pick Your Poison 1.0.11
			org_json_json: json 20211205
		polaroidcamera: PolaroidCamera 1.4.1
		pollen: Pollen 2.0.3
			gg_moonflower_molang-compiler: molang-compiler 3.0.1
			gg_moonflower_pinwheel_pinwheel: pinwheel 1.1.0
			org_joml_joml: joml 1.10.5
		polymer-all: Polymer (Packed) 0.2.28+1.19.2
			polymer: Polymer (Core) 0.2.28+1.19.2
				polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2
			polymer-blocks-ext: Polymer Blocks 0.1.0-alpha.9+1.19.2
		presencefootsteps: Presence Footsteps 1.6.4
			kirin: Kirin UI 1.11.1
		prism: Prism 1.0.3
		puzzleslib: Puzzles Lib 4.4.3
			cardinal-components-block: Cardinal Components API (blocks) 5.0.2
			cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
		pyrotastic: Pyrotastic 1.19+2.0.3
		reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67
		resourcefulconfig: Resourcefulconfig 1.0.20
		respawnablepets: Respawnable Pets 1.19-2
		runelic: Runelic 14.1.4
		satin: Satin 1.9.0
		serversleep_mr: ServerSleep 1-datapack
		simpleradio: Simple Radio 1.19.2-1.0.2
		sit: Sit 1.19-20
		smoothboot: Smooth Boot 1.19-1.7.1
		smoothchunk: Smooth chunk save Mod 1.19.2-3.0
		snowrealmagic: Snow! Real Magic! 5.1.0
		sodium: Sodium 0.4.4+build.18
		sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
			caffeineconfig: CaffeineConfig 1.0.0+1.17
		sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
		spiderstpo: Spiders 2.0 1.19.2-2.0.3
		spyglass_astronomy: Spyglass Astronomy 1.0.1-mc1.19.1+1.19.2
		starlight: Starlight 1.1.1+fabric.ae22326
		status-effect-bars: Status Effect Bars 1.0.1
		t_and_t: Towns and Towers 1.9
		tectonic: Tectonic 1.1.10
		toggleableitemframes: Toggleable Item Frames 2.1.2-1.19.x
		tooltipfix: ToolTip Fix 1.1.1-1.19
		travelerstitles: Traveler's Titles 1.19.2-Fabric-3.1.0
		trinkets: Trinkets 3.4.2
		universal-graves: Universal Graves 2.1.3+1.19.2
			common-protection-api: Common Protection API 1.0.0
			fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
			hologram-api: Hologram API 0.2.2+1.19
			placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
			server_translations_api: Server Translations API 1.4.18+1.19.2
				packet_tweaker: Packet Tweaker 0.3.0+1.18.2
			sgui: sgui 1.1.5+1.19.1
		vcinteraction: Voice Chat Interaction 1.19.2-1.0.3
		villager-hats: Villager Hats 1.4.3
		visualworkbench: Visual Workbench 4.2.4
		voicechat: Simple Voice Chat 1.19.2-2.4.15
		waterdripsound: Drip Sounds 1.19-0.3.0
		xercamusic: Music Maker Mod fabric-1.19.2-1.0.2
		yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
		yungsapi: YUNG's API 1.19.2-Fabric-3.8.9
	Loaded Shaderpack: (off)
	NEC status: No NEC detected
	Launched Version: fabric-loader-0.14.21-1.19.2
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 527.99, NVIDIA Corporation
	Window size: 2560x1600
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
	Type: Integrated Server (map_client.txt)
	Graphics mode: fancy
	Resource Packs: vanilla, Fabric Mods, black_icons, file/FreshAnimations_v1.8.zip, file/Better_Mobs_RP_1.0.zip, file/Golden crit.zip (incompatible), file/NoBlurAndLowFire-1.19-1.19.2.zip, file/Shield Corrections [Colored].zip (incompatible), file/Torrezx_bookshelf.zip, file/Visual Titles.zip, file/§6No_Enchant_Glint_1.19.zip, file/§6Doors-Reimagined§8-[v1.2].zip, file/§eTorches§8-§eReimagined§0_§8[v1.3.1]§0.zip
	Current Language: English (US)
	CPU: 16x AMD Ryzen 7 5800H with Radeon Graphics 
	Server Running: true
	Player Count: 1 / 8; [class_3222['Father_Tulip'/130, l='ServerLevel[New World]', x=-10.83, y=76.00, z=-8.31]]
	Data Packs: vanilla, Fabric Mods, Tectonic, $polymer-resources (incompatible)
	World Generation: Experimental