Chisels & Bits - For Fabric

Chisels & Bits - For Fabric

2M Downloads

[Fabric 1.20.1] left clicking with chisel crashes game

meadowsjared opened this issue ยท 14 comments

commented

with Minecraft 1.20.1 and only the following mods:

fabric-api-0.87.0+1.20.1.jar
chisels-and-bits-fabric-1.4.141.jar

Fabric Loader 0.14.22

if you aquire a chisel in any way and left click any block, it crashes the game:
image

Please let me know if you have any questions that would help get to the bottom of this error, thanks!

Below is the initial crash report:

Game Crashed Error:
The game crashed whilst unexpected error
Error: java.lang.ClassCastException: class net.minecraft.class_2248 cannot be cast to class
com.communi.suggestu.saecularia.caudices.core.block.IBlockWithWorldlyProperties (net.minecraft.class_2248 and
com.communi.suggestu.saecularia.caudices.core.block.IBlockWithWorldlyProperties are in unnamed module of loader
net.fabricmc.loader.impl.launch.knot.KnotClassLoader @62e136d3)

as well as the

View crash report
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 2023-08-24 00:20:27
Description: Unexpected error

java.lang.ClassCastException: class net.minecraft.class_2248 cannot be cast to class com.communi.suggestu.saecularia.caudices.core.block.IBlockWithWorldlyProperties (net.minecraft.class_2248 and com.communi.suggestu.saecularia.caudices.core.block.IBlockWithWorldlyProperties are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @62e136d3)
	at net.minecraft.class_3558.handler$zlm000$saeculariacaudices$onHasDifferentLightProperties(class_3558.java:1028)
	at net.minecraft.class_3558.method_51561(class_3558.java)
	at net.minecraft.class_2818.method_12010(class_2818.java:250)
	at net.minecraft.class_1937.method_30092(class_1937.java:228)
	at net.minecraft.class_638.method_30092(class_638.java:163)
	at net.minecraft.class_1937.method_8652(class_1937.java:213)
	at mod.chiselsandbits.multistate.mutator.ChiselAdaptingWorldMutator.batch(ChiselAdaptingWorldMutator.java:651)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator.batch(WorldWrappingMutator.java:419)
	at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator.batch(WorldWrappingMutator.java:435)
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$5(CubedChiselMode.java:84)
	at java.base/java.util.Optional.map(Optional.java:260)
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$6(CubedChiselMode.java:82)
	at java.base/java.util.Optional.orElseGet(Optional.java:364)
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.onLeftClickBy(CubedChiselMode.java:82)
	at mod.chiselsandbits.item.ChiselItem.handleLeftClickProcessing(ChiselItem.java:168)
	at mod.chiselsandbits.logic.LeftClickInteractionHandler.leftClickOnBlock(LeftClickInteractionHandler.java:33)
	at mod.chiselsandbits.registrars.ModEventHandler$1.handle(ModEventHandler.java:33)
	at com.communi.suggestu.scena.fabric.platform.event.FabricGameEvents.lambda$getPlayerLeftClickEvent$8(FabricGameEvents.java:76)
	at net.fabricmc.fabric.api.event.player.AttackBlockCallback.lambda$static$0(AttackBlockCallback.java:51)
	at net.minecraft.class_636.fabric_fireAttackBlockCallback(class_636.java:668)
	at net.minecraft.class_636.handler$zcf000$fabric-events-interaction-v0$attackBlock(class_636.java:656)
	at net.minecraft.class_636.method_2910(class_636.java:150)
	at net.minecraft.class_310.method_1536(class_310.java:1736)
	at net.minecraft.class_310.method_1508(class_310.java:2049)
	at net.minecraft.class_310.method_1574(class_310.java:1883)
	at net.minecraft.class_310.method_1523(class_310.java:1181)
	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: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_3558.handler$zlm000$saeculariacaudices$onHasDifferentLightProperties(class_3558.java:1028)
	at net.minecraft.class_3558.method_51561(class_3558.java)
	at net.minecraft.class_2818.method_12010(class_2818.java:250)
	at net.minecraft.class_1937.method_30092(class_1937.java:228)
	at net.minecraft.class_638.method_30092(class_638.java:163)
	at net.minecraft.class_1937.method_8652(class_1937.java:213)
	at mod.chiselsandbits.multistate.mutator.ChiselAdaptingWorldMutator.batch(ChiselAdaptingWorldMutator.java:651)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator.batch(WorldWrappingMutator.java:419)
	at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator.batch(WorldWrappingMutator.java:435)
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$5(CubedChiselMode.java:84)
	at java.base/java.util.Optional.map(Optional.java:260)
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$6(CubedChiselMode.java:82)
	at java.base/java.util.Optional.orElseGet(Optional.java:364)
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.onLeftClickBy(CubedChiselMode.java:82)
	at mod.chiselsandbits.item.ChiselItem.handleLeftClickProcessing(ChiselItem.java:168)
	at mod.chiselsandbits.logic.LeftClickInteractionHandler.leftClickOnBlock(LeftClickInteractionHandler.java:33)
	at mod.chiselsandbits.registrars.ModEventHandler$1.handle(ModEventHandler.java:33)
	at com.communi.suggestu.scena.fabric.platform.event.FabricGameEvents.lambda$getPlayerLeftClickEvent$8(FabricGameEvents.java:76)
	at net.fabricmc.fabric.api.event.player.AttackBlockCallback.lambda$static$0(AttackBlockCallback.java:51)
	at net.minecraft.class_636.fabric_fireAttackBlockCallback(class_636.java:668)
	at net.minecraft.class_636.handler$zcf000$fabric-events-interaction-v0$attackBlock(class_636.java:656)
	at net.minecraft.class_636.method_2910(class_636.java:150)
	at net.minecraft.class_310.method_1536(class_310.java:1736)
	at net.minecraft.class_310.method_1508(class_310.java:2049)

