Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes with newer versions of Create on 1.19.2 when opening chests #103

Open
Poopooracoocoo opened this issue Dec 19, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Poopooracoocoo
Copy link

Poopooracoocoo commented Dec 19, 2023

Environment

Prism Launcher 7.2
Fabric Loader 0.15.3
Minecraft 1.19.2
Create 0.5.1-c-build.1160
Fabric API 0.76.1
Text Utilities 1.4.2

Steps to reproduce

  1. Launch instance
  2. Create a new world
  3. Place a chest
  4. Open the chest

Crash report

crash-2023-12-20_09.21.44-client.txt

Crash report

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 2023-12-20 09:21:44
Description: Unexpected error

java.lang.NoClassDefFoundError: com/simibubi/create/content/curiosities/deco/PlacardTileEntity
	at io.chaws.textutilities.handlers.ClickThroughHandler.canClickThroughBlockEntity(ClickThroughHandler.java:153)
	at io.chaws.textutilities.handlers.ClickThroughHandler.tryClickThrough(ClickThroughHandler.java:115)
	at io.chaws.textutilities.handlers.ClickThroughHandler.handleUseBlock(ClickThroughHandler.java:55)
	at net.fabricmc.fabric.api.event.player.UseBlockCallback.lambda$static$0(UseBlockCallback.java:41)
	at net.minecraft.class_636.handler$zkg000$fabric-events-interaction-v0$interactBlock(class_636.java:1184)
	at net.minecraft.class_636.method_2896(class_636.java:327)
	at net.minecraft.class_310.method_1583(class_310.java:1748)
	at net.minecraft.class_310.method_1508(class_310.java:2002)
	at net.minecraft.class_310.method_1574(class_310.java:1829)
	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: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 org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)
Caused by: java.lang.ClassNotFoundException: com.simibubi.create.content.curiosities.deco.PlacardTileEntity
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	... 19 more


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

-- Head --
Thread: Render thread
Stacktrace:
	at io.chaws.textutilities.handlers.ClickThroughHandler.canClickThroughBlockEntity(ClickThroughHandler.java:153)
	at io.chaws.textutilities.handlers.ClickThroughHandler.tryClickThrough(ClickThroughHandler.java:115)
	at io.chaws.textutilities.handlers.ClickThroughHandler.handleUseBlock(ClickThroughHandler.java:55)
	at net.fabricmc.fabric.api.event.player.UseBlockCallback.lambda$static$0(UseBlockCallback.java:41)
	at net.minecraft.class_636.handler$zkg000$fabric-events-interaction-v0$interactBlock(class_636.java:1184)
	at net.minecraft.class_636.method_2896(class_636.java:327)
	at net.minecraft.class_310.method_1583(class_310.java:1748)
	at net.minecraft.class_310.method_1508(class_310.java:2002)

-- Affected level --
Details:
	All players: 1 total; [class_746['Anon'/198, l='ClientLevel', x=-5.01, y=76.00, z=-7.03]]
	Chunk stats: 961, 478
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,82,0), Section: (at 0,2,0 in 0,5,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: 374 game time, 374 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:792)
	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: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 org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: Default, Fabric Mods

