Lithium (Fabric)

Lithium (Fabric)

22M Downloads

[1.18.1] Palette Crash?

itsdinkd opened this issue · 1 comments

commented

I cannot really explain this one, someone said they placed a block down right when the server crashed, however, I'm not entirely sure that was the cause as there were 8 other players on the server.

---- Minecraft Crash Report ----
// I blame Dinnerbone.

Time: 12/20/21, 10:07 PM
Description: Exception ticking world

java.lang.OutOfMemoryError: Java heap space
	at it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap.<init>(Reference2IntOpenHashMap.java:114)
	at me.jellysquid.mods.lithium.common.world.chunk.LithiumHashPalette.<init>(LithiumHashPalette.java:59)
	at net.minecraft.world.chunk.PalettedContainer.write(PalettedContainer:1080)
	at net.minecraft.world.chunk.PalettedContainer.method_38302(PalettedContainer:58)
	at net.minecraft.class_2841$$Lambda$15869/0x00000008033cbd70.apply(Unknown Source)
	at com.mojang.serialization.Encoder$1.encode(Encoder.java:25)
	at com.mojang.serialization.Codec$2.encode(Codec.java:76)
	at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14)
	at net.minecraft.world.ChunkSerializer.serialize(ChunkSerializer:307)
	at net.minecraft.server.world.ThreadedAnvilChunkStorage.save(ThreadedAnvilChunkStorage:754)
	at net.minecraft.server.world.ThreadedAnvilChunkStorage.save(ThreadedAnvilChunkStorage:721)
	at net.minecraft.server.world.ThreadedAnvilChunkStorage.unloadChunks(ThreadedAnvilChunkStorage:473)
	at net.minecraft.server.world.ThreadedAnvilChunkStorage.tick(ThreadedAnvilChunkStorage:439)
	at net.minecraft.server.world.ServerChunkManager.tick(ServerChunkManager:327)
	at net.minecraft.server.world.ServerWorld.tick(ServerWorld:308)
	at net.minecraft.server.MinecraftServer.redirect$boc000$fixUpdateSuppressionCrashTick(MinecraftServer:6750)
	at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:879)
	at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:324)
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer:823)
	at net.minecraft.server.MinecraftServer.handler$bhc000$modifiedRunLoop(MinecraftServer:5856)
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:663)
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270)
	at net.minecraft.server.MinecraftServer$$Lambda$14299/0x0000000802e2bc58.run(Unknown Source)
	at 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 it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap.<init>(Reference2IntOpenHashMap.java:114)
	at me.jellysquid.mods.lithium.common.world.chunk.LithiumHashPalette.<init>(LithiumHashPalette.java:59)
	at net.minecraft.class_2841.method_38300(class_2841.java:1080)
	at net.minecraft.class_2841.method_38302(class_2841.java:58)
	at net.minecraft.class_2841$$Lambda$15869/0x00000008033cbd70.apply(Unknown Source)
	at com.mojang.serialization.Encoder$1.encode(Encoder.java:25)
	at com.mojang.serialization.Codec$2.encode(Codec.java:76)
	at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14)
	at net.minecraft.class_2852.method_12410(class_2852.java:307)
	at net.minecraft.class_3898.method_17228(class_3898.java:754)
	at net.minecraft.class_3898.method_39925(class_3898.java:721)
	at net.minecraft.class_3898.method_20605(class_3898.java:473)
	at net.minecraft.class_3898.method_17233(class_3898.java:439)
	at net.minecraft.class_3215.method_12127(class_3215.java:327)
	at net.minecraft.class_3218.method_18765(class_3218.java:308)
	at net.minecraft.server.MinecraftServer.redirect$boc000$fixUpdateSuppressionCrashTick(MinecraftServer.java:6750)
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:879)