-- Affected level --
Details:
	All players: 1 total; [class_746['Bandayd'/242, l='ClientLevel', x=91.28, y=63.00, z=33.76]]
	Chunk stats: 961, 609
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,65,0), Section: (at 0,1,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: 224502 game time, 1 day time
	Server brand: fabric
	Server type: Integrated singleplayer 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:826)
	at net.minecraft.client.main.Main.main(Main.java:250)
	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: 1
	Reload reason: initial
	Finished: Yes
	Packs: vanilla, fabric, file/Faithful32x-1.20-custom.zip, file/Lower Fire_1.20.zip, file/Lower Totem_1.20.zip, file/StickyPiston_Sides_1.20.zip, file/Wither Hearts_1.20.zip, file/Ancient Debris Rainbow.zip, file/Clear Faithful_1.20.zip, file/CodeCrafted Wool_1.20.zip, file/CodeCrafted Custom_1.20.zip, file/Observer_1.20.zip, file/Directional_Hoppers_1.20.zip, file/Shield_Fix_1.20.zip, file/Lower Shield_1.20.zip, file/Pumpkin Vis 25_1.20.zip, file/Age 25 Kelp Tops_1.20.zip

-- System Details --
Details:
	Minecraft Version: 1.20.1
	Minecraft Version ID: 1.20.1
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 17.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 1238318768 bytes (1180 MiB) / 2080374784 bytes (1984 MiB) up to 2147483648 bytes (2048 MiB)
	CPUs: 8
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
	Identifier: Intel64 Family 6 Model 94 Stepping 3
	Microarchitecture: Skylake (Client)
	Frequency (GHz): 4.01
	Number of physical packages: 1
	Number of physical CPUs: 4
	Number of logical CPUs: 8
	Graphics card #0 name: NVIDIA GeForce RTX 3090 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x2203
	Graphics card #0 versionInfo: DriverVersion=31.0.15.2802
	Memory slot #0 capacity (MB): 16384.00
	Memory slot #0 clockSpeed (GHz): 2.13
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 16384.00
	Memory slot #1 clockSpeed (GHz): 2.13
	Memory slot #1 type: DDR4
	Memory slot #2 capacity (MB): 16384.00
	Memory slot #2 clockSpeed (GHz): 2.13
	Memory slot #2 type: DDR4
	Memory slot #3 capacity (MB): 16384.00
	Memory slot #3 clockSpeed (GHz): 2.13
	Memory slot #3 type: DDR4
	Virtual memory max (MB): 72805.64
	Virtual memory used (MB): 32263.88
	Swap memory total (MB): 9216.00
	Swap memory used (MB): 340.48
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Fabric Mods: 
		chiselsandbits: chisels-and-bits 1.4.141
			org_lz4_lz4-pure-java: lz4-pure-java 1.8.0
			saeculariacaudices: Saecularia Caudices 1.0.21
			scena: Scena 1.0.102
		fabric-api: Fabric API 0.87.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.10+b3afc78b77
			fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177
			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.9+b3afc78b77
			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.2.2+1e61dba177
			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.38+b04edc7a77
			fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
			fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
			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.1.39+b3afc78b77
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
			fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
			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.1+6beca84877
			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.1.2+6bdb2ed077
			fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.2+6bdb2ed077
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77
			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.5+ea08f9d877
			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.0+cdf060b277
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
		fabricloader: Fabric Loader 0.14.22
		java: OpenJDK 64-Bit Server VM 17
		minecraft: Minecraft 1.20.1
	Launched Version: fabric-loader-0.14.22-1.20.1
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: NVIDIA GeForce RTX 3090 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 528.02, NVIDIA Corporation
	Window size: 1920x1017
	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, file/Faithful32x-1.20-custom.zip, file/Lower Fire_1.20.zip, file/Lower Totem_1.20.zip, file/StickyPiston_Sides_1.20.zip, file/Wither Hearts_1.20.zip, file/Ancient Debris Rainbow.zip, file/Clear Faithful_1.20.zip, file/CodeCrafted Wool_1.20.zip, file/CodeCrafted Custom_1.20.zip, file/Observer_1.20.zip, file/Directional_Hoppers_1.20.zip, file/Shield_Fix_1.20.zip, file/Lower Shield_1.20.zip, file/Pumpkin Vis 25_1.20.zip, file/Age 25 Kelp Tops_1.20.zip
	Current Language: en_us
	CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
	Server Running: true
	Player Count: 1 / 8; [class_3222['Bandayd'/242, l='ServerLevel[Test World]', x=91.28, y=63.00, z=33.76]]
	Data Packs: vanilla, fabric
	Enabled Feature Flags: minecraft:vanilla
	World Generation: Stable

and lastly the

logs/latest.log
[00:19:32] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.14.22
[00:19:33] [main/INFO]: Fabric is preparing JARs on first launch, this may take a few seconds...
[00:19:33] [main/INFO]: Loading 58 mods:
	- chiselsandbits 1.4.141
	   |-- org_lz4_lz4-pure-java 1.8.0
	   |-- saeculariacaudices 1.0.21
	   \-- scena 1.0.102
	        \-- saeculariacaudices 1.0.21
	- fabric-api 0.87.0+1.20.1
	   |-- fabric-api-base 0.4.30+7abfd51577
	   |-- fabric-api-lookup-api-v1 1.6.35+4d8536c977
	   |-- fabric-biome-api-v1 13.0.10+b3afc78b77
	   |-- fabric-block-api-v1 1.0.9+e022e5d177
	   |-- fabric-blockrenderlayer-v1 1.1.40+b3afc78b77
	   |-- fabric-client-tags-api-v1 1.1.1+97bb207577
	   |-- fabric-command-api-v1 1.2.33+f71b366f77
	   |-- fabric-command-api-v2 2.2.12+b3afc78b77
	   |-- fabric-commands-v0 0.2.50+df3654b377
	   |-- fabric-containers-v0 0.1.63+df3654b377
	   |-- fabric-content-registries-v0 4.0.9+b3afc78b77
	   |-- fabric-convention-tags-v1 1.5.4+a1a980da77
	   |-- fabric-crash-report-info-v1 0.2.18+aeb40ebe77
	   |-- fabric-data-generation-api-v1 12.2.2+1e61dba177
	   |-- fabric-dimensions-v1 2.1.53+8536527b77
	   |-- fabric-entity-events-v1 1.5.22+b3afc78b77
	   |-- fabric-events-interaction-v0 0.6.1+e91849a877
	   |-- fabric-events-lifecycle-v0 0.2.62+df3654b377
	   |-- fabric-game-rule-api-v1 1.0.38+b04edc7a77
	   |-- fabric-item-api-v1 2.1.27+b3afc78b77
	   |-- fabric-item-group-api-v1 4.0.10+23d9108177
	   |-- fabric-key-binding-api-v1 1.0.36+fb8d95da77
	   |-- fabric-keybindings-v0 0.2.34+df3654b377
	   |-- fabric-lifecycle-events-v1 2.2.21+b3afc78b77
	   |-- fabric-loot-api-v2 1.1.39+b3afc78b77
	   |-- fabric-loot-tables-v1 1.1.43+9e7660c677
	   |-- fabric-message-api-v1 5.1.7+3265161977
	   |-- fabric-mining-level-api-v1 2.1.49+b3afc78b77
	   |-- fabric-model-loading-api-v1 1.0.2+709a987177
	   |-- fabric-models-v0 0.4.1+9386d8a777
	   |-- fabric-networking-api-v1 1.3.10+eeb8eb3677
	   |-- fabric-networking-v0 0.3.50+df3654b377
	   |-- fabric-object-builder-api-v1 11.1.1+6beca84877
	   |-- fabric-particles-v1 1.1.1+201a23a077
	   |-- fabric-recipe-api-v1 1.0.20+b3afc78b77
	   |-- fabric-registry-sync-v0 2.3.2+4df89eb277
	   |-- fabric-renderer-api-v1 3.1.2+6bdb2ed077
	   |-- fabric-renderer-indigo 1.4.2+6bdb2ed077
	   |-- fabric-renderer-registries-v1 3.2.45+df3654b377
	   |-- fabric-rendering-data-attachment-v1 0.3.34+b3afc78b77
	   |-- fabric-rendering-fluids-v1 3.0.27+b3afc78b77
	   |-- fabric-rendering-v0 1.1.48+df3654b377
	   |-- fabric-rendering-v1 3.0.7+b3afc78b77
	   |-- fabric-resource-conditions-api-v1 2.3.5+ea08f9d877
	   |-- fabric-resource-loader-v0 0.11.9+132c48c177
	   |-- fabric-screen-api-v1 2.0.7+b3afc78b77
	   |-- fabric-screen-handler-api-v1 1.3.29+b3afc78b77
	   |-- fabric-sound-api-v1 1.0.12+b3afc78b77
	   |-- fabric-transfer-api-v1 3.3.0+cdf060b277
	   \-- fabric-transitive-access-wideners-v1 4.3.0+6c31357e77
	- fabricloader 0.14.22
	- java 17
	- minecraft 1.20.1
[00:19:33] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/meado/AppData/Roaming/.minecraft/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
[00:19:33] [main/INFO]: Compatibility level set to JAVA_16
[00:19:33] [main/INFO]: Compatibility level set to JAVA_17
[00:19:33] [main/WARN]: Reference map 'chisels-and-bits-fabric-refmap.json' for chiselsandbits.mixins.json could not be read. If this is a development environment you can ignore this message
[00:19:41] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 212 milliseconds
[00:19:45] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[00:19:45] [Render thread/INFO]: Setting user: Bandayd
[00:19:45] [Render thread/INFO]: Initialized chisels-and-bits for Fabric
[00:19:45] [Render thread/INFO]: Initialized Saecularia-Caudices
[00:19:46] [Render thread/INFO]: Loaded block entity configuration.
[00:19:46] [Render thread/INFO]: Loaded block configuration.
[00:19:46] [Render thread/INFO]: Loaded chisel mode group configuration.
[00:19:46] [Render thread/INFO]: Loaded chisel mode configuration.
[00:19:46] [Render thread/INFO]: Loaded container type configuration.
[00:19:46] [Render thread/INFO]: Loaded item group configuration.
[00:19:46] [Render thread/INFO]: Loaded item configuration.
[00:19:46] [Render thread/INFO]: Loaded metadata key configuration.
[00:19:46] [Render thread/INFO]: Loaded model property configuration.
[00:19:46] [Render thread/INFO]: Loaded modification operation configuration.
[00:19:46] [Render thread/INFO]: Loaded modification operation group configuration.
[00:19:46] [Render thread/INFO]: Loaded pattern placement type configuration.
[00:19:46] [Render thread/INFO]: Loaded recipe serializer configuration.
[00:19:46] [Render thread/INFO]: Loaded tag configuration.
[00:19:46] [Render thread/INFO]: Registering recipe types.
[00:19:46] [Render thread/INFO]: Registering event handlers
[00:19:48] [Render thread/INFO]: Initialized scena-fabric
[00:19:48] [Render thread/INFO]: Initialized chisels-and-bits for Fabric client module
[00:19:48] [Render thread/INFO]: [Indigo] Registering Indigo renderer!
[00:19:48] [Render thread/INFO]: Initialized Saecularia-Caudices Client systems
[00:19:48] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[00:19:49] [Render thread/INFO]: Found non-pack entry 'C:\Users\meado\AppData\Roaming\.minecraft_1.20.1_vanilla\resourcepacks\Faithful Texture Pack 1.20, 1.20.1 ? 1.19, 1.19.4 - Download.url', ignoring
[00:19:49] [Render thread/INFO]: Found non-pack entry 'C:\Users\meado\AppData\Roaming\.minecraft_1.20.1_vanilla\resourcepacks\Fresh Animations - Minecraft Resource Packs - CurseForge.url', ignoring
[00:19:50] [Render thread/INFO]: Setting up client reloading resource manager.
[00:19:50] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (chiselsandbits, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-tables-v1, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-networking-v0, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, scena), file/Faithful32x-1.20-custom.zip, file/Lower Fire_1.20.zip, file/Lower Totem_1.20.zip, file/StickyPiston_Sides_1.20.zip, file/Wither Hearts_1.20.zip, file/Ancient Debris Rainbow.zip, file/Clear Faithful_1.20.zip, file/CodeCrafted Wool_1.20.zip, file/CodeCrafted Custom_1.20.zip, file/Observer_1.20.zip, file/Directional_Hoppers_1.20.zip, file/Shield_Fix_1.20.zip, file/Lower Shield_1.20.zip, file/Pumpkin Vis 25_1.20.zip, file/Age 25 Kelp Tops_1.20.zip
[00:19:50] [Worker-Main-6/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading
[00:19:51] [Worker-Main-7/WARN]: Invalid path in datapack: minecraft:textures/block/redstone_dust_cross - Copy.png, ignoring
[00:19:51] [Worker-Main-7/WARN]: Invalid path in datapack: minecraft:textures/block/redstone_dust_dot - Copy.png, ignoring
[00:19:51] [Worker-Main-4/ERROR]: Failed to load model minecraft:models/item/hiddenleft_smallright.json
com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 36 column 1 path $.display
	at com.google.gson.internal.Streams.parse(Streams.java:59) ~[gson-2.10.jar:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:72) ~[gson-2.10.jar:?]
	at net.minecraft.class_3518.method_47993(class_3518.java:524) ~[client-intermediary.jar:?]
	at net.minecraft.class_3518.method_15267(class_3518.java:531) ~[client-intermediary.jar:?]
	at net.minecraft.class_3518.method_15276(class_3518.java:581) ~[client-intermediary.jar:?]
	at net.minecraft.class_793.method_3437(class_793.java:86) ~[client-intermediary.jar:?]
	at net.minecraft.class_1092.method_45898(class_1092.java:105) ~[client-intermediary.jar:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
	at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
Caused by: java.io.EOFException: End of input at line 36 column 1 path $.display
	at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1455) ~[gson-2.10.jar:?]
	at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[gson-2.10.jar:?]
	at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:422) ~[gson-2.10.jar:?]
	at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:779) ~[gson-2.10.jar:?]
	at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:725) ~[gson-2.10.jar:?]
	at com.google.gson.internal.Streams.parse(Streams.java:49) ~[gson-2.10.jar:?]
	... 13 more
[00:19:54] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[00:19:54] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[00:19:54] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Bluetooth Headphones (ATH-M20xBT )
[00:19:54] [Render thread/INFO]: Sound engine started
[00:19:54] [Render thread/INFO]: Created: 2048x1024x4 minecraft:textures/atlas/blocks.png-atlas
[00:19:54] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/signs.png-atlas
[00:19:54] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/shield_patterns.png-atlas
[00:19:54] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/banner_patterns.png-atlas
[00:19:54] [Render thread/INFO]: Created: 2048x2048x4 minecraft:textures/atlas/armor_trims.png-atlas
[00:19:54] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[00:19:54] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/chest.png-atlas
[00:19:54] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/beds.png-atlas
[00:19:54] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[00:19:55] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[00:19:55] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/particles.png-atlas
[00:19:55] [Render thread/INFO]: Resetting client caches
[00:19:55] [Render thread/INFO]: Resetting common caches
[00:19:55] [Render thread/INFO]: Created: 128x128x0 chiselsandbits:textures/atlases/icons.png-atlas
[00:19:55] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/paintings.png-atlas
[00:19:55] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/mob_effects.png-atlas
[00:20:05] [Render thread/INFO]: Loaded 8 recipes
[00:20:05] [Render thread/INFO]: Loaded 1290 advancements
[00:20:06] [Render thread/INFO]: Applied 0 biome modifications to 0 of 64 new biomes in 2.703 ms
[00:20:06] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1
[00:20:06] [Server thread/INFO]: Generating keypair
[00:20:08] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:11] [Render thread/INFO]: Preparing spawn area: 0%
[00:20:12] [Render thread/INFO]: Preparing spawn area: 3%
[00:20:12] [Render thread/INFO]: Preparing spawn area: 41%
[00:20:12] [Render thread/INFO]: Time elapsed: 4767 ms
[00:20:13] [Server thread/INFO]: Changing view distance to 12, from 10
[00:20:13] [Server thread/INFO]: Changing simulation distance to 12, from 0
[00:20:14] [Server thread/INFO]: Bandayd[local:E:ed508792] logged in with entity id 242 at (91.28313094362616, 63.0, 33.758835695412365)
[00:20:14] [Server thread/INFO]: Bandayd joined the game
[00:20:15] [Render thread/INFO]: Loaded 192 advancements
[00:20:26] [Render thread/ERROR]: Unreported exception thrown!
java.lang.ClassCastException: class net.minecraft.class_2248 cannot be cast to class com.communi.suggestu.saecularia.caudices.core.block.IBlockWithWorldlyProperties (net.minecraft.class_2248 and com.communi.suggestu.saecularia.caudices.core.block.IBlockWithWorldlyProperties are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @62e136d3)
	at net.minecraft.class_3558.handler$zlm000$saeculariacaudices$onHasDifferentLightProperties(class_3558.java:1028) ~[client-intermediary.jar:?]
	at net.minecraft.class_3558.method_51561(class_3558.java) ~[client-intermediary.jar:?]
	at net.minecraft.class_2818.method_12010(class_2818.java:250) ~[client-intermediary.jar:?]
	at net.minecraft.class_1937.method_30092(class_1937.java:228) ~[client-intermediary.jar:?]
	at net.minecraft.class_638.method_30092(class_638.java:163) ~[client-intermediary.jar:?]
	at net.minecraft.class_1937.method_8652(class_1937.java:213) ~[client-intermediary.jar:?]
	at mod.chiselsandbits.multistate.mutator.ChiselAdaptingWorldMutator.batch(ChiselAdaptingWorldMutator.java:651) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
	at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
	at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator.batch(WorldWrappingMutator.java:419) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator.batch(WorldWrappingMutator.java:435) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$5(CubedChiselMode.java:84) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at java.util.Optional.map(Optional.java:260) ~[?:?]
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$6(CubedChiselMode.java:82) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
	at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.onLeftClickBy(CubedChiselMode.java:82) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at mod.chiselsandbits.item.ChiselItem.handleLeftClickProcessing(ChiselItem.java:168) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at mod.chiselsandbits.logic.LeftClickInteractionHandler.leftClickOnBlock(LeftClickInteractionHandler.java:33) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at mod.chiselsandbits.registrars.ModEventHandler$1.handle(ModEventHandler.java:33) ~[chisels-and-bits-fabric-1.4.141.jar:?]
	at com.communi.suggestu.scena.fabric.platform.event.FabricGameEvents.lambda$getPlayerLeftClickEvent$8(FabricGameEvents.java:76) ~[scena-1.0.102-9727e65987605175.jar:?]
	at net.fabricmc.fabric.api.event.player.AttackBlockCallback.lambda$static$0(AttackBlockCallback.java:51) ~[fabric-events-interaction-v0-0.61+e91849a877-a0d29cc09dc3e8b.jar:?]
	at net.minecraft.class_636.fabric_fireAttackBlockCallback(class_636.java:668) ~[client-intermediary.jar:?]
	at net.minecraft.class_636.handler$zcf000$fabric-events-interaction-v0$attackBlock(class_636.java:656) ~[client-intermediary.jar:?]
	at net.minecraft.class_636.method_2910(class_636.java:150) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1536(class_310.java:1736) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1508(class_310.java:2049) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1574(class_310.java:1883) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1181) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:250) ~[fabric-loader-0.14.22-1.20.1.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.22.jar:?]
[00:20:26] [Server thread/INFO]: Stopping server
[00:20:26] [Server thread/INFO]: Saving players
[00:20:26] [Server thread/INFO]: Saving worlds
[00:20:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Test World]'/minecraft:overworld
[00:20:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Test World]'/minecraft:the_end
[00:20:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Test World]'/minecraft:the_nether
[00:20:27] [Server thread/INFO]: ThreadedAnvilChunkStorage (Test World): All chunks are saved
[00:20:27] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[00:20:27] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[00:20:27] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
commented

Note, further information, the can't create world bug #1138 is present here as well, when I click the button to create a worly, it freezes here:
image

and here is the latest log for this crash as well:

log/latest.log
[00:30:44] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.14.22
[00:30:44] [main/INFO]: Loading 58 mods:
	- chiselsandbits 1.4.141
	   |-- org_lz4_lz4-pure-java 1.8.0
	   |-- saeculariacaudices 1.0.21
	   \-- scena 1.0.102
	        \-- saeculariacaudices 1.0.21
	- fabric-api 0.87.0+1.20.1
	   |-- fabric-api-base 0.4.30+7abfd51577
	   |-- fabric-api-lookup-api-v1 1.6.35+4d8536c977
	   |-- fabric-biome-api-v1 13.0.10+b3afc78b77
	   |-- fabric-block-api-v1 1.0.9+e022e5d177
	   |-- fabric-blockrenderlayer-v1 1.1.40+b3afc78b77
	   |-- fabric-client-tags-api-v1 1.1.1+97bb207577
	   |-- fabric-command-api-v1 1.2.33+f71b366f77
	   |-- fabric-command-api-v2 2.2.12+b3afc78b77
	   |-- fabric-commands-v0 0.2.50+df3654b377
	   |-- fabric-containers-v0 0.1.63+df3654b377
	   |-- fabric-content-registries-v0 4.0.9+b3afc78b77
	   |-- fabric-convention-tags-v1 1.5.4+a1a980da77
	   |-- fabric-crash-report-info-v1 0.2.18+aeb40ebe77
	   |-- fabric-data-generation-api-v1 12.2.2+1e61dba177
	   |-- fabric-dimensions-v1 2.1.53+8536527b77
	   |-- fabric-entity-events-v1 1.5.22+b3afc78b77
	   |-- fabric-events-interaction-v0 0.6.1+e91849a877
	   |-- fabric-events-lifecycle-v0 0.2.62+df3654b377
	   |-- fabric-game-rule-api-v1 1.0.38+b04edc7a77
	   |-- fabric-item-api-v1 2.1.27+b3afc78b77
	   |-- fabric-item-group-api-v1 4.0.10+23d9108177
	   |-- fabric-key-binding-api-v1 1.0.36+fb8d95da77
	   |-- fabric-keybindings-v0 0.2.34+df3654b377
	   |-- fabric-lifecycle-events-v1 2.2.21+b3afc78b77
	   |-- fabric-loot-api-v2 1.1.39+b3afc78b77
	   |-- fabric-loot-tables-v1 1.1.43+9e7660c677
	   |-- fabric-message-api-v1 5.1.7+3265161977
	   |-- fabric-mining-level-api-v1 2.1.49+b3afc78b77
	   |-- fabric-model-loading-api-v1 1.0.2+709a987177
	   |-- fabric-models-v0 0.4.1+9386d8a777
	   |-- fabric-networking-api-v1 1.3.10+eeb8eb3677
	   |-- fabric-networking-v0 0.3.50+df3654b377
	   |-- fabric-object-builder-api-v1 11.1.1+6beca84877
	   |-- fabric-particles-v1 1.1.1+201a23a077
	   |-- fabric-recipe-api-v1 1.0.20+b3afc78b77
	   |-- fabric-registry-sync-v0 2.3.2+4df89eb277
	   |-- fabric-renderer-api-v1 3.1.2+6bdb2ed077
	   |-- fabric-renderer-indigo 1.4.2+6bdb2ed077
	   |-- fabric-renderer-registries-v1 3.2.45+df3654b377
	   |-- fabric-rendering-data-attachment-v1 0.3.34+b3afc78b77
	   |-- fabric-rendering-fluids-v1 3.0.27+b3afc78b77
	   |-- fabric-rendering-v0 1.1.48+df3654b377
	   |-- fabric-rendering-v1 3.0.7+b3afc78b77
	   |-- fabric-resource-conditions-api-v1 2.3.5+ea08f9d877
	   |-- fabric-resource-loader-v0 0.11.9+132c48c177
	   |-- fabric-screen-api-v1 2.0.7+b3afc78b77
	   |-- fabric-screen-handler-api-v1 1.3.29+b3afc78b77
	   |-- fabric-sound-api-v1 1.0.12+b3afc78b77
	   |-- fabric-transfer-api-v1 3.3.0+cdf060b277
	   \-- fabric-transitive-access-wideners-v1 4.3.0+6c31357e77
	- fabricloader 0.14.22
	- java 17
	- minecraft 1.20.1
[00:30:44] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/meado/AppData/Roaming/.minecraft/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
[00:30:45] [main/INFO]: Compatibility level set to JAVA_16
[00:30:45] [main/INFO]: Compatibility level set to JAVA_17
[00:30:45] [main/WARN]: Reference map 'chisels-and-bits-fabric-refmap.json' for chiselsandbits.mixins.json could not be read. If this is a development environment you can ignore this message
[00:30:53] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 234 milliseconds
[00:30:57] [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'
[00:30:58] [Render thread/INFO]: Setting user: Bandayd
[00:30:58] [Render thread/INFO]: Initialized chisels-and-bits for Fabric
[00:30:58] [Render thread/INFO]: Initialized Saecularia-Caudices
[00:30:58] [Render thread/INFO]: Loaded block entity configuration.
[00:30:58] [Render thread/INFO]: Loaded block configuration.
[00:30:58] [Render thread/INFO]: Loaded chisel mode group configuration.
[00:30:59] [Render thread/INFO]: Loaded chisel mode configuration.
[00:30:59] [Render thread/INFO]: Loaded container type configuration.
[00:30:59] [Render thread/INFO]: Loaded item group configuration.
[00:30:59] [Render thread/INFO]: Loaded item configuration.
[00:30:59] [Render thread/INFO]: Loaded metadata key configuration.
[00:30:59] [Render thread/INFO]: Loaded model property configuration.
[00:30:59] [Render thread/INFO]: Loaded modification operation configuration.
[00:30:59] [Render thread/INFO]: Loaded modification operation group configuration.
[00:30:59] [Render thread/INFO]: Loaded pattern placement type configuration.
[00:30:59] [Render thread/INFO]: Loaded recipe serializer configuration.
[00:30:59] [Render thread/INFO]: Loaded tag configuration.
[00:30:59] [Render thread/INFO]: Registering recipe types.
[00:30:59] [Render thread/INFO]: Registering event handlers
[00:31:00] [Render thread/INFO]: Initialized scena-fabric
[00:31:00] [Render thread/INFO]: Initialized chisels-and-bits for Fabric client module
[00:31:01] [Render thread/INFO]: [Indigo] Registering Indigo renderer!
[00:31:01] [Render thread/INFO]: Initialized Saecularia-Caudices Client systems
[00:31:01] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[00:31:02] [Render thread/INFO]: Found non-pack entry 'C:\Users\meado\AppData\Roaming\.minecraft_1.20.1_vanilla\resourcepacks\Faithful Texture Pack 1.20, 1.20.1 ? 1.19, 1.19.4 - Download.url', ignoring
[00:31:02] [Render thread/INFO]: Found non-pack entry 'C:\Users\meado\AppData\Roaming\.minecraft_1.20.1_vanilla\resourcepacks\Fresh Animations - Minecraft Resource Packs - CurseForge.url', ignoring
[00:31:03] [Render thread/INFO]: Setting up client reloading resource manager.
[00:31:03] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (chiselsandbits, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-tables-v1, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-networking-v0, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, scena), file/Faithful32x-1.20-custom.zip, file/Lower Fire_1.20.zip, file/Lower Totem_1.20.zip, file/StickyPiston_Sides_1.20.zip, file/Wither Hearts_1.20.zip, file/Ancient Debris Rainbow.zip, file/Clear Faithful_1.20.zip, file/CodeCrafted Wool_1.20.zip, file/CodeCrafted Custom_1.20.zip, file/Observer_1.20.zip, file/Directional_Hoppers_1.20.zip, file/Shield_Fix_1.20.zip, file/Lower Shield_1.20.zip, file/Pumpkin Vis 25_1.20.zip, file/Age 25 Kelp Tops_1.20.zip
[00:31:04] [Worker-Main-3/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading
[00:31:04] [Worker-Main-1/WARN]: Invalid path in datapack: minecraft:textures/block/redstone_dust_cross - Copy.png, ignoring
[00:31:04] [Worker-Main-1/WARN]: Invalid path in datapack: minecraft:textures/block/redstone_dust_dot - Copy.png, ignoring
[00:31:04] [Worker-Main-2/ERROR]: Failed to load model minecraft:models/item/hiddenleft_smallright.json
com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 36 column 1 path $.display
	at com.google.gson.internal.Streams.parse(Streams.java:59) ~[gson-2.10.jar:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:72) ~[gson-2.10.jar:?]
	at net.minecraft.class_3518.method_47993(class_3518.java:524) ~[client-intermediary.jar:?]
	at net.minecraft.class_3518.method_15267(class_3518.java:531) ~[client-intermediary.jar:?]
	at net.minecraft.class_3518.method_15276(class_3518.java:581) ~[client-intermediary.jar:?]
	at net.minecraft.class_793.method_3437(class_793.java:86) ~[client-intermediary.jar:?]
	at net.minecraft.class_1092.method_45898(class_1092.java:105) ~[client-intermediary.jar:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
	at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
Caused by: java.io.EOFException: End of input at line 36 column 1 path $.display
	at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1455) ~[gson-2.10.jar:?]
	at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[gson-2.10.jar:?]
	at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:422) ~[gson-2.10.jar:?]
	at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:779) ~[gson-2.10.jar:?]
	at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:725) ~[gson-2.10.jar:?]
	at com.google.gson.internal.Streams.parse(Streams.java:49) ~[gson-2.10.jar:?]
	... 13 more
[00:31:09] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[00:31:09] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[00:31:09] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Bluetooth Headphones (ATH-M20xBT )
[00:31:09] [Render thread/INFO]: Sound engine started
[00:31:09] [Render thread/INFO]: Created: 2048x1024x4 minecraft:textures/atlas/blocks.png-atlas
[00:31:09] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/signs.png-atlas
[00:31:09] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/shield_patterns.png-atlas
[00:31:09] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/banner_patterns.png-atlas
[00:31:09] [Render thread/INFO]: Created: 2048x2048x4 minecraft:textures/atlas/armor_trims.png-atlas
[00:31:09] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[00:31:09] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/chest.png-atlas
[00:31:09] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[00:31:09] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/beds.png-atlas
[00:31:09] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[00:31:09] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/particles.png-atlas
[00:31:09] [Render thread/INFO]: Resetting client caches
[00:31:09] [Render thread/INFO]: Resetting common caches
[00:31:09] [Render thread/INFO]: Created: 128x128x0 chiselsandbits:textures/atlases/icons.png-atlas
[00:31:09] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/paintings.png-atlas
[00:31:09] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/mob_effects.png-atlas
[00:31:41] [Render thread/INFO]: Loaded 8 recipes
[00:31:41] [Render thread/INFO]: Loaded 1290 advancements
[00:31:49] [Render thread/INFO]: Applied 0 biome modifications to 0 of 64 new biomes in 1.773 ms
[00:31:49] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1
[00:31:49] [Server thread/INFO]: Generating keypair

commented

with Minecraft 1.20.1 and only the following mods:

fabric-api-0.87.0+1.20.1.jar
chisels-and-bits-fabric-1.4.141.jar

Fabric Loader 0.14.22

if you aquire a chisel in any way and left click any block, it crashes the game: image

Please let me know if you have any questions that would help get to the bottom of this error, thanks!

Below is the initial crash report:

Game Crashed Error:
as well as the

View crash report
and lastly the

logs/latest.log

did you find any solution?

commented

did you find any solution?

No sorry, I'd hoped to find others with the same issue. Until this is fixed, I cannot use the mod. ๐Ÿ˜”
But I'd be happy to provide any information that would help others (or one of the authors) to work towards a solution. ๐Ÿ™

commented

Im on 1.20.1 v. 1.4.141 for Fabric and the world still refuses to create. Did you test your fix before release?

commented

Yes but the fix is under review in curse

commented

@marchermans thank you so much!
I can confirm that it no longer crashes in this way as of chisels-and-bits-fabric-1.4.144.

Note: it does still not allow for world creation while the mod is loaded #1153

commented

Yes but the fix is under review in curse

If you test it, why is it still impossible to create a world on version 1.4.144?

commented

If you test it, why is it still impossible to create a world on version 1.4.144?

if you click the link in my last comment #1140 (comment) we can still not create worlds yet with 1.4.144 ๐Ÿ˜ข

commented

Fixed in the latest release.

commented

If you test it, why is it still impossible to create a world on version 1.4.144?

if you click the link in my last comment #1140 (comment) we can still not create worlds yet with 1.4.144 ๐Ÿ˜ข

So the mod is useless right now?

commented

So the mod is useless right now?

Not at all, but until they fix it, to create a world you must:

  1. remove the mod (otherwise it will hang upon world creation)
  2. create the world (without the mod ofc)
  3. load the mod back in

That did work for me as a workaround until this is fixed
this-is

commented

Yes but the fix is under review in curse

If you test it, why is it still impossible to create a world on version 1.4.144?

because I can not reproduce this.
What is your mod list

commented

So the mod is useless right now?

Not at all, but until they fix it, to create a world you must:

  1. remove the mod (otherwise it will hang upon world creation)
  2. create the world (without the mod ofc)
  3. load the mod back in

That did work for me as a workaround until this is fixed this-is this-is

I can't really reproduce that issue.

Can you send me a log list, or at least a mod list?

commented

Can you send me a log list, or at least a mod list?

@marchermans
of course!, however I did provide that on this issue I created for this other bug here #1153

with Minecraft 1.20.1[Fabric 1.20.1] and only the following mods:

chisels-and-bits-fabric-1.4.144.jar
fabric-api-0.88.1+1.20.1.jar

note: this is using the latest build as of 9-29-23

Also here is a video of me demonstrating it, in case it helps ๐Ÿ™
https://www.youtube.com/watch?v=Hn5_r8H7-dw

and here is the latest.log

logs/latest.log
[16:51:36] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.14.22
[16:51:36] [main/INFO]: Loading 59 mods:
	- chiselsandbits 1.4.144
	   |-- org_lz4_lz4-pure-java 1.8.0
	   |-- saeculariacaudices 1.0.22
	   \-- scena 1.0.102
	- fabric-api 0.88.1+1.20.1
	   |-- fabric-api-base 0.4.30+7abfd51577
	   |-- fabric-api-lookup-api-v1 1.6.35+4d8536c977
	   |-- fabric-biome-api-v1 13.0.10+b3afc78b77
	   |-- fabric-block-api-v1 1.0.10+92a0d36777
	   |-- fabric-block-view-api-v2 1.0.0+92a0d36777
	   |-- fabric-blockrenderlayer-v1 1.1.40+b3afc78b77
	   |-- fabric-client-tags-api-v1 1.1.1+97bb207577
	   |-- fabric-command-api-v1 1.2.33+f71b366f77
	   |-- fabric-command-api-v2 2.2.12+b3afc78b77
	   |-- fabric-commands-v0 0.2.50+df3654b377
	   |-- fabric-containers-v0 0.1.63+df3654b377
	   |-- fabric-content-registries-v0 4.0.9+b3afc78b77
	   |-- fabric-convention-tags-v1 1.5.4+a1a980da77
	   |-- fabric-crash-report-info-v1 0.2.18+aeb40ebe77
	   |-- fabric-data-generation-api-v1 12.2.2+1e61dba177
	   |-- fabric-dimensions-v1 2.1.53+8536527b77
	   |-- fabric-entity-events-v1 1.5.22+b3afc78b77
	   |-- fabric-events-interaction-v0 0.6.1+e91849a877
	   |-- fabric-events-lifecycle-v0 0.2.62+df3654b377
	   |-- fabric-game-rule-api-v1 1.0.38+b04edc7a77
	   |-- fabric-item-api-v1 2.1.27+b3afc78b77
	   |-- fabric-item-group-api-v1 4.0.10+23d9108177
	   |-- fabric-key-binding-api-v1 1.0.36+fb8d95da77
	   |-- fabric-keybindings-v0 0.2.34+df3654b377
	   |-- fabric-lifecycle-events-v1 2.2.21+b3afc78b77
	   |-- fabric-loot-api-v2 1.1.39+b3afc78b77
	   |-- fabric-loot-tables-v1 1.1.43+9e7660c677
	   |-- fabric-message-api-v1 5.1.7+3265161977
	   |-- fabric-mining-level-api-v1 2.1.49+b3afc78b77
	   |-- fabric-model-loading-api-v1 1.0.2+709a987177
	   |-- fabric-models-v0 0.4.1+9386d8a777
	   |-- fabric-networking-api-v1 1.3.10+eeb8eb3677
	   |-- fabric-networking-v0 0.3.50+df3654b377
	   |-- fabric-object-builder-api-v1 11.1.1+6beca84877
	   |-- fabric-particles-v1 1.1.1+201a23a077
	   |-- fabric-recipe-api-v1 1.0.20+b3afc78b77
	   |-- fabric-registry-sync-v0 2.3.2+4df89eb277
	   |-- fabric-renderer-api-v1 3.1.3+92a0d36777
	   |-- fabric-renderer-indigo 1.4.3+6bdb2ed077
	   |-- fabric-renderer-registries-v1 3.2.45+df3654b377
	   |-- fabric-rendering-data-attachment-v1 0.3.36+92a0d36777
	   |-- fabric-rendering-fluids-v1 3.0.27+b3afc78b77
	   |-- fabric-rendering-v0 1.1.48+df3654b377
	   |-- fabric-rendering-v1 3.0.7+b3afc78b77
	   |-- fabric-resource-conditions-api-v1 2.3.5+ea08f9d877
	   |-- fabric-resource-loader-v0 0.11.9+132c48c177
	   |-- fabric-screen-api-v1 2.0.7+b3afc78b77
	   |-- fabric-screen-handler-api-v1 1.3.29+b3afc78b77
	   |-- fabric-sound-api-v1 1.0.12+b3afc78b77
	   |-- fabric-transfer-api-v1 3.3.1+195226a777
	   \-- fabric-transitive-access-wideners-v1 4.3.0+6c31357e77
	- fabricloader 0.14.22
	- java 17
	- minecraft 1.20.1
[16:51:40] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/meado/AppData/Roaming/.minecraft/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
[16:51:40] [main/INFO]: Compatibility level set to JAVA_16
[16:51:40] [main/INFO]: Compatibility level set to JAVA_17
[16:51:40] [main/WARN]: Reference map 'chisels-and-bits-fabric-refmap.json' for chiselsandbits.mixins.json could not be read. If this is a development environment you can ignore this message
[16:51:50] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 300 milliseconds
[16:51:53] [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'
[16:51:54] [Render thread/INFO]: Setting user: Bandayd
[16:51:54] [Render thread/INFO]: Initialized chisels-and-bits for Fabric
[16:51:54] [Render thread/INFO]: Initialized Saecularia-Caudices
[16:51:54] [Render thread/INFO]: Loaded block entity configuration.
[16:51:54] [Render thread/INFO]: Loaded block configuration.
[16:51:54] [Render thread/INFO]: Loaded chisel mode group configuration.
[16:51:55] [Render thread/INFO]: Loaded chisel mode configuration.
[16:51:55] [Render thread/INFO]: Loaded container type configuration.
[16:51:55] [Render thread/INFO]: Loaded item group configuration.
[16:51:55] [Render thread/INFO]: Loaded item configuration.
[16:51:55] [Render thread/INFO]: Loaded metadata key configuration.
[16:51:55] [Render thread/INFO]: Loaded model property configuration.
[16:51:55] [Render thread/INFO]: Loaded modification operation configuration.
[16:51:55] [Render thread/INFO]: Loaded modification operation group configuration.
[16:51:55] [Render thread/INFO]: Loaded pattern placement type configuration.
[16:51:55] [Render thread/INFO]: Loaded recipe serializer configuration.
[16:51:55] [Render thread/INFO]: Loaded tag configuration.
[16:51:55] [Render thread/INFO]: Registering recipe types.
[16:51:55] [Render thread/INFO]: Registering event handlers
[16:51:57] [Render thread/INFO]: Initialized scena-fabric
[16:51:57] [Render thread/INFO]: Initialized chisels-and-bits for Fabric client module
[16:51:57] [Render thread/INFO]: [Indigo] Registering Indigo renderer!
[16:51:57] [Render thread/INFO]: Initialized Saecularia-Caudices Client systems
[16:51:57] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[16:51:59] [Render thread/INFO]: Setting up client reloading resource manager.
[16:52:00] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (chiselsandbits, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-tables-v1, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-networking-v0, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, scena)
[16:52:00] [Worker-Main-3/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading
[16:52:03] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[16:52:03] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[16:52:03] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Work Speakers (7- USB Audio Device)
[16:52:03] [Render thread/INFO]: Sound engine started
[16:52:04] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[16:52:04] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[16:52:04] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[16:52:04] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[16:52:04] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[16:52:04] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[16:52:04] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[16:52:04] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[16:52:04] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[16:52:04] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[16:52:04] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[16:52:04] [Render thread/INFO]: Resetting client caches
[16:52:04] [Render thread/INFO]: Resetting common caches
[16:52:04] [Render thread/INFO]: Created: 128x128x0 chiselsandbits:textures/atlases/icons.png-atlas
[16:52:04] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[16:52:04] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[16:53:00] [Render thread/INFO]: Loaded 8 recipes
[16:53:01] [Render thread/INFO]: Loaded 1290 advancements
[16:53:09] [Render thread/INFO]: Applied 0 biome modifications to 0 of 64 new biomes in 1.908 ms
[16:53:09] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1
[16:53:09] [Server thread/INFO]: Generating keypair
[16:53:15] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[16:53:16] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:16] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:16] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:16] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:17] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:17] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:18] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:18] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:19] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:19] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:20] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:20] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:21] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:21] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:22] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:22] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:23] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:23] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:24] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:24] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:25] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:25] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:26] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:26] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:27] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:27] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:28] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:28] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:29] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:29] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:30] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:30] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:31] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:31] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:32] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:32] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:33] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:33] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:34] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:34] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:35] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:35] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:36] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:36] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:37] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:37] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:38] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:38] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:39] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:39] [Render thread/INFO]: Preparing spawn area: 0%
[16:53:40] [Render thread/INFO]: Preparing spawn area: 0%

are you testing it in Windows 11 @marchermans ?