-- System Details --
Details:
	Minecraft Version: 1.19.2
	Minecraft Version ID: 1.19.2
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 17.0.8, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 411478536 bytes (392 MiB) / 2652897280 bytes (2530 MiB) up to 4294967296 bytes (4096 MiB)
	CPUs: 8
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
	Identifier: Intel64 Family 6 Model 142 Stepping 12
	Microarchitecture: whiskey Lake
	Frequency (GHz): 2.11
	Number of physical packages: 1
	Number of physical CPUs: 4
	Number of logical CPUs: 8
	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: 0x9b41
	Graphics card #0 versionInfo: DriverVersion=31.0.101.2121
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.67
	Memory slot #0 type: DDR4
	Virtual memory max (MB): 15884.23
	Virtual memory used (MB): 11537.51
	Swap memory total (MB): 7942.12
	Swap memory used (MB): 840.09
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
	Fabric Mods: 
		cloth-config: Cloth Config v8 8.3.103
			cloth-basic-math: cloth-basic-math 0.6.1
		create: Create 0.5.1-c-build.1160+mc1.19.2
			com_google_code_findbugs_jsr305: jsr305 3.0.2
			flywheel: Flywheel 0.6.9-6
			forge_tags: Porting Lib Tags 3.0
			forgeconfigapiport: Forge Config API Port 4.2.9
				com_electronwill_night-config_core: core 3.6.5
				com_electronwill_night-config_toml: toml 3.6.5
			milk: Milk Lib 1.0.51
				dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
			porting_lib_accessors: Porting Lib Accessors 2.1.1096+1.19.2
			porting_lib_base: Porting Lib Base 2.1.1096+1.19.2
				mm: Manningham Mills 2.3
				porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1096+1.19.2
				porting_lib_loot: Porting Lib Loot 2.1.1096+1.19.2
				porting_lib_model_generators: Porting Lib Model Generators 2.1.1096+1.19.2
				porting_lib_models: Porting Lib Models 2.1.1096+1.19.2
				serialization_hooks: Serialization Hooks 0.3.26
			porting_lib_entity: Porting Lib Entity 2.1.1096+1.19.2
			porting_lib_extensions: Porting Lib Extensions 2.1.1096+1.19.2
			porting_lib_fake_players: Porting Lib Fake Players 2.1.1096+1.19.2
			porting_lib_networking: Porting Lib Networking 2.1.1096+1.19.2
			porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1096+1.19.2
				porting_lib_model_loader: Porting Lib Model Loader 2.1.1096+1.19.2
			porting_lib_transfer: Porting Lib Transfer 2.1.1096+1.19.2
				porting_lib_attributes: Porting Lib Attributes 2.1.1096+1.19.2
				porting_lib_common: Porting Lib Common 2.1.1096+1.19.2
				porting_lib_constants: Porting Lib Constants 2.1.1096+1.19.2
			reach-entity-attributes: Reach Entity Attributes 2.3.0
			registrate-fabric: Registrate for Fabric 1.1.58-MC1.19.2
		fabric-api: Fabric API 0.76.1+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.42+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.9+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.12+def3f86d90
			fabric-networking-v0: Fabric Networking (v0) 0.3.29+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.2+413cbbc790
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.33+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.8+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.15.3
			mixinextras: MixinExtras 0.3.2
		java: OpenJDK 64-Bit Server VM 17
		minecraft: Minecraft 1.19.2
		textutilities: Text Utilities 1.4.2+1.19.2
	Flywheel Backend: GL33 Instanced Arrays
	Launched Version: 1.19.2
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: Intel(R) UHD Graphics GL version 3.2.0 - Build 31.0.101.2121, Intel
	Window size: 854x480
	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: Fabric Mods
	Current Language: English (US)
	CPU: 8x Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
	Server Running: true
	Player Count: 1 / 8; [class_3222['Anon'/198, l='ServerLevel[New World]', x=-5.01, y=76.00, z=-7.03]]
	Data Packs: vanilla, Fabric Mods
	World Generation: Experimental

Log

latest.log

Log

