---- Minecraft Crash Report ----
// Sorry :(

Time: 12/3/21, 3:14 AM
Description: Ticking entity

java.lang.IllegalArgumentException: bound must be positive
	at java.base/java.util.Random.nextInt(Random.java:322)
	at net.minecraft.world.entity.animal.horse.EntityLlama.b(SourceFile:411)
	at net.minecraft.world.entity.animal.horse.EntityLlama.a(SourceFile:60)
	at net.minecraft.world.entity.animal.EntityAnimal.a(EntityAnimal.java:239)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalBreed.g(SourceFile:80)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalBreed.e(SourceFile:61)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalWrapped.e(SourceFile:65)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalSelector.a(SourceFile:119)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalSelector.b(SourceFile:110)
	at net.minecraft.world.entity.EntityInsentient.eE(EntityInsentient.java:824)
	at net.minecraft.world.entity.EntityLiving.w_(EntityLiving.java:3079)
	at net.minecraft.world.entity.EntityInsentient.w_(EntityInsentient.java:615)
	at net.minecraft.world.entity.EntityAgeable.w_(EntityAgeable.java:153)
	at net.minecraft.world.entity.animal.EntityAnimal.w_(EntityAnimal.java:65)
	at net.minecraft.world.entity.animal.horse.EntityHorseAbstract.w_(EntityHorseAbstract.java:560)
	at net.minecraft.world.entity.animal.horse.EntityLlamaTrader.w_(EntityLlamaTrader.java:77)
	at net.minecraft.world.entity.EntityLiving.k(EntityLiving.java:2808)
	at net.minecraft.world.entity.EntityInsentient.k(EntityInsentient.java:383)
	at net.minecraft.world.entity.animal.horse.EntityHorseAbstract.k(EntityHorseAbstract.java:598)
	at net.minecraft.server.level.WorldServer.a(WorldServer.java:798)
	at net.minecraft.world.level.World.a(World.java:702)
	at net.minecraft.server.level.WorldServer.lambda$9(WorldServer.java:395)
	at net.minecraft.world.level.entity.EntityTickList.a(SourceFile:54)
	at net.minecraft.server.level.WorldServer.a(WorldServer.java:375)
	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1300)
	at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:428)
	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1206)
	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1034)
	at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
	at java.base/java.lang.Thread.run(Thread.java:833)


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

-- Head --
Thread: Server thread
Stacktrace:
	at java.base/java.util.Random.nextInt(Random.java:322)
	at net.minecraft.world.entity.animal.horse.EntityLlama.b(SourceFile:411)
	at net.minecraft.world.entity.animal.horse.EntityLlama.a(SourceFile:60)
	at net.minecraft.world.entity.animal.EntityAnimal.a(EntityAnimal.java:239)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalBreed.g(SourceFile:80)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalBreed.e(SourceFile:61)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalWrapped.e(SourceFile:65)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalSelector.a(SourceFile:119)
	at net.minecraft.world.entity.ai.goal.PathfinderGoalSelector.b(SourceFile:110)
	at net.minecraft.world.entity.EntityInsentient.eE(EntityInsentient.java:824)
	at net.minecraft.world.entity.EntityLiving.w_(EntityLiving.java:3079)
	at net.minecraft.world.entity.EntityInsentient.w_(EntityInsentient.java:615)
	at net.minecraft.world.entity.EntityAgeable.w_(EntityAgeable.java:153)
	at net.minecraft.world.entity.animal.EntityAnimal.w_(EntityAnimal.java:65)
	at net.minecraft.world.entity.animal.horse.EntityHorseAbstract.w_(EntityHorseAbstract.java:560)
	at net.minecraft.world.entity.animal.horse.EntityLlamaTrader.w_(EntityLlamaTrader.java:77)
	at net.minecraft.world.entity.EntityLiving.k(EntityLiving.java:2808)
	at net.minecraft.world.entity.EntityInsentient.k(EntityInsentient.java:383)
	at net.minecraft.world.entity.animal.horse.EntityHorseAbstract.k(EntityHorseAbstract.java:598)
	at net.minecraft.server.level.WorldServer.a(WorldServer.java:798)
	at net.minecraft.world.level.World.a(World.java:702)
	at net.minecraft.server.level.WorldServer.lambda$9(WorldServer.java:395)
	at net.minecraft.world.level.entity.EntityTickList.a(SourceFile:54)
	at net.minecraft.server.level.WorldServer.a(WorldServer.java:375)

-- Entity being ticked --
Details:
	Entity Type: minecraft:trader_llama (net.minecraft.world.entity.animal.horse.EntityLlamaTrader)
	Entity ID: 226
	Entity Name: Papa Llama
	Entity's Exact location: -23.19, 65.00, -91.38
	Entity's Block location: World: (-24,65,-92), Section: (at 8,1,4 in -2,4,-6; chunk contains blocks -32,-64,-96 to -17,319,-81), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
	Entity's Momentum: 0.00, -0.08, 0.00
	Entity's Passengers: []
	Entity's Vehicle: null
Stacktrace:
	at net.minecraft.world.level.World.a(World.java:702)
	at net.minecraft.server.level.WorldServer.lambda$9(WorldServer.java:395)
	at net.minecraft.world.level.entity.EntityTickList.a(SourceFile:54)
	at net.minecraft.server.level.WorldServer.a(WorldServer.java:375)
	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1300)
	at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:428)
	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1206)
	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1034)
	at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
	at java.base/java.lang.Thread.run(Thread.java:833)

-- Affected level --
Details:
	All players: 0 total; []
	Chunk stats: 2209
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,64,0), Section: (at 0,0,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: 900153558 game time, 11234444 day time
	Level name: silvertown
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Level weather: Rain time: 12001 (now: false), thunder time: 10092 (now: true)
	Known server brands: vanilla, Spigot
	Level was modded: true
	Level storage version: 0x04ABD - Anvil
Stacktrace:
	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1300)
	at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:428)
	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1206)
	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1034)
	at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
	at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
	Minecraft Version: 1.18
	Minecraft Version ID: 1.18
	Operating System: Linux (amd64) version 5.4.0-74-generic
	Java Version: 17.0.1, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
	Memory: 2002998560 bytes (1910 MiB) / 3221225472 bytes (3072 MiB) up to 3221225472 bytes (3072 MiB)
	CPUs: 4
	Processor Vendor: AuthenticAMD
	Processor Name: AMD EPYC 7601 32-Core Processor
	Identifier: AuthenticAMD Family 23 Model 1 Stepping 2
	Microarchitecture: Zen
	Frequency (GHz): 2.00
	Number of physical packages: 4
	Number of physical CPUs: 4
	Number of logical CPUs: 4
	Graphics card #0 name: Device
	Graphics card #0 vendor: Vendor (0x1234)
	Graphics card #0 VRAM (MB): 16.00
	Graphics card #0 deviceId: 0x1111
	Graphics card #0 versionInfo: unknown
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): -0.00
	Memory slot #0 type: RAM
	Virtual memory max (MB): 4492.82
	Virtual memory used (MB): 4630.91
	Swap memory total (MB): 512.00
	Swap memory used (MB): 1.75
	JVM Flags: 2 total; -Xmx3G -Xms3G
	CraftBukkit Information: 
   Running: CraftBukkit version 3342-Spigot-3c40a6c-03b7252 (MC: 1.18) (Implementing API version 1.18-R0.1-SNAPSHOT) true
   Plugins: {}
   Warnings: DEFAULT
   Reload Count: 0
   Threads: { TIMED_WAITING Common-Cleaner: [java.base@17.0.1/java.lang.Object.wait(Native Method), java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), java.base@17.0.1/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140), java.base@17.0.1/java.lang.Thread.run(Thread.java:833), java.base@17.0.1/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)], RUNNABLE Worker-Bootstrap-3: [java.base@17.0.1/java.util.Objects.equals(Objects.java:64), com.mojang.datafixers.functions.PointFreeRule$SortInj.doRewrite(PointFreeRule.java:298), com.mojang.datafixers.functions.PointFreeRule$CompRewrite.rewrite(PointFreeRule.java:180), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.PointFreeRule$Many.lambda$rewrite$1(PointFreeRule.java:683), com.mojang.datafixers.functions.PointFreeRule$Many$$Lambda$1955/0x000000080111fd30.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.functions.PointFreeRule$Many.rewrite(PointFreeRule.java:683), com.mojang.datafixers.functions.PointFreeRule$Seq.lambda$rewrite$0(PointFreeRule.java:525), com.mojang.datafixers.functions.PointFreeRule$Seq$$Lambda$1954/0x000000080111fae8.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.functions.PointFreeRule$Seq.rewrite(PointFreeRule.java:525), com.mojang.datafixers.View.rewrite(View.java:77), com.mojang.datafixers.types.Type.lambda$rewrite$12(Type.java:190), com.mojang.datafixers.types.Type$$Lambda$1952/0x000000080111f678.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.types.Type.rewrite(Type.java:190), com.mojang.datafixers.DataFixerBuilder.lambda$build$1(DataFixerBuilder.java:73), com.mojang.datafixers.DataFixerBuilder$$Lambda$1341/0x0000000800fcbd78.run(Unknown Source), java.base@17.0.1/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804), java.base@17.0.1/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796), java.base@17.0.1/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373), java.base@17.0.1/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182), java.base@17.0.1/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655), java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622), java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING Worker-Main-5: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING IO-Worker-8: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Spigot Metrics Thread: [java.base@17.0.1/java.lang.Object.wait(Native Method), java.base@17.0.1/java.util.TimerThread.mainLoop(Timer.java:563), java.base@17.0.1/java.util.TimerThread.run(Timer.java:516)], TIMED_WAITING IO-Worker-10: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING IO-Worker-7: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], RUNNABLE Signal Dispatcher: [], WAITING TerminalConsoleWriter: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), java.base@17.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), java.base@17.0.1/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463), java.base@17.0.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434), java.base@17.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), java.base@17.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77), org.bukkit.craftbukkit.v1_18_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:31)], RUNNABLE Server thread: [java.base@17.0.1/java.lang.Thread.dumpThreads(Native Method), java.base@17.0.1/java.lang.Thread.getAllStackTraces(Thread.java:1662), org.bukkit.craftbukkit.v1_18_R1.CraftCrashReport.get(CraftCrashReport.java:33), org.bukkit.craftbukkit.v1_18_R1.CraftCrashReport.get(CraftCrashReport.java:1), net.minecraft.SystemReport.a(SourceFile:65), net.minecraft.CrashReport.<init>(CrashReport.java:35), net.minecraft.CrashReport.a(CrashReport.java:240), net.minecraft.world.level.World.a(World.java:705), net.minecraft.server.level.WorldServer.lambda$9(WorldServer.java:395), net.minecraft.server.level.WorldServer$$Lambda$4915/0x000000080184ae58.accept(Unknown Source), net.minecraft.world.level.entity.EntityTickList.a(SourceFile:54), net.minecraft.server.level.WorldServer.a(WorldServer.java:375), net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1300), net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:428), net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1206), net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1034), net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304), net.minecraft.server.MinecraftServer$$Lambda$4062/0x00000008013d6248.run(Unknown Source), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Spigot Watchdog Thread: [java.base@17.0.1/java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:106)], WAITING NonBlockingInputStreamThread: [java.base@17.0.1/java.lang.Object.wait(Native Method), jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING IO-Worker-11: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING Timer hack thread: [java.base@17.0.1/java.lang.Thread.sleep(Native Method), net.minecraft.SystemUtils$6.run(SourceFile:765)], WAITING Worker-Main-6: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:192), io.netty.channel.epoll.Native.epollWait(Native.java:185), io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], RUNNABLE Reference Handler: [java.base@17.0.1/java.lang.ref.Reference.waitForReferencePendingList(Native Method), java.base@17.0.1/java.lang.ref.Reference.processPendingReferences(Reference.java:253), java.base@17.0.1/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)], WAITING Finalizer: [java.base@17.0.1/java.lang.Object.wait(Native Method), java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176), java.base@17.0.1/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)], RUNNABLE Worker-Bootstrap-2: [com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567), com.mojang.datafixers.functions.Apply.one(Apply.java:45), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.PointFreeRule$Many.lambda$rewrite$1(PointFreeRule.java:683), com.mojang.datafixers.functions.PointFreeRule$Many$$Lambda$1955/0x000000080111fd30.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.functions.PointFreeRule$Many.rewrite(PointFreeRule.java:683), com.mojang.datafixers.functions.PointFreeRule$Seq.lambda$rewrite$0(PointFreeRule.java:525), com.mojang.datafixers.functions.PointFreeRule$Seq$$Lambda$1954/0x000000080111fae8.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.functions.PointFreeRule$Seq.rewrite(PointFreeRule.java:525), com.mojang.datafixers.View.rewrite(View.java:77), com.mojang.datafixers.types.Type.lambda$rewrite$12(Type.java:190), com.mojang.datafixers.types.Type$$Lambda$1952/0x000000080111f678.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.types.Type.rewrite(Type.java:190), com.mojang.datafixers.DataFixerBuilder.lambda$build$1(DataFixerBuilder.java:73), com.mojang.datafixers.DataFixerBuilder$$Lambda$1341/0x0000000800fcbd78.run(Unknown Source), java.base@17.0.1/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804), java.base@17.0.1/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796), java.base@17.0.1/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373), java.base@17.0.1/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182), java.base@17.0.1/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655), java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622), java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:176), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], RUNNABLE Server console handler: [java.base@17.0.1/java.io.FileInputStream.readBytes(Native Method), java.base@17.0.1/java.io.FileInputStream.read(FileInputStream.java:276), java.base@17.0.1/java.io.BufferedInputStream.fill(BufferedInputStream.java:244), java.base@17.0.1/java.io.BufferedInputStream.read(BufferedInputStream.java:263), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246), jline.internal.InputStreamReader.read(InputStreamReader.java:261), jline.internal.InputStreamReader.read(InputStreamReader.java:198), jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145), jline.console.ConsoleReader.readLine(ConsoleReader.java:2349), net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:128)], TIMED_WAITING process reaper: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], RUNNABLE Notification Thread: [], TIMED_WAITING IO-Worker-9: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base@17.0.1/java.lang.Thread.run(Thread.java:833)], RUNNABLE Worker-Bootstrap-1: [com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46), com.mojang.datafixers.functions.Apply$$Lambda$2080/0x000000080114d7e8.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Apply.one(Apply.java:46), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44), com.mojang.datafixers.functions.Comp$$Lambda$2098/0x000000080114ab68.get(Unknown Source), java.base@17.0.1/java.util.Optional.orElseGet(Optional.java:364), com.mojang.datafixers.functions.Comp.one(Comp.java:44), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.Comp.one(Comp.java:43), com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651), com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571), com.mojang.datafixers.functions.PointFreeRule$Many.lambda$rewrite$1(PointFreeRule.java:683), com.mojang.datafixers.functions.PointFreeRule$Many$$Lambda$1955/0x000000080111fd30.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.functions.PointFreeRule$Many.rewrite(PointFreeRule.java:683), com.mojang.datafixers.functions.PointFreeRule$Seq.lambda$rewrite$0(PointFreeRule.java:525), com.mojang.datafixers.functions.PointFreeRule$Seq$$Lambda$1954/0x000000080111fae8.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.functions.PointFreeRule$Seq.rewrite(PointFreeRule.java:525), com.mojang.datafixers.View.rewrite(View.java:77), com.mojang.datafixers.types.Type.lambda$rewrite$12(Type.java:190), com.mojang.datafixers.types.Type$$Lambda$1952/0x000000080111f678.apply(Unknown Source), java.base@17.0.1/java.util.Optional.flatMap(Optional.java:289), com.mojang.datafixers.types.Type.rewrite(Type.java:190), com.mojang.datafixers.DataFixerBuilder.lambda$build$1(DataFixerBuilder.java:73), com.mojang.datafixers.DataFixerBuilder$$Lambda$1341/0x0000000800fcbd78.run(Unknown Source), java.base@17.0.1/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804), java.base@17.0.1/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796), java.base@17.0.1/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373), java.base@17.0.1/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182), java.base@17.0.1/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655), java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622), java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Worker-Main-4: [java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)],}
   Recent tasks from 112-142{}
   Force Loaded Chunks: { silvertown: {}, silvertown_nether: {}, silvertown_the_end: {},}
	Server Running: true
	Player Count: 0 / 20; []
	Data Packs: vanilla, file/bukkit
	Is Modded: Definitely; Server brand changed to 'Spigot'
	Type: Dedicated Server (map_server.txt)