-- Affected level --
Details:
	All players: 6 total; [class_3222['RojinUK'/68252, l='ServerLevel[world]', x=531.46, y=-59.00, z=4463.57], class_3222['willred'/114041, l='ServerLevel[world]', x=-3681.66, y=133.00, z=281.76], class_3222['lollo66'/136564, l='ServerLevel[world]', x=-600.48, y=64.00, z=260.36], class_3222['Hollowflow'/141664, l='ServerLevel[world]', x=-475.66, y=76.00, z=260.27], class_3222['DarthJRock12'/144400, l='ServerLevel[world]', x=443.39, y=111.00, z=72.50], class_3222['LoXey_'/148252, l='ServerLevel[world]', x=6920.70, y=63.00, z=1166.30]]
	Chunk stats: 9839
	Level dimension: minecraft:overworld
	Level spawn location: World: (-248,85,319), Section: (at 8,5,15 in -16,5,19; chunk contains blocks -256,-64,304 to -241,319,319), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
	Level time: 14079942 game time, 6901917 day time
	Level name: world
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Level weather: Rain time: 133954 (now: false), thunder time: 11390 (now: false)
	Known server brands: fabric
	Level was modded: true
	Level storage version: 0x04ABD - Anvil
Stacktrace:
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:882)
	at net.minecraft.class_3176.method_3813(class_3176.java:324)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:823)
	at net.minecraft.server.MinecraftServer.handler$bhc000$modifiedRunLoop(MinecraftServer.java:5856)
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:663)
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
	at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
	Minecraft Version: 1.18.1
	Minecraft Version ID: 1.18.1
	Operating System: Linux (amd64) version 5.10.0-9-amd64
	Java Version: 17.0.1, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
	Memory: 37943976 bytes (36 MiB) / 8388608000 bytes (8000 MiB) up to 8388608000 bytes (8000 MiB)
	CPUs: 8
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 9 5950X 16-Core Processor
	Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
	Microarchitecture: Zen 3
	Frequency (GHz): -0.00
	Number of physical packages: 1
	Number of physical CPUs: 16
	Number of logical CPUs: 32
	Graphics card #0 name: unknown
	Graphics card #0 vendor: unknown
	Graphics card #0 VRAM (MB): 0.00
	Graphics card #0 deviceId: unknown
	Graphics card #0 versionInfo: unknown
	Virtual memory max (MB): 159692.41
	Virtual memory used (MB): 128409.44
	Swap memory total (MB): 95301.00
	Swap memory used (MB): 32380.79
	JVM Flags: 21 total; -XX:+UseContainerSupport -Xms8000M -Xmx8000M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
	Fabric Mods: 
		additionaladditions: Additional Additions 3.0.1
		additionalbars: Additional Bars 2.2.1
		adorn: Adorn 3.0.0+1.18.1
		advanced_runtime_resource_pack: Runtime Resource Pack 0.3.10
		adventure-platform-fabric: adventure-platform-fabric 5.0.0
		adventurez: AdventureZ 1.4.5
		ae2: Applied Energistics 2 10.0.0-alpha.7
		ae2wtlib: AE2WTLib 10.0.0-alpha.7
		agape_space: Space Dimensions 0.4.4
		akashictomeoftools: Akashic Tome Of Tools Fabric 1.2
		alloy_forgery: Alloy Forgery 2.0.7+1.18
		annotateddi: Annotated DI 2.0.4+1.18
		antishulkerdupe: Antishulkerdupe 1.0.0
		aopalliance_aopalliance: aopalliance 1.0
		apoli: Apoli 2.2.2
		appleskin: AppleSkin mc1.18-2.2.0
		aqupdcaracal: Caracal mob 1.18-1.3.4
		aqupdgrizzly: Grizzly Bear mob 1.18-1.2.1
		arcanus: Arcanus 1.24
		architects_palette: Architect's Palette Fabric 1.3
		architectury: Architectury 3.2.51
		autorun: AutoRun 0.3.0
		awesomedungeon: Awesome Dungeon 1.1.3
		awesomedungeon_ocean: Awesome Dungeon Edition Ocean 1.0.2
		badstdout: BadStdOut 1.1.1-1.18
		bakingmod: Baking Mod 1.18
		balm-fabric: Balm 2.3.0+0
		banhammer: BanHammer 0.4.2+1.18
		bannerpp: Banner++ 2.0.4+mc.1.18-rc4
		bcc: BetterCompatibilityChecker fabric-1.0.4
		bclib: BCLib 1.1.2
		bedrockwaters: BedrockWaters 1.6.0+1.18.1
		beehivetooltips: Beehive Tooltips 1.4.1
		beenfo: Beenfo 1.18-fabric0.43.1-1.3.3
		betternether: Better Nether 6.0.6
		bewitchment: Bewitchment 1.18-2
		bitsandchisels: BitsAndChisels 2.6.1
		blockbot-api: BlockBot Api 1.0.0
		blockbot-discord: BlockBot Discord 2.0.0-beta
		blockshifter: Blockshifter 1.4.1+fabric-1.18
		blockus: Blockus 2.3.3+1.18
		blue_endless_jankson: jankson 1.2.1
		bno: Basic Nether Ores 1.18-7.0.0-Fabric
		bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.3-1.18
		botania: Botania 1.18-425-FABRIC
		bountiful: Bountiful 2.0.1
		buildinggadgets: st'ructure tools 1.0.6
		calio: Calio 1.4.2
		campchair: Camp Chair 1.0.0
		capybara: Capybara 1.0.0
		cardinal-components-base: Cardinal Components API (base) 4.0.1
		cardinal-components-block: Cardinal Components API (blocks) 4.0.0
		cardinal-components-entity: Cardinal Components API (entities) 4.0.1
		cardinal-components-item: Cardinal Components API (items) 4.0.1
		cardinal-components-level: Cardinal Components API (world saves) 4.0.0
		cardinal-components-world: Cardinal Components API (worlds) 4.0.0
		carpet: Carpet Mod 1.4.56
		carpet-extra: Carpet Extra 1.4.56
		carpet-tis-addition: Carpet TIS Addition 1.27.2
		carrier: Carrier 1.9.0
		catwalksinc: Catwalks, Inc. 1.0.10
		chalk: Chalk 1.1.1
		chas: Craftable Horse Armour & Saddle 1.18-1.8-Fabric
		chisel: Chisel 1.3.3
		cleancut: CleanCut 1.18-4.0-fabric
		clickadv: Clickable Advancements Mod 2.1
		cloth-api: Cloth API 2.0.54
		cloth-armor-api-v1: Cloth Armor API v1 1.5.47
		cloth-basic-math: cloth-basic-math 0.6.0
		cloth-client-events-v0: Cloth Client Events v0 2.0.54
		cloth-common-events-v1: Cloth Common Events v1 2.0.54
		cloth-config: Cloth Config v6 6.1.48
		cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
		cloth-utils-v1: Cloth Utils v1 2.0.54
		cloud: Cloud 1.6.0
		cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.6.0
		cloud_commandframework_cloud-core_: cloud-core 1.6.0
		cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.6.0
		cloud_commandframework_cloud-services_: cloud-services 1.6.0
		clumps: Clumps 8.0.3
		cmdspy: Command Spy 1.2.4
		com_electronwill_night-config_core: core 3.6.3
		com_electronwill_night-config_toml: toml 3.6.3
		com_eliotlash_mclib_mclib: mclib 18
		com_eliotlash_molang_molang: molang 18
		com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.13.0
		com_fasterxml_jackson_core_jackson-core: jackson-core 2.13.0
		com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.13.0
		com_fasterxml_jackson_dataformat_jackson-dataformat-yaml: jackson-dataformat-yaml 2.13.0
		com_github_reviversmc_modget-lib: modget-lib 3.0.0-rc.5
		com_github_reviversmc_modget-manifest-api_compat: compat 0.2.1
		com_github_reviversmc_modget-manifest-api_spec3: spec3 0.2.1
		com_github_reviversmc_modget-manifest-api_spec4: spec4 0.2.1
		com_google_inject_guice: guice 5.0.1
		com_h2database_h2: h2 1.4.200
		com_typesafe_config: config 1.4.1
		com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
		companion_bats: Companion Bats 1.18.7
		compress: Compress 'em [v1.5]
		concreteconversion: Concrete Conversion 6.1.0.0
		confabricate: confabricate 2.2.0-SNAPSHOT+4.1.1
		conjuring: Conjuring 1.0.17+1.18
		consistency_plus: Consistency Plus 0.4.2+1.17
		cosmetic-armor: Cosmetic Armor 1.2.0
		craftcontrolrcon: CraftControl RCON 1.18.1-1.0.0
		craftingtweaks: Crafting Tweaks 13.0.0
		creativeonepunch: Creative One-Punch 1.3
		creeperspores: Creeper Spores 1.7.1
		crookedcrooks: Crooked Crooks 2.0.1+1.18.1
		croparia: Croparia 0.0.5
		croptopia: Croptopia 1.7.4
		crowdin-translate: CrowdinTranslate 1.4+1.18
		crusade: Crusade 1.2.5
		cspirit: Christmas Spirit 1.1.3-1.18
		culinaire: Culinaire 2.3.2
		cursormod: Custom Cursor Mod 1.3.0
		customportalapi: Custom Portal Api 0.0.1-beta47-1.18
		dankstorage: Dank Storage 3.0.1-1.18
		dark-enchanting: Dark Enchanting 0.6.1+1.18
		dataattributes: Data Attributes 1.1.0
		dawn: Dawn API 3.1.0
		deathlog: DeathLog 0.2.4+1.18
		disenchanter: Disenchanter 0.1.3+1.18
		dml-refabricated: Deep Mob Learning: Refabricated 0.5.0-beta2
		dml-refabricated-base: DML: Refabricated - Base 0.5.0-beta2
		dml-refabricated-events: DML: Refabricated - Vanilla Events 0.5.0-beta2
		dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.5.0-beta2
		dml-refabricated-rei: DML: Refabricated - REI Integration 0.5.0-beta2
		dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.0-beta2
		doom: Doom Fabric 4.0.0
		doublejump: Double Jump Mod 1.0.1+mc1.18
		dragonloot: DragonLoot 1.0.9
		dripstone_fluid_lib: Dripstone Fluid Lib 1.1.1
		dummmmmmy: MmmMmmMmmMmm 1.18-1.5.0
		dungeons_arise: When Dungeons Arise 2.1.49b-fabric
		dusk: Dusk Mod 1.18-1.7
		dynview: Dynamic View Mod 1.18-1.5
		earthtojavamobs: Earth2Java 1.7.4+1.18
		ec-core: Essential Commands Core 1.0.1-mc1.18.1
		eer: Erroring Entity Remover 1.0.2+1.18
		eldritch_mobs: Eldritch Mobs 1.10.1
		elementalcreepers: Elemental Creepers: Refabricated 1.4.0+1.18-pre5
		enchant_giver: Enchant Giver 1.1.0
		entitybanners: Entity Banners 1.0.2-BETA+1.18
		essential_commands: Essential Commands 0.18.1-mc1.18.1
		exlineawnings: Exline's Awnings 1.18
		exlinefurniture: Exline's Furniture 1.18
		expandedstorage: Expanded Storage 7.3.3
		experiencebugfix: Experience Bug Fix 18
		extragenerators: Extra Generators 1.1.1-BETA+1.18
		extraorigins: Extra Origins 1.18-1
		ezpas: Ezpas 2.0.0
		fabric: Fabric API 0.44.0+1.18
		fabric-api-base: Fabric API Base 0.4.1+b4f4f6cd14
		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
		fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
		fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
		fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
		fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
		fabric-diagonal-panes: Fabric Diagonal Panes 0.6.0
		fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
		fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378a14
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
		fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d9514
		fabric-language-kotlin: Fabric Language Kotlin 1.7.0+kotlin.1.6.0
		fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
		fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d9514
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d9514
		fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
		fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
		fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d9514
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d9514
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
		fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d9514
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f5514
		fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
		fabricenchantments: Fabric Enchantments 0.6.1
		fabricloader: Fabric Loader 0.12.12
		fabrictailor: Fabric Tailor 1.7.3
		fallingtree: FallingTree 2.16.1
		farmersdelight: Farmer's Delight 1.18.1-0.2.0
		farmingforblockheads: Farming for Blockheads 9.0.1
		fastfurnace: FastFurnace 1.18-4
		ferritecore: FerriteCore 4.0.0
		fiber: fiber 0.23.0-2
		fireplacelib: Fireplace Lib 6.2.2+1.18
		fireworkfrenzy: Firework Frenzy 1.7
		flan: Flan 1.18-1.6.4
		fluidtank: Fluid Tank 18.1.408-fabric
		forgeconfigapiport: Forge Config API Port 3.1.0
		freedomofinsomnia: Freedom of Insomnia 1.1.1
		friendsandfoes: Friends&Foes 1.0.2
		fryingpan: Frying Pan! 2.0.0
		geckolib3: Geckolib 3.0.23
		genesis: Genesis 0.8
		givemehats: Give Me Hats! 1.7.5
		glassential: Glassential 1.3.0
		go-fish: Go Fish 1.4.1-1.18.1
		gobber2: Gobber2 2.5.55
		goblintraders: Goblin Traders 1.4.1
		graveyard: The Graveyard 1.1
		guardiansgalore: GuardiansGalore 1.18-3.0
		hammermod: War-Hammers Mod 1.18
		hardcorequesting: Hardcore Questing Mode 1.18.1-5.9.0
		hardcorerevival: Hardcore Revival 8.0.0
		harvest_scythes: Harvest Scythes 2.3.2
		heartbond: Heartbond 1.2.0
		hologram-api: Hologram API 0.2.1+1.18-pre5
		hookshot: Hookshot 23.0
		horseinfo: Horse Info 0.4.1-1.18
		horsestatsvanilla: Horse Stats Vanilla 4.1.10
		impaled: Impaled 1.0.2
		impersonate: Impersonate 2.4.0
		incantationem: Incantationem 1.1.2+1.18-pre1
		inmis: Inmis 2.4.0-1.18
		invview: InvView 1.4.8-1.18+
		io_leangen_geantyref_geantyref: geantyref 1.3.13
		ironfurnaces: Iron Furnaces 3.0.0
		jankson: Jankson 4.0.0+j1.2.0
		java: OpenJDK 64-Bit Server VM 17
		javax_inject_javax_inject: javax.inject 1
		jline4mcdsrv: JLine for Minecraft Dedicated Server 0.2.0
		jump: Platformer 1.0.0
		kambrik: Kambrik 3.0.0
		kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
		kibe: Kibe 1.9.4-BETA+1.18
		kjsextras: KubeJS Extras 1.5.0
		krypton: Krypton 0.1.6
		ktdatataglib: KtDataTagLib 1.6.4-1
		kubejs: KubeJS 1801.4.0-build.245
		kyrptconfig: Kyrpt Config 1.2.3-1.18
		lank: Lankasters Origins 1.0.0
		lazydfu: LazyDFU 0.1.2
		ledger: Ledger 1.2.0
		ledger-databases: Ledger Databases 1.0.1
		libblockattributes: LibBlockAttributes 0.10.0
		libblockattributes_core: LibBlockAttributes (Core) 0.10.0
		libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.0
		libblockattributes_items: LibBlockAttributes (Items) 0.10.0
		libcd: LibCapableData 3.0.3+1.16.3
		libgui: LibGui 5.1.0+1.18
		libninepatch: LibNinePatch 1.1.0
		libra: Libra 0.4.0.1
		lifts: Lifts 1.4-BETA+1.18
		lithium: Lithium 0.7.6
		lovely_snails: Lovely Snails 1.0.3+1.18
		luckperms: LuckPerms 5.3.87
		lumiwool: Luminous Wool 1.2.2
		maelstrom_library: Maelstrom Library 1.2.3-1.18-rc3
		magiccombatwands: Magic Combat Wands 1.0.1
		magna: Magna 1.7.0-1.18-pre1
		mambience: MAmbience 3.2.0+1.18
		marketcrates: Marketcrates 1.4.1
		mavm: More Axolotl Variants Mod 1.0.5
		mcda: MC Dungeons Armors 1.8.3
		mcdar: MC Dungeons Artifacts 1.4.3-1.18
		mcdict: MCDict 2.1.0+1.17.1
		mcdw: MC Dungeons Weapons 3.6.0-1.18
		mcf-reap: MaxVar reap for fabric 1.7.0
		megane: megane 6.1.2
		megane-applied-energistics-2: megane-applied-energistics-2 6.1.2+10.0.0-alpha.1
		megane-base: megane-base 6.1.2
		megane-fabric-transfer: megane-fabric-transfer 6.1.2+1.5.4-b4f4f6cda9
		megane-kibe: megane-kibe 6.1.2+1.9.4-BETA-1.18
		megane-lib-block-attributes: megane-lib-block-attributes 6.1.2+0.10.0
		megane-modern-industrialization: megane-modern-industrialization 6.1.2+1.0.0-alpha.02
		megane-reborn-core: megane-reborn-core 6.1.2+5.1.0-beta.2
		megane-runtime: megane-runtime 6.1.2
		megane-team-reborn-energy: megane-team-reborn-energy 6.1.2+2.0.0-beta1
		megane-tech-reborn: megane-tech-reborn 6.1.2+5.1.0-beta.2
		megane-vanilla: megane-vanilla 6.1.2+1.18.1
		midnightlib: MidnightLib 0.3.1
		milk_plus: Milk+ 1.3.0
		minecraft: Minecraft 1.18.1
		minecraft-command-permissions: Minecraft Command Permissions 1.5.0
		minimotd-fabric: MiniMOTD 2.0.5
		mining_dims: Mining Dimensions 1.2.37
		miningutility: Mining Utility 1.2+1.18-pre1
		mm: Manningham Mills 2.3
		mo_glass: Mo Glass 1.6.1-MC1.18.1
		mobz: MobZ 3.2.0
		mocolors: Mo' Colors 1.3.0
		modern_industrialization: Modern Industrialization 1.0.0
		modget: Modget 0.3.1+1.17
		modget-core: Modget Core 0.3.1
		morebannerfeatures: More Banner Features 1.1.3
		morerespawnanchors: More Respawn Anchors 1.0.3
		morevillagers-fabric: MoreVillagersFabric 3.0.0-SNAPSHOT
		mtmechs: Magitek Mechs 1.0.10
		multipart_entities: MultipartEntities 1.1.4-1.18-rc3
		mysql_mysql-connector-java: mysql-connector-java 8.0.27
		mythic-mounts: Mythic Mounts 1.18-4.0
		mythicmetals: Mythic Metals 0.11.0
		naturescompass: Nature's Compass 1.18.1-2.0.2-fabric
		net_kyori_adventure-api: adventure-api 4.9.3
		net_kyori_adventure-key: adventure-key 4.9.3
		net_kyori_adventure-platform-api: adventure-platform-api 4.0.0
		net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.9.3
		net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
		net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.2.0-SNAPSHOT
		net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.9.3
		net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.9.3
		net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.9.3
		net_kyori_examination-api: examination-api 1.3.0
		net_kyori_examination-string: examination-string 1.3.0
		ninjaphenix_container_lib: NinjaPhenix's Container Library 1.2.6
		no_null_processors: No Null Processors - Fabric 2.0.0+1.18
		notenoughcrashes: Not Enough Crashes 4.1.3+1.18
		omega-config: OmegaConfig 1.0.8
		onsoulfire: On Soul Fire 1.18-1
		org_apache_commons_commons-text: commons-text 1.9
		org_fusesource_jansi_jansi: jansi 1.18
		org_jetbrains_annotations: annotations 19.0.0
		org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.0
		org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.0
		org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.0
		org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.0
		org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2
		org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2
		org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1
		org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1
		org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1
		org_jline_jline: jline 3.15.0
		org_jline_jline-terminal-jansi: jline-terminal-jansi 3.15.0
		org_spongepowered_configurate-core: configurate-core 4.1.2
		org_spongepowered_configurate-extra-dfu4: configurate-extra-dfu4 4.1.1
		org_spongepowered_configurate-gson: configurate-gson 4.1.1
		org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
		org_xerial_sqlite-jdbc: sqlite-jdbc 3.36.0.3
		org_yaml_snakeyaml: snakeyaml 1.29
		origins: Origins 1.3.1
		origins-classes: Origins: Classes 1.2.4
		overlord: Overlord 3.1.2+1.18.1
		owo: oωo 0.3.8+1.18
		packet_tweaker: Packet Tweaker 0.2.0+1.18-pre1
		paintings: Paintings++ 1.0.0.6
		patchouli: Patchouli 1.18.1-61-FABRIC
		pehkui: Pehkui 3.0.0+1.14.4-1.18
		pickupnotifier: Pick Up Notifier 3.1.0
		placeholder-api: Placeholder API 1.1.3+1.17.1
		player-data-api: Player Data API 0.1.0+1.18
		playerabilitylib: Pal 1.5.0
		polymer: Polymer 0.2.0-beta.8+1.18
		polymer-legacy: Polymer (Compatibility) 0.1.9+0.2.0-beta.8+1.18
		pugh_lib: Pugh Lib 1.2.13
		pugh_tools: Pugh Tools 1.1.15
		puzzleslib: Puzzles Lib 3.1.1
		quarryplus: QuarryPlus 18.0.458
		quartzelv: Quartz Elevator 2.0.1+1.18
		quickshulker: Quick Shulker 1.3.1-1.18
		reach-entity-attributes: Reach Entity Attributes 2.1.1
		reborncore: Reborn Core 5.1.0-beta.4
		redstonebits: Redstone Bits 1.6.0
		repurposed_structures: Repurposed Structures 3.1.10+1.18.1
		resourceful_tools: Resourceful Tools 1.2.29
		respawnablepets: Respawnable Pets 1.18-1
		rhino: Rhino 1800.1.6-build.81
		rocks: This Rocks! 1.5.2
		roughlyenoughitems: Roughly Enough Items 7.1.356
		rpgstats: RPGStats 4.3.1+1.18.1
		ruined_equipment: Ruined Equipment 1.4.0
		sandwichmod: Sandwich Mod 1.18
		seasons: Fabric Seasons 1.3-BETA+1.18
		seedfix: Seed Fix 1.0.0
		server_translations_api: Server Translations API 1.4.8+1.18-pre1
		sgui: sgui 1.0.0-rc6+1.18-pre5
		shulkerboxtooltip: Shulker Box Tooltip 3.0.5+1.18
		shulkerutils: shulkerutils 1.0.4-1.18
		silkspawners: SilkSpawners 1.1.0
		simple_shelves: Simple Shelves 1.0.4
		slimyfloor: Slimy Floor 1.18-1.2.2
		soaringstructures2: Soaring Structures 2 1.18 - 2.0
		someforgepatchesported: Some Forge Patches Ported 1.0.1
		soulbound: Soulbound 2.0.0
		spark: spark 1.6.3
		stacc: Stacc 1.2.3
		starlight: Starlight 1.0.0+fabric.d0a3220
		static-content: Static Content 1.0.1-1.16.2
		staticdata: Static Data 1.1.2
		step-height-entity-attribute: Step Height Entity Attribute 1.0.0
		stonecutter_recipe_tags: Stonecutter Recipe Tags 2.0.0
		stoneholm: Stoneholm 1.4.1
		storagecabinet: Storage Cabinet 1.4.2
		structurized: Structurized 1.4.0+1.18
		styledchat: Styled Chat 1.2.2+1.18
		styledplayerlist: Styled Player List 2.1.3+1.18
		sushimod: Sushi Mod 1.18
		tabtps-fabric: TabTPS 1.3.11
		tacocraft: TacoCraft 1.7.0-1.18
		team_reborn_energy: Energy 2.0.0-beta1
		techreborn: Tech Reborn 5.1.0-beta.4
		teenycoal: Teeny Coal 1.0.3-1.16.x-1.17.x-1.18.x
		tellme: TellMe 0.9.0
		terraform-shapes-api-v1: Terraform Shapes API (v1) 2.1.0
		terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
		terralith: Terralith for Fabric 2.0_b0.1.8
		terrarianslimes: Terrarian Slimes 1.1-BETA+1.18
		things: Things 0.2.8+1.18
		thonkutil: ThonkUtil 2.2.1+1.18
		thonkutil-base: ThonkUtil Base 1.1.0+d5f23f2ac8
		thonkutil-legacy: ThonkUtil Legacy 1.0.2+6fa117f8c8
		thonkutil-potions-v0: ThonkUtil Potions (v0) 1.2.0+e4c51c01c8
		thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.0+769eee82c8
		tinyskeletons: Tiny Skeletons 3.1.0
		tolaserblade: ToLaserBlade 1.18-0.4.5.0
		toms_storage: Tom's Simple Storage Mod 1.1.19
		torchbowmod: TorchBowMod 1.0
		towers_of_the_wild_reworked: Towers of the Wild: Reworked 2.1.0
		trashslot: TrashSlot 11.0.0
		trinkets: Trinkets 3.1.0
		tweed4_annotated: tweed4_annotated 1.2.0
		tweed4_base: tweed4_base 1.3.1
		tweed4_data: tweed4_data 1.2.0
		tweed4_data_hjson: tweed4_data_hjson 1.1.0
		twigs: Twigs 1.1.2
		unforgivingvoid: Unforgiving Void 3.1.1+1.18
		universal-graves: Universal Graves 1.2.2+1.18
		upgradedshulkers: Upgraded Shulkers 1.1.1-1.18
		urns: Urns 1.0.1
		valley: ValleyCraft 2.1
		vanish: vanish 1.3.0
		veggie_way: The Veggie Way 1.2.26
		veinmining: Vein Mining 0.0.11-1.18
		villager-hats: Villager Hats Mod 1.2.1
		villagernames: Villager Names 2.0.2
		visualworkbench: Visual Workbench 3.1.0
		voidz: VoidZ 1.0.5
		wandering_collector: Wandering Collector 1.0.3+mc1.18-rc3
		ward_blocks: Ward Blocks 1.2.21
		waterdripsound: Drip Sounds 1.18-0.3.0
		waystones: Waystones 2.3.5
		wfw: Warhammer Fantasy Weapons 0.1.4-1.18
		wires: Wires 1.0.5
		wthit: wthit 4.4.0
		xaerominimap: Xaero's Minimap 21.22.5
		xaeroworldmap: Xaero's World Map 1.18.7
		xlpackets: XLPackets 2.1-1.17.1
		xp_storage: XP Storage 1.4.3+1.18
		xp_storage_trinkets: XP Storage - Trinkets 0.1+1.18
		zihlaunchpads: ZIHLaunchpads 1.2.0
	Server Running: true
	Player Count: 6 / 11; [class_3222['RojinUK'/68252, l='ServerLevel[world]', x=531.46, y=-59.00, z=4463.57], class_3222['willred'/114041, l='ServerLevel[world]', x=-3681.66, y=133.00, z=281.76], class_3222['lollo66'/136564, l='ServerLevel[world]', x=-600.48, y=64.00, z=260.36], class_3222['Hollowflow'/141664, l='ServerLevel[world]', x=-475.66, y=76.00, z=260.27], class_3222['DarthJRock12'/144400, l='ServerLevel[world]', x=443.39, y=111.00, z=72.50], class_3222['LoXey_'/148252, l='ServerLevel[world]', x=6920.70, y=63.00, z=1166.30]]
	Data Packs: vanilla, Fabric Mods
	Is Modded: Definitely; Server brand changed to 'fabric'
	Type: Dedicated Server (map_server.txt)
	Suspected Mods: Minecraft (minecraft), Lithium (lithium)```
commented

Server ran out of memory, when saving chunks. Saving chunks needs quite some free memory to serialize chunks, if you can, try allocating more. If you can't, maybe investigate a heap dump.

I think this is not directly related to lithium