[09:17:23] [main/INFO]: Loading Minecraft 1.19.2 with Fabric Loader 0.15.3
[09:17:24] [main/INFO]: Loading 87 mods:
	- cloth-config 8.3.103
	   \-- cloth-basic-math 0.6.1
	- create 0.5.1-c-build.1160+mc1.19.2
	   |-- com_google_code_findbugs_jsr305 3.0.2
	   |-- flywheel 0.6.9-6
	   |-- forge_tags 3.0
	   |-- forgeconfigapiport 4.2.9
	   |    |-- com_electronwill_night-config_core 3.6.5
	   |    \-- com_electronwill_night-config_toml 3.6.5
	   |-- milk 1.0.51
	   |    \-- dripstone_fluid_lib 2.0.1
	   |-- porting_lib_accessors 2.1.1096+1.19.2
	   |-- porting_lib_base 2.1.1096+1.19.2
	   |    |-- mm 2.3
	   |    |-- porting_lib_attributes 2.1.1096+1.19.2
	   |    |-- porting_lib_common 2.1.1096+1.19.2
	   |    |-- porting_lib_constants 2.1.1096+1.19.2
	   |    |-- porting_lib_lazy_registration 2.1.1096+1.19.2
	   |    |-- porting_lib_loot 2.1.1096+1.19.2
	   |    |-- porting_lib_model_generators 2.1.1096+1.19.2
	   |    |-- porting_lib_model_loader 2.1.1096+1.19.2
	   |    |-- porting_lib_models 2.1.1096+1.19.2
	   |    \-- serialization_hooks 0.3.26
	   |-- porting_lib_entity 2.1.1096+1.19.2
	   |    \-- porting_lib_constants 2.1.1096+1.19.2
	   |-- porting_lib_extensions 2.1.1096+1.19.2
	   |    |-- porting_lib_attributes 2.1.1096+1.19.2
	   |    |-- porting_lib_common 2.1.1096+1.19.2
	   |    \-- porting_lib_constants 2.1.1096+1.19.2
	   |-- porting_lib_fake_players 2.1.1096+1.19.2
	   |-- porting_lib_networking 2.1.1096+1.19.2
	   |-- porting_lib_obj_loader 2.1.1096+1.19.2
	   |    |-- porting_lib_attributes 2.1.1096+1.19.2
	   |    |-- porting_lib_common 2.1.1096+1.19.2
	   |    |-- porting_lib_constants 2.1.1096+1.19.2
	   |    \-- porting_lib_model_loader 2.1.1096+1.19.2
	   |-- porting_lib_transfer 2.1.1096+1.19.2
	   |    |-- porting_lib_attributes 2.1.1096+1.19.2
	   |    |-- porting_lib_common 2.1.1096+1.19.2
	   |    \-- porting_lib_constants 2.1.1096+1.19.2
	   |-- reach-entity-attributes 2.3.0
	   \-- registrate-fabric 1.1.58-MC1.19.2
	- fabric-api 0.76.1+1.19.2
	   |-- fabric-api-base 0.4.15+8f4e8eb390
	   |-- fabric-api-lookup-api-v1 1.6.14+93d8cb8290
	   |-- fabric-biome-api-v1 9.1.1+16f1e31390
	   |-- fabric-block-api-v1 1.0.2+e415d50e90
	   |-- fabric-blockrenderlayer-v1 1.1.25+cafc6e8e90
	   |-- fabric-client-tags-api-v1 1.0.5+b35fea8390
	   |-- fabric-command-api-v1 1.2.16+f71b366f90
	   |-- fabric-command-api-v2 2.2.1+413cbbc790
	   |-- fabric-commands-v0 0.2.33+df3654b390
	   |-- fabric-containers-v0 0.1.42+df3654b390
	   |-- fabric-content-registries-v0 3.5.2+7c6cd14d90
	   |-- fabric-convention-tags-v1 1.3.0+4bc6e26290
	   |-- fabric-crash-report-info-v1 0.2.8+aeb40ebe90
	   |-- fabric-data-generation-api-v1 5.3.9+413cbbc790
	   |-- fabric-dimensions-v1 2.1.35+0d0f210290
	   |-- fabric-entity-events-v1 1.5.4+9244241690
	   |-- fabric-events-interaction-v0 0.4.34+562bff6e90
	   |-- fabric-events-lifecycle-v0 0.2.36+df3654b390
	   |-- fabric-game-rule-api-v1 1.0.24+b6b6abb490
	   |-- fabric-item-api-v1 1.6.6+b7d1888890
	   |-- fabric-item-groups-v0 0.3.39+9244241690
	   |-- fabric-key-binding-api-v1 1.0.25+5c4fce2890
	   |-- fabric-keybindings-v0 0.2.23+df3654b390
	   |-- fabric-lifecycle-events-v1 2.2.4+1b46dc7890
	   |-- fabric-loot-api-v2 1.1.13+83a8659290
	   |-- fabric-loot-tables-v1 1.1.16+9e7660c690
	   |-- fabric-message-api-v1 5.0.7+93d8cb8290
	   |-- fabric-mining-level-api-v1 2.1.24+33fbc73890
	   |-- fabric-models-v0 0.3.21+c6af733c90
	   |-- fabric-networking-api-v1 1.2.12+def3f86d90
	   |-- fabric-networking-v0 0.3.29+df3654b390
	   |-- fabric-object-builder-api-v1 4.2.2+d8ef690890
	   |-- fabric-particles-v1 1.0.14+4d0d570390
	   |-- fabric-recipe-api-v1 1.0.2+413cbbc790
	   |-- fabric-registry-sync-v0 0.9.33+9244241690
	   |-- fabric-renderer-api-v1 1.2.1+1adbf27790
	   |-- fabric-renderer-indigo 0.8.0+1adbf27790
	   |-- fabric-renderer-registries-v1 3.2.24+df3654b390
	   |-- fabric-rendering-data-attachment-v1 0.3.19+6e0787e690
	   |-- fabric-rendering-fluids-v1 3.0.11+4d0d570390
	   |-- fabric-rendering-v0 1.1.27+df3654b390
	   |-- fabric-rendering-v1 1.12.1+d8ef690890
	   |-- fabric-resource-conditions-api-v1 2.1.2+aae9039d90
	   |-- fabric-resource-loader-v0 0.8.4+edbdcddb90
	   |-- fabric-screen-api-v1 1.0.32+4d0d570390
	   |-- fabric-screen-handler-api-v1 1.3.8+1cc24b1b90
	   |-- fabric-sound-api-v1 1.0.2+c4f28df590
	   |-- fabric-textures-v0 1.0.24+aeb40ebe90
	   |-- fabric-transfer-api-v1 2.1.6+413cbbc790
	   \-- fabric-transitive-access-wideners-v1 1.3.3+08b73de490
	- fabricloader 0.15.3
	   \-- mixinextras 0.3.2
	- java 17
	- minecraft 1.19.2
	- textutilities 1.4.2+1.19.2
[09:17:30] [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:17:30] [main/INFO]: Compatibility level set to JAVA_17
[09:17:32] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/data/ChunkRenderData$Builder (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/chunk/data/ChunkRenderData$Builder)
[09:17:32] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.chunk.data.ChunkRenderData$Builder was not found flywheel.mixins.json:instancemanage.SodiumChunkRenderDataMixin from mod flywheel
[09:17:32] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.2).
[09:17:40] [main/WARN]: Method overwrite conflict for setTranslation in flywheel.fabric.mixins.json:Matrix4fMixin from mod flywheel, previously written by io.github.fabricators_of_create.porting_lib.mixin.common.Matrix4fMixin. Skipping method.
[09:17:43] [main/INFO]: Building optimized datafixer
[09:17:52] [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:17:53] [Render thread/INFO]: Setting user: Anon
[09:18:03] [Render thread/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket
[09:18:03] [Render thread/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle
[09:18:03] [Render thread/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket
[09:18:03] [Render thread/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle
[09:18:05] [Render thread/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket
[09:18:07] [Render thread/INFO]: Definitely not up to no good
[09:18:09] [Render thread/INFO]: [Indigo] Registering Indigo renderer!
[09:18:09] [Render thread/INFO]: No shaders mod detected.
[09:18:11] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[09:18:16] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Cloth Config v8, Create, Dripstone Fluid Lib, Fabric API, Fabric API Base, Fabric API Lookup API (v1), Fabric Biome API (v1), Fabric Block API (v1), Fabric BlockRenderLayer Registration (v1), Fabric Client Tags, Fabric Command API (v1), Fabric Command API (v2), Fabric Commands (v0), Fabric Containers (v0), Fabric Content Registries (v0), Fabric Convention Tags, Fabric Crash Report Info (v1), Fabric Data Generation API (v1), Fabric Dimensions API (v1), Fabric Entity Events (v1), Fabric Events Interaction (v0), Fabric Events Lifecycle (v0), Fabric Game Rule API (v1), Fabric Item API (v1), Fabric Item Groups (v0), Fabric Key Binding API (v1), Fabric Key Bindings (v0), Fabric Lifecycle Events (v1), Fabric Loot API (v2), Fabric Loot Tables (v1), Fabric Message API (v1), Fabric Mining Level 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 Textures (v0), Fabric Transfer API (v1), Fabric Transitive Access Wideners (v1), Fabric Loader, Flywheel, Porting Lib Tags, Forge Config API Port, Milk Lib, Manningham Mills, Porting Lib Accessors, Porting Lib Attributes, Porting Lib Base, Porting Lib Common, Porting Lib Constants, Porting Lib Entity, Porting Lib Extensions, Porting Lib Fake Players, Porting Lib Lazy Register, Porting Lib Loot, Porting Lib Model Generators, Porting Lib Model Loader, Porting Lib Models, Porting Lib Networking, Porting Lib Obj Loader, Porting Lib Transfer, Reach Entity Attributes, Registrate for Fabric, Serialization Hooks, Text Utilities)
[09:18:32] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[09:18:32] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[09:18:34] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Speakers (Realtek(R) Audio)
[09:18:34] [Render thread/INFO]: Sound engine started
[09:18:34] [Render thread/INFO]: Created: 2048x2048x4 minecraft:textures/atlas/blocks.png-atlas
[09:18:34] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[09:18:34] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[09:18:34] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[09:18:34] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[09:18:34] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[09:18:34] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[09:18:41] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[09:18:43] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/particles.png-atlas
[09:18:43] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[09:18:43] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[09:18:44] [Render thread/INFO]: Loaded all shader sources.
[09:19:22] [Render thread/INFO]: Loaded 22 recipes
[09:19:23] [Render thread/INFO]: Loaded 2168 advancements
[09:19:38] [Render thread/INFO]: Loaded 22 recipes
[09:19:38] [Render thread/INFO]: Loaded 2168 advancements
[09:19:42] [Render thread/INFO]: Applied 109 biome modifications to 57 of 63 new biomes in 45.64 ms
[09:19:42] [Server thread/WARN]: Configuration file C:\Users\anon\AppData\Roaming\PrismLauncher\instances\test(1)\.minecraft\saves\New World\serverconfig\create-server.toml is not correct. Correcting
[09:19:42] [Server thread/WARN]: Incorrect key infrastructure was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key infrastructure.tickrateSyncTimer was corrected from null to its default, 20. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.bulkPressing was corrected from null to its default, false. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.bulkCutting was corrected from null to its default, false. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowBrewingInMixer was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowShapelessInMixer was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowShapedSquareInPress was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowRegularCraftingInCrafter was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.maxFireworkIngredientsInCrafter was corrected from null to its default, 9. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowStonecuttingOnSaw was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowWoodcuttingOnSaw was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowCastingBySpout was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.allowFillingBySpout was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.displayLogStrippingRecipes was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.lightSourceCountForRefinedRadiance was corrected from null to its default, 10. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.enableRefinedRadianceRecipe was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key recipes.enableShadowSteelRecipe was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.disableStress was corrected from null to its default, false. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.maxBeltLength was corrected from null to its default, 20. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.crushingDamage was corrected from null to its default, 4. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.maxRotationSpeed was corrected from null to its default, 256. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.ignoreDeployerAttacks was corrected from null to its default, CREEPERS. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.kineticValidationFrequency was corrected from null to its default, 60. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.crankHungerMultiplier was corrected from null to its default, 0.009999999776482582. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.minimumWindmillSails was corrected from null to its default, 8. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.windmillSailsPerRPM was corrected from null to its default, 8. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.maxEjectorDistance was corrected from null to its default, 32. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.ejectorScanInterval was corrected from null to its default, 120. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.encasedFan was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanPushDistance was corrected from null to its default, 20. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanPullDistance was corrected from null to its default, 20. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanBlockCheckRate was corrected from null to its default, 30. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanRotationArgmax was corrected from null to its default, 256. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanProcessingTime was corrected from null to its default, 150. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxBlocksMoved was corrected from null to its default, 2048. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxDataSize was corrected from null to its default, 2000000. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxChassisRange was corrected from null to its default, 16. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxPistonPoles was corrected from null to its default, 64. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxRopeLength was corrected from null to its default, 256. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxCartCouplingLength was corrected from null to its default, 32. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.rollerFillDepth was corrected from null to its default, 12. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.survivalContraptionPickup was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.movableSpawners was corrected from null to its default, NO_PICKUP. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.amethystMovement was corrected from null to its default, NO_PICKUP. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.movableObsidian was corrected from null to its default, UNMOVABLE. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.movableReinforcedDeepslate was corrected from null to its default, UNMOVABLE. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.moveItemsToStorage was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.harvestPartiallyGrown was corrected from null to its default, false. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.harvesterReplants was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.contraptions.minecartContraptionInContainers was corrected from null to its default, false. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stats was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stats.mediumSpeed was corrected from null to its default, 30.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stats.fastSpeed was corrected from null to its default, 100.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stats.mediumStressImpact was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stats.highStressImpact was corrected from null to its default, 8.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stats.mediumCapacity was corrected from null to its default, 256.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stats.highCapacity was corrected from null to its default, 1024.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2 was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.display_board was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.deployer was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_piston was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.millstone was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_bearing was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.clockwork_bearing was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.cuckoo_clock was corrected from null to its default, 1.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.speedometer was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.copper_backtank was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_saw was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.flywheel was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.encased_chain_drive was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.clutch was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.encased_fan was corrected from null to its default, 2.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.adjustable_chain_gearshift was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_pump was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.crushing_wheel was corrected from null to its default, 8.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_mixer was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.gantry_shaft was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.rope_pulley was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.rotation_speed_controller was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_arm was corrected from null to its default, 2.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.netherite_backtank was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.andesite_encased_shaft was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_press was corrected from null to its default, 8.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.large_cogwheel was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_drill was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.andesite_encased_large_cogwheel was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.brass_encased_large_cogwheel was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mysterious_cuckoo_clock was corrected from null to its default, 1.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.stressometer was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.shaft was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.brass_encased_shaft was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.gearshift was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.turntable was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.sticky_mechanical_piston was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.sequenced_gearshift was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.weighted_ejector was corrected from null to its default, 2.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.cogwheel was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.andesite_encased_cogwheel was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.belt was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.brass_encased_cogwheel was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.gearbox was corrected from null to its default, 0.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.hose_pulley was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.elevator_pulley was corrected from null to its default, 4.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_crafter was corrected from null to its default, 2.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.copper_valve_handle was corrected from null to its default, 8.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.hand_crank was corrected from null to its default, 8.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.steam_engine was corrected from null to its default, 1024.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.creative_motor was corrected from null to its default, 16384.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.large_water_wheel was corrected from null to its default, 128.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.water_wheel was corrected from null to its default, 32.0. 
[09:19:42] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.windmill_bearing was corrected from null to its default, 512.0. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.fluidTankCapacity was corrected from null to its default, 8. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.fluidTankMaxHeight was corrected from null to its default, 32. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.mechanicalPumpRange was corrected from null to its default, 16. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.hosePulleyRange was corrected from null to its default, 128. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.hosePulleyBlockThreshold was corrected from null to its default, 10000. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.fillInfinite was corrected from null to its default, false. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.bottomlessFluidMode was corrected from null to its default, ALLOW_BY_TAG. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.fluidFillPlaceFluidSourceBlocks was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key fluids.pipesPlaceFluidSourceBlocks was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.defaultExtractionTimer was corrected from null to its default, 8. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.psiTimeout was corrected from null to its default, 60. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.mechanicalArmRange was corrected from null to its default, 5. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.linkRange was corrected from null to its default, 256. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.displayLinkRange was corrected from null to its default, 64. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.vaultCapacity was corrected from null to its default, 20. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.brassTunnelTimer was corrected from null to its default, 10. 
[09:19:42] [Server thread/WARN]: Incorrect key logistics.seatHostileMobs was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.creativePrintIncludesAir was corrected from null to its default, false. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.maxSchematics was corrected from null to its default, 256. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.maxSchematicPacketSize was corrected from null to its default, 1024. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.schematicIdleTimeout was corrected from null to its default, 600. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.schematicannon was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.schematicannon.schematicannonDelay was corrected from null to its default, 10. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.schematicannon.schematicannonGunpowderWorth was corrected from null to its default, 20.0. 
[09:19:42] [Server thread/WARN]: Incorrect key schematics.schematicannon.schematicannonFuelUsage was corrected from null to its default, 0.05000000074505806. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.maxSymmetryWandRange was corrected from null to its default, 50. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.placementAssistRange was corrected from null to its default, 12. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.toolboxRange was corrected from null to its default, 10. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.airInBacktank was corrected from null to its default, 900. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.enchantedBacktankCapacity was corrected from null to its default, 300. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.maxExtendoGripActions was corrected from null to its default, 1000. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.maxPotatoCannonShots was corrected from null to its default, 200. 
[09:19:42] [Server thread/WARN]: Incorrect key equipment.potatoCannonWorldModification was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key trains was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.trainsCauseDamage was corrected from null to its default, true. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.maxTrackPlacementLength was corrected from null to its default, 32. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.maxAssemblyLength was corrected from null to its default, 128. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.maxBogeyCount was corrected from null to its default, 20. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.manualTrainSpeedModifier was corrected from null to its default, 0.75. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.trainStats was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.trainStats.trainTopSpeed was corrected from null to its default, 28.0. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.trainStats.trainTurningTopSpeed was corrected from null to its default, 14.0. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.trainStats.trainAcceleration was corrected from null to its default, 3.0. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.poweredTrainStats was corrected from null to its default, SimpleCommentedConfig:{}. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.poweredTrainStats.poweredTrainTopSpeed was corrected from null to its default, 40.0. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.poweredTrainStats.poweredTrainTurningTopSpeed was corrected from null to its default, 20.0. 
[09:19:42] [Server thread/WARN]: Incorrect key trains.poweredTrainStats.poweredTrainAcceleration was corrected from null to its default, 3.0. 
[09:19:42] [Server thread/INFO]: Starting integrated minecraft server version 1.19.2
[09:19:42] [Server thread/INFO]: Generating keypair
[09:19:56] [Worker-Bootstrap-3/INFO]: 4283 Datafixer optimizations took 132425 milliseconds
[09:20:15] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[09:20:16] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:16] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:16] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:16] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:17] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:17] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:19] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:19] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:19] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:19] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:20] [Render thread/INFO]: Preparing spawn area: 0%
[09:20:21] [Render thread/INFO]: Preparing spawn area: 1%
[09:20:21] [Render thread/INFO]: Preparing spawn area: 1%
[09:20:21] [Render thread/INFO]: Preparing spawn area: 2%
[09:20:22] [Render thread/INFO]: Preparing spawn area: 2%
[09:20:22] [Render thread/INFO]: Preparing spawn area: 2%
[09:20:23] [Render thread/INFO]: Preparing spawn area: 3%
[09:20:23] [Render thread/INFO]: Preparing spawn area: 3%
[09:20:24] [Render thread/INFO]: Preparing spawn area: 3%
[09:20:24] [Render thread/INFO]: Preparing spawn area: 4%
[09:20:25] [Render thread/INFO]: Preparing spawn area: 5%
[09:20:25] [Render thread/INFO]: Preparing spawn area: 5%
[09:20:26] [Render thread/INFO]: Preparing spawn area: 6%
[09:20:26] [Render thread/INFO]: Preparing spawn area: 6%
[09:20:27] [Render thread/INFO]: Preparing spawn area: 7%
[09:20:27] [Render thread/INFO]: Preparing spawn area: 7%
[09:20:28] [Render thread/INFO]: Preparing spawn area: 8%
[09:20:28] [Render thread/INFO]: Preparing spawn area: 9%
[09:20:29] [Render thread/INFO]: Preparing spawn area: 10%
[09:20:29] [Render thread/INFO]: Preparing spawn area: 10%
[09:20:30] [Render thread/INFO]: Preparing spawn area: 12%
[09:20:30] [Render thread/INFO]: Preparing spawn area: 12%
[09:20:31] [Render thread/INFO]: Preparing spawn area: 14%
[09:20:31] [Render thread/INFO]: Preparing spawn area: 15%
[09:20:32] [Render thread/INFO]: Preparing spawn area: 16%
[09:20:33] [Render thread/INFO]: Preparing spawn area: 16%
[09:20:33] [Render thread/INFO]: Preparing spawn area: 17%
[09:20:34] [Render thread/INFO]: Preparing spawn area: 18%
[09:20:34] [Render thread/INFO]: Preparing spawn area: 18%
[09:20:34] [Render thread/INFO]: Preparing spawn area: 19%
[09:20:35] [Render thread/INFO]: Preparing spawn area: 20%
[09:20:35] [Render thread/INFO]: Preparing spawn area: 20%
[09:20:36] [Render thread/INFO]: Preparing spawn area: 22%
[09:20:36] [Render thread/INFO]: Preparing spawn area: 23%
[09:20:37] [Render thread/INFO]: Preparing spawn area: 24%
[09:20:37] [Render thread/INFO]: Preparing spawn area: 24%
[09:20:38] [Render thread/INFO]: Preparing spawn area: 25%
[09:20:38] [Render thread/INFO]: Preparing spawn area: 26%
[09:20:39] [Render thread/INFO]: Preparing spawn area: 27%
[09:20:40] [Render thread/INFO]: Preparing spawn area: 28%
[09:20:40] [Render thread/INFO]: Preparing spawn area: 29%
[09:20:41] [Render thread/INFO]: Preparing spawn area: 30%
[09:20:41] [Render thread/INFO]: Preparing spawn area: 31%
[09:20:41] [Render thread/INFO]: Preparing spawn area: 32%
[09:20:42] [Render thread/INFO]: Preparing spawn area: 32%
[09:20:42] [Render thread/INFO]: Preparing spawn area: 33%
[09:20:43] [Render thread/INFO]: Preparing spawn area: 34%
[09:20:43] [Render thread/INFO]: Preparing spawn area: 34%
[09:20:44] [Render thread/INFO]: Preparing spawn area: 37%
[09:20:44] [Render thread/INFO]: Preparing spawn area: 38%
[09:20:45] [Render thread/INFO]: Preparing spawn area: 41%
[09:20:46] [Render thread/INFO]: Preparing spawn area: 42%
[09:20:46] [Render thread/INFO]: Preparing spawn area: 43%
[09:20:46] [Render thread/INFO]: Preparing spawn area: 44%
[09:20:47] [Render thread/INFO]: Preparing spawn area: 45%
[09:20:47] [Render thread/INFO]: Preparing spawn area: 46%
[09:20:48] [Render thread/INFO]: Preparing spawn area: 48%
[09:20:48] [Render thread/INFO]: Preparing spawn area: 48%
[09:20:49] [Render thread/INFO]: Preparing spawn area: 50%
[09:20:49] [Render thread/INFO]: Preparing spawn area: 52%
[09:20:50] [Render thread/INFO]: Preparing spawn area: 54%
[09:20:50] [Render thread/INFO]: Preparing spawn area: 55%
[09:20:51] [Render thread/INFO]: Preparing spawn area: 56%
[09:20:51] [Render thread/INFO]: Preparing spawn area: 56%
[09:20:52] [Render thread/INFO]: Preparing spawn area: 57%
[09:20:52] [Render thread/INFO]: Preparing spawn area: 57%
[09:20:53] [Render thread/INFO]: Preparing spawn area: 58%
[09:20:53] [Render thread/INFO]: Preparing spawn area: 60%
[09:20:54] [Render thread/INFO]: Preparing spawn area: 62%
[09:20:54] [Render thread/INFO]: Preparing spawn area: 63%
[09:20:55] [Render thread/INFO]: Preparing spawn area: 65%
[09:20:55] [Render thread/INFO]: Preparing spawn area: 67%
[09:20:56] [Render thread/INFO]: Preparing spawn area: 68%
[09:20:56] [Render thread/INFO]: Preparing spawn area: 69%
[09:20:57] [Render thread/INFO]: Preparing spawn area: 71%
[09:20:57] [Render thread/INFO]: Preparing spawn area: 72%
[09:20:58] [Render thread/INFO]: Preparing spawn area: 73%
[09:20:58] [Render thread/INFO]: Preparing spawn area: 75%
[09:20:59] [Render thread/INFO]: Preparing spawn area: 76%
[09:20:59] [Render thread/INFO]: Preparing spawn area: 78%
[09:21:00] [Render thread/INFO]: Preparing spawn area: 79%
[09:21:00] [Render thread/INFO]: Preparing spawn area: 81%
[09:21:01] [Render thread/INFO]: Preparing spawn area: 84%
[09:21:01] [Render thread/INFO]: Preparing spawn area: 85%
[09:21:02] [Render thread/INFO]: Preparing spawn area: 86%
[09:21:02] [Render thread/INFO]: Preparing spawn area: 87%
[09:21:03] [Render thread/INFO]: Preparing spawn area: 88%
[09:21:03] [Render thread/INFO]: Preparing spawn area: 90%
[09:21:04] [Render thread/INFO]: Preparing spawn area: 92%
[09:21:04] [Render thread/INFO]: Preparing spawn area: 94%
[09:21:05] [Render thread/INFO]: Preparing spawn area: 95%
[09:21:05] [Render thread/INFO]: Preparing spawn area: 98%
[09:21:06] [Render thread/INFO]: Time elapsed: 50957 ms
[09:21:06] [Server thread/INFO]: Changing view distance to 12, from 10
[09:21:06] [Server thread/INFO]: Changing simulation distance to 12, from 0
[09:21:08] [Netty Local Client IO #0/INFO]: Connected to a modded server.
[09:21:08] [Server thread/INFO]: Anon[local:E:47a4e646] logged in with entity id 198 at (-8.5, 82.0, -7.5)
[09:21:08] [Server thread/INFO]: Anon joined the game
[09:21:10] [Render thread/INFO]: Started 2 worker threads
[09:21:11] [Render thread/INFO]: Loaded 0 advancements
[09:21:13] [Server thread/INFO]: Saving and pausing game...
[09:21:13] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[09:21:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[09:21:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[09:21:16] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2791ms or 55 ticks behind
[09:21:22] [Render thread/INFO]: Loaded 10 advancements
[09:21:31] [Render thread/ERROR]: Unreported exception thrown!
java.lang.NoClassDefFoundError: com/simibubi/create/content/curiosities/deco/PlacardTileEntity
	at io.chaws.textutilities.handlers.ClickThroughHandler.canClickThroughBlockEntity(ClickThroughHandler.java:153) ~[text-utilities-fabric-1.4.2+1.19.2.jar:?]
	at io.chaws.textutilities.handlers.ClickThroughHandler.tryClickThrough(ClickThroughHandler.java:115) ~[text-utilities-fabric-1.4.2+1.19.2.jar:?]
	at io.chaws.textutilities.handlers.ClickThroughHandler.handleUseBlock(ClickThroughHandler.java:55) ~[text-utilities-fabric-1.4.2+1.19.2.jar:?]
	at net.fabricmc.fabric.api.event.player.UseBlockCallback.lambda$static$0(UseBlockCallback.java:41) ~[fabric-events-interaction-v0-0.4+562bff6e90-36825aee8f47684c.jar:?]
	at net.minecraft.class_636.handler$zkg000$fabric-events-interaction-v0$interactBlock(class_636.java:1184) ~[client-intermediary.jar:?]
	at net.minecraft.class_636.method_2896(class_636.java:327) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1583(class_310.java:1748) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1508(class_310.java:2002) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1574(class_310.java:1829) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1135) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:768) [client-intermediary.jar:?]
	at net.minecraft.client.main.Main.method_44604(Main.java:244) [client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:51) [client-intermediary.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.3.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.3.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.15.3.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:?]
Caused by: java.lang.ClassNotFoundException: com.simibubi.create.content.curiosities.deco.PlacardTileEntity
	at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.15.3.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.15.3.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
	... 19 more
[09:21:34] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2716ms or 54 ticks behind
[09:21:34] [Server thread/INFO]: Stopping server
[09:21:34] [Server thread/INFO]: Saving players
[09:21:34] [Server thread/INFO]: Saving worlds
[09:21:37] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[09:21:43] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[09:21:43] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[09:21:43] [Server thread/INFO]: ThreadedAnvilChunkStorage (New World): All chunks are saved
[09:21:43] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:21:43] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:21:43] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved


Notes

Works fine with Text Utilities 1.4.0.

1.4.0 is the version before support for Create mod's placards were added (when you implemented the ability to include additional clickthrough identifiers with the specific example of Create's Placards in pull request 55)

Should you happen to fix this and make a new release for 1.19.2, you should also add the Cloth Config API dependency to your FMJ

@Poopooracoocoo Poopooracoocoo added the bug Something isn't working label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant