server crash multiplayer when fermenting
Pheonixatredes opened this issue · 2 comments
one of the members was fermenting cheese and the server crashed when it was done fermenting. after the server came back up the cheese was gone from the keg. he broke the keg following this and it made just him crash but not the server. it was the flaxen cheese he was trying to ferment.
mod version: 4.0.3
error:
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 2025-03-07 00:44:45
Description: Ticking block entity
java.lang.RuntimeException: Encountered an exception while invoking a transaction outer close callback.
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl$TransactionImpl.close(TransactionManagerImpl.java:159)
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl$TransactionImpl.commit(TransactionManagerImpl.java:186)
at knot//umpaz.brewinandchewin.fabric.container.KegFluidTankFabric.setAbstractedFluid(KegFluidTankFabric.java:44)
at knot//umpaz.brewinandchewin.common.block.entity.KegBlockEntity.processFermenting(KegBlockEntity.java:324)
at knot//umpaz.brewinandchewin.common.block.entity.KegBlockEntity.fermentingTick(KegBlockEntity.java:243)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.class_3176.method_3813(class_3176.java:299)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1575)
Caused by: java.lang.IllegalStateException: May not call getCurrentUnsafe() from a close callback.
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl.getCurrentUnsafe(TransactionManagerImpl.java:53)
at knot//net.fabricmc.fabric.api.transfer.v1.transaction.Transaction.getCurrentUnsafe(Transaction.java:123)
at knot//io.github.fabricators_of_create.porting_lib.transfer.TransferUtil.getTransaction(TransferUtil.java:68)
at knot//umpaz.brewinandchewin.fabric.container.KegFluidTankFabric.drain(KegFluidTankFabric.java:63)
at knot//umpaz.brewinandchewin.common.container.AbstractedFluidTank.drain(AbstractedFluidTank.java:19)
at knot//umpaz.brewinandchewin.common.block.entity.KegBlockEntity.fluidExtract(KegBlockEntity.java:376)
at knot//umpaz.brewinandchewin.common.block.entity.KegBlockEntity.extractInGui(KegBlockEntity.java:350)
at knot//umpaz.brewinandchewin.common.block.entity.KegBlockEntity.lambda$createFluidTank$20(KegBlockEntity.java:669)
at knot//umpaz.brewinandchewin.fabric.platform.BnCPlatformHelperFabric$2.onFinalCommit(BnCPlatformHelperFabric.java:148)
at knot//net.fabricmc.fabric.api.transfer.v1.transaction.base.SnapshotParticipant.afterOuterClose(SnapshotParticipant.java:133)
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl$TransactionImpl.close(TransactionManagerImpl.java:156)
... 14 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl$TransactionImpl.close(TransactionManagerImpl.java:159)
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl$TransactionImpl.commit(TransactionManagerImpl.java:186)
at knot//umpaz.brewinandchewin.fabric.container.KegFluidTankFabric.setAbstractedFluid(KegFluidTankFabric.java:44)
at knot//umpaz.brewinandchewin.common.block.entity.KegBlockEntity.processFermenting(KegBlockEntity.java:324)
at knot//umpaz.brewinandchewin.common.block.entity.KegBlockEntity.fermentingTick(KegBlockEntity.java:243)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
-- Block entity being ticked --
Details:
Name: brewinandchewin:keg // umpaz.brewinandchewin.fabric.block.entity.KegBlockEntityFabric
Block: Block{brewinandchewin:keg}[facing=east,vertical=false,waterlogged=false]
Block location: World: (2585,80,-1696), Section: (at 9,0,0 in 161,5,-106; chunk contains blocks 2576,-64,-1696 to 2591,319,-1681), Region: (5,-4; contains chunks 160,-128 to 191,-97, blocks 2560,-64,-2048 to 3071,319,-1537)
Block: Block{brewinandchewin:keg}[facing=east,vertical=false,waterlogged=false]
Block location: World: (2585,80,-1696), Section: (at 9,0,0 in 161,5,-106; chunk contains blocks 2576,-64,-1696 to 2591,319,-1681), Region: (5,-4; contains chunks 160,-128 to 191,-97, blocks 2560,-64,-2048 to 3071,319,-1537)
Stacktrace:
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.class_3176.method_3813(class_3176.java:299)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1575)
-- Affected level --
Details:
All players: 5 total; [class_3222['Pheonix_Atredes'/262, l='ServerLevel[BetaTest]', x=-124.57, y=122.00, z=94.64], class_3222['Azarion_Prime'/1386072, l='ServerLevel[BetaTest]', x=12.80, y=70.00, z=10.49], class_3222['braydensurvivez'/977530, l='ServerLevel[BetaTest]', x=2599.16, y=45.00, z=-1702.07], class_3222['KiwiBread1'/1307499, l='ServerLevel[BetaTest]', x=39.74, y=70.00, z=68.25], class_3222['DragonSilver_'/1441831, l='ServerLevel[BetaTest]', x=2555.28, y=67.00, z=-1621.51]]
Chunk stats: 1804
Level dimension: minecraft:overworld
Level spawn location: World: (-4,70,37), Section: (at 12,6,5 in -1,4,2; chunk contains blocks -16,-64,32 to -1,319,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
Level time: 55526385 game time, 60179 day time
Level name: BetaTest
Level game mode: Game mode: survival (ID 0). Hardcore: false. Commands: false
Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
Known server brands: fabric
Removed feature flags:
Level was modded: true
Level storage version: 0x04ABD - Anvil
Loaded entity count: 1350
Stacktrace:
at knot//net.minecraft.class_3218.method_8538(class_3218.java:1693)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1024)
at knot//net.minecraft.class_3176.method_3813(class_3176.java:299)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1575)
-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows Server 2022 (amd64) version 10.0
Java Version: 23.0.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 1014471352 bytes (967 MiB) / 8002732032 bytes (7632 MiB) up to 17179869184 bytes (16384 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
Identifier: Intel64 Family 6 Model 94 Stepping 3
Microarchitecture: Skylake (Client)
Frequency (GHz): 3.41
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Intel(R) HD Graphics 530
Graphics card #0 vendor: Intel Corporation
Graphics card #0 VRAM (MiB): 1024.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 25.20.100.6373
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 2.40
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 16384.00
Memory slot #1 clockSpeed (GHz): 2.40
Memory slot #1 type: DDR4
Virtual memory max (MiB): 37523.70
Virtual memory used (MiB): 10839.75
Swap memory total (MiB): 4864.00
Swap memory used (MiB): 228.80
Space in storage for jna.tmpdir (MiB):
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB):
Space in storage for io.netty.native.workdir (MiB):
Space in storage for java.io.tmpdir (MiB): available: 217113.11, total: 243557.00
Space in storage for workdir (MiB): available: 392428.94, total: 476938.00
JVM Flags: 1 total; -Xmx16G
Fabric Mods:
accessories: Accessories 1.1.0-beta.28+1.21.1
actuallyharvest: ActuallyHarvest 1.1.1.1
spectrelib: SpectreLib 0.17.2+1.21
advancedbackups: Advanced Backups 3.7.1
amendments: Amendments 1.21-1.2.24
anvianslib: Anvian's Lib 1.1
appleskin: AppleSkin 3.0.6+mc1.21
architectury: Architectury 13.0.8
avp: avp 0.0.17-beta
azurelib: AzureLib 3.0.8
backpacked: Backpacked 3.0.0-beta.10
badpackets: Bad Packets 0.8.2
balm-fabric: Balm 21.0.31
kuma_api: KumaAPI 21.0.5-SNAPSHOT
brewinandchewin: Brewin' And Chewin' 4.0.3
greenhouseconfig: Greenhouse Config 1.0.0+1.21.1
greenhouseconfig_toml: Greenhouse Config - TOML 1.0.0
greenhouseconfig_night_config: Greenhouse Config - Night Config 1.0.0
brewingteatales: BrewingTeaTales 1.0.0
c2me: Concurrent Chunk Management Engine 0.3.0+alpha.0.317+1.21.1
c2me-base: Concurrent Chunk Management Engine (Base) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0+alpha.0.317+1.21.1
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0+alpha.0.317+1.21.1
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0+alpha.0.317+1.21.1
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.3.0+alpha.0.317+1.21.1
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0+alpha.0.317+1.21.1
c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.0+alpha.0.317+1.21.1
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0+alpha.0.317+1.21.1
c2me-opts-natives-math: Concurrent Chunk Management Engine (Optimizations/Natives Math) 0.3.0+alpha.0.317+1.21.1
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0+alpha.0.317+1.21.1
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0+alpha.0.317+1.21.1
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0+alpha.0.317+1.21.1
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0+alpha.0.317+1.21.1
c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0+alpha.0.317+1.21.1
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0+alpha.0.317+1.21.1
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.0+alpha.0.317+1.21.1
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0+alpha.0.317+1.21.1
com_ibm_async_asyncutil: asyncutil 0.1.0
io_reactivex_rxjava3_rxjava: rxjava 3.1.8
mixinsquared: MixinSquared 0.2.0-beta.6
net_objecthunter_exp4j: exp4j 0.4.8
org_jctools_jctools-core: jctools-core 4.0.5
org_reactivestreams_reactive-streams: reactive-streams 1.0.4
cardinal-components: Cardinal Components API 6.1.2
cardinal-components-base: Cardinal Components API (base) 6.1.2
cardinal-components-block: Cardinal Components API (blocks) 6.1.2
cardinal-components-chunk: Cardinal Components API (chunks) 6.1.2
cardinal-components-entity: Cardinal Components API (entities) 6.1.2
cardinal-components-item: Cardinal Components API (items) 6.1.2
cardinal-components-level: Cardinal Components API (world saves) 6.1.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.2
cardinal-components-world: Cardinal Components API (worlds) 6.1.2
carryon: Carry On 2.2.2
cloth-config: Cloth Config v15 15.0.140
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 19.0.0.1
coffee: Coffee 1.0.2
collective: Collective 7.93
corgilib: CorgiLib 5.0.0.3
com_electronwill_night-config_core: core 3.8.0
com_electronwill_night-config_toml: toml 3.8.0
creativecore: CreativeCore 2.12.32
net_neoforged_bus: bus 7.2.0
cupboard: cupboard 1.21-2.7
dcintegration-fabric: Discord Integration Fabric 3.0.7.2
de_erdbeerbaerlp_dcintegration_common: dcintegration.common 3.0.7
diggusmaximus: Diggus Maximus 1.6.4
kyrptconfig: Kyrpt Config 1.6.0+mc1.21.1
enhancedcelestials: Enhanced Celestials 6.0.1.3
entityculling: EntityCulling 1.7.2
eternal_starlight: Eternal Starlight 0.4.0+1.21.1+fabric
fabric-api: Fabric API 0.115.0+1.21.1
fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.70+b559734419
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.18+b559734419
fabric-convention-tags-v1: Fabric Convention Tags 2.1.2+7f945d5b19
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.9.2+e60e56d419
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.1+9ed317f519
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.25+16c4ae2519
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.6+6823f7cd19
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.0+01d9a51c19
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.2+c24bd99419
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
fabric-language-kotlin: Fabric Language Kotlin 1.13.1+kotlin.2.1.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
fabricloader: Fabric Loader 0.16.10
farmersdelight: Farmer's Delight 1.21.1-2.3.0+refabricated
mm: Manningham Mills 2.3
porting_lib_base: Porting Lib Base 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_accessors: Porting Lib Accessors 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_asm: Porting Lib ASM 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_attributes: Porting Lib Attributes 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_blocks: Porting Lib Blocks 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_common: Porting Lib Common 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_entity: Porting Lib Entity 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_extensions: Porting Lib Extensions 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_fluids: Porting Lib Fluids 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_gui_utils: Porting Lib Gui Utils 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_level_events: Porting Lib Level Events 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_transfer: Porting Lib Transfer 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_config: Porting Lib Config 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_item_abilities: Porting Lib Item Abilities 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_lazy_registration: Porting Lib Lazy Register 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_loot: Porting Lib Loot 3.1.0-beta.47.hotfix.2+1.21.1
mixinextras: MixinExtras 0.5.0-beta.3
porting_lib_conditions: Porting Lib Conditions 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_core: Porting Lib Core 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_gametest: Porting Lib GameTest 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 3.1.0-beta.47.hotfix.2+1.21.1
ferritecore: FerriteCore 7.0.2-hotfix
fishery: Fishery 0.4
flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.2
forgeconfigapiport: Forge Config API Port 21.1.3
framework: Framework 0.9.4
org_javassist_javassist: javassist 3.29.2-GA
org_reflections_reflections: reflections 0.10.2
friendsandfoes: Friends & Foes 3.0.7
ftblibrary: FTB Library 2101.1.10
ftbquests: FTB Quests 2101.1.6
team_reborn_energy: Energy 4.1.0
ftbteams: FTB Teams 2101.1.2
geckolib: GeckoLib 4 4.7.3
java: Java HotSpot(TM) 64-Bit Server VM 23
jei: Just Enough Items 19.8.4.113
leaky: leaky Mod 1.21-2.1
ledger: Ledger 1.3.5
fabric-permissions-api-v0: fabric-permissions-api 0.3.1
server_translations_api: Server Translations API 2.3.1+1.21-pre2
libz: LibZ 1.0.3
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
limitedchunks: Limited Chunkloading Mod 1.21-4.1
lithium: Lithium 0.14.8+mc1.21.1
livingthings: Living Things 1.21.1-2.2.0
lootr: Lootr 1.21-1.10.34.88
medievalend: Medieval Buildings [The End Edition] 1.0.2
minecraft: Minecraft 1.21.1
moonlight: Moonlight Lib 1.21-2.17.32
morevillagers: MoreVillagers 5.1.0
mr_farmers_cuttingeternalstarlight: Farmer's Cutting: Eternal Starlight 1.21.1-2.0-fabric
mr_tidal_towns: Tidal Towns 1.3.4
mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2d
mutantmonsters: Mutant Monsters 21.1.0
netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.8-1.21
nochatreports: No Chat Reports 1.21.1-v2.9.1
oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.21
owo: oωo 0.12.15+1.21
io_wispforest_endec: endec 0.1.5
io_wispforest_endec_gson: gson 0.1.3
io_wispforest_endec_jankson: jankson 0.1.3
io_wispforest_endec_netty: netty 0.1.2
pedestals: Pedestals - Display your items! 1.2.2
placeholder-api: Placeholder API 2.4.2+1.21
polymer-bundled: Polymer 0.9.18+1.21.1
polymer-autohost: Polymer (Auto Host) 0.9.18+1.21.1
io_netty_netty-codec-http: netty-codec-http 4.1.82
polymer-blocks: Polymer (Textured Blocks) 0.9.18+1.21.1
polymer-common: Polymer (Common) 0.9.18+1.21.1
packet_tweaker: Packet Tweaker 0.5.5+1.21
polymer-core: Polymer (Core) 0.9.18+1.21.1
polymer-networking: Polymer (Networking) 0.9.18+1.21.1
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1
polymer-resource-pack: Polymer (Resource Pack) 0.9.18+1.21.1
polymer-virtual-entity: Polymer (Virtual Entity) 0.9.18+1.21.1
polymorph: Polymorph 1.0.7+1.21.1
puzzleslib: Puzzles Lib 21.1.28
red_panda: Red Panda 1.0.3
refurbished_furniture: MrCrayfish's Furniture Mod: Refurbished 1.0.9
smartbrainlib: SmartBrainLib 1.16.7
smoothchunk: Smooth chunk save Mod 1.21-4.0
snowysniffer: Snowy Sniffer 1.0.0
sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.8
spark: spark 1.10.109
strippableblocksapi: StrippableBlocksAPI 1.0.0
structure_pool_api: Structure Pool API 1.1.3+1.21.1
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
toms_storage: Tom's Simple Storage Mod 2.1.2
treeharvester: Tree Harvester 9.1
underground_villages: Underground Villages Mod 4.0.0
village_taverns: Village Taverns (RPG Series) 1.0.2+1.21.1
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
villagerleads: VillagerLeads 0.0.3
villagernames: Villager Names 8.2
villagersrespawn: Villagers Respawn 115.7.0
villagesandpillages: Villages & Pillages 1.0.3
voicechat: Simple Voice Chat 1.21.1-2.5.26
wands: Building Wands 2.8.3
waystones: Waystones 21.1.9
worldedit: WorldEdit 7.3.8+6939-7d32b45
wthit: wthit 12.5.1
yeetusexperimentus: Yeetus Experimentus 87.0.0
yigd: You're in Grave Danger 2.4.14
libgui: LibGui 11.1.0+1.21
jankson: Jankson 8.0.0+j1.2.3
blue_endless_jankson: jankson 1.2.3
libninepatch: LibNinePatch 1.2.0
yungsapi: YUNG's API 1.21.1-Fabric-5.1.4
Server Running: true
Player Count: 5 / 100; [class_3222['Pheonix_Atredes'/262, l='ServerLevel[BetaTest]', x=-124.57, y=122.00, z=94.64], class_3222['KiwiBread1'/1307499, l='ServerLevel[BetaTest]', x=39.74, y=70.00, z=68.25], class_3222['Azarion_Prime'/1386072, l='ServerLevel[BetaTest]', x=12.80, y=70.00, z=10.49], class_3222['braydensurvivez'/977530, l='ServerLevel[BetaTest]', x=2599.16, y=45.00, z=-1702.07], class_3222['DragonSilver_'/1441831, l='ServerLevel[BetaTest]', x=2555.28, y=67.00, z=-1621.51]]
Active Data Packs: vanilla, fabric, accessories, amendments, avp, backpacked (incompatible), balm-fabric (incompatible), brewinandchewin (incompatible), brewingteatales, carryon (incompatible), coffee, collective, enhancedcelestials, eternal_starlight (incompatible), fabric-convention-tags-v2, farmersdelight, fishery, flowerymooblooms, friendsandfoes, ftbquests, ledger, livingthings, lootr, medievalend (incompatible), moonlight, morevillagers, mr_farmers_cuttingeternalstarlight, mr_tidal_towns (incompatible), mr_true_ending, mutantmonsters (incompatible), netherdepthsupgrade, oceansdelight, pedestals, porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, red_panda (incompatible), refurbished_furniture (incompatible), server_translations_api, toms_storage, underground_villages, village_taverns, villagesandpillages, wands, waystones (incompatible), yigd, yungsapi (incompatible), file/cauldron concrete v3.0.3 (MC 1.21-1.21.4).zip, file/double shulker shells v1.3.10 (MC 1.21-1.21.4).zip, file/multiplayer sleep v2.6.10 (MC 1.21-1.21.4).zip, file/custom villager shops v1.2.10 (MC 1.21-1.21.4).zip, file/silk touch budding amethyst v1.0.2 (MC 1.21-1.21.4).zip, file/custom nether portals v2.3.13 (MC 1.21-1.21.4).zip, file/dragon drops v1.3.10 (MC 1.21-1.21.4).zip, trade_rebalance, bundle, file/anti enderman grief v1.1.10 (MC 1.21-1.21.4).zip
Available Data Packs: accessories, amendments, avp, backpacked (incompatible), balm-fabric (incompatible), brewinandchewin (incompatible), brewingteatales, bundle, carryon (incompatible), coffee, collective, enhancedcelestials, eternal_starlight (incompatible), fabric, fabric-convention-tags-v2, farmersdelight, file/anti enderman grief v1.1.10 (MC 1.21-1.21.4).zip, file/cauldron concrete v3.0.3 (MC 1.21-1.21.4).zip, file/custom nether portals v2.3.13 (MC 1.21-1.21.4).zip, file/custom villager shops v1.2.10 (MC 1.21-1.21.4).zip, file/double shulker shells v1.3.10 (MC 1.21-1.21.4).zip, file/dragon drops v1.3.10 (MC 1.21-1.21.4).zip, file/dynamiclights-v1.8.3-mc1.17x-1.21x-datapack.zip, file/multiplayer sleep v2.6.10 (MC 1.21-1.21.4).zip, file/silk touch budding amethyst v1.0.2 (MC 1.21-1.21.4).zip, fishery, flowerymooblooms, friendsandfoes, ftbquests, ledger, livingthings, lootr, medievalend (incompatible), moonlight, morevillagers, mr_farmers_cuttingeternalstarlight, mr_tidal_towns (incompatible), mr_true_ending, mutantmonsters (incompatible), netherdepthsupgrade, oceansdelight, pedestals, porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, red_panda (incompatible), refurbished_furniture (incompatible), server_translations_api, toms_storage, trade_rebalance, underground_villages, vanilla, village_taverns, villagesandpillages, wands, waystones (incompatible), yigd, yungsapi (incompatible)
Enabled Feature Flags: minecraft:bundle, minecraft:vanilla, minecraft:trade_rebalance
World Generation: Experimental
World Seed: 3557428297813104181
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Update: another member was attempting beer and it crashed as well so it seems to be anything fermenting leads to this error.
mod: 4.0.3
error:
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 2025-03-07 01:02:03
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/class_310
at knot//umpaz.brewinandchewin.integration.jei.transfer.FermentingTransferServer.calculateRequiredFluidOrEmptyingStacks(FermentingTransferServer.java:332)
at knot//umpaz.brewinandchewin.integration.jei.transfer.FermentingTransferServer.setItems(FermentingTransferServer.java:47)
at knot//umpaz.brewinandchewin.common.network.serverbound.JEITransferKegRecipeServerboundPacket.lambda$handle$0(JEITransferKegRecipeServerboundPacket.java:64)
at knot//net.minecraft.class_3738.run(class_3738.java:18)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:162)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:864)
at knot//net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:173)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:136)
at knot//net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:846)
at knot//net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:840)
at knot//net.minecraft.class_1255.method_5383(class_1255.java:121)
at knot//net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:814)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:702)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1575)
Caused by: java.lang.ClassNotFoundException: net.minecraft.class_310
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:528)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:528)
... 16 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows Server 2022 (amd64) version 10.0
Java Version: 23.0.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 1004202512 bytes (957 MiB) / 4110417920 bytes (3920 MiB) up to 17179869184 bytes (16384 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
Identifier: Intel64 Family 6 Model 94 Stepping 3
Microarchitecture: Skylake (Client)
Frequency (GHz): 3.41
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Intel(R) HD Graphics 530
Graphics card #0 vendor: Intel Corporation
Graphics card #0 VRAM (MiB): 1024.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 25.20.100.6373
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 2.40
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 16384.00
Memory slot #1 clockSpeed (GHz): 2.40
Memory slot #1 type: DDR4
Virtual memory max (MiB): 37523.70
Virtual memory used (MiB): 7120.33
Swap memory total (MiB): 4864.00
Swap memory used (MiB): 222.23
Space in storage for jna.tmpdir (MiB):
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB):
Space in storage for io.netty.native.workdir (MiB):
Space in storage for java.io.tmpdir (MiB): available: 217111.70, total: 243557.00
Space in storage for workdir (MiB): available: 392434.06, total: 476938.00
JVM Flags: 1 total; -Xmx16G
Fabric Mods:
accessories: Accessories 1.1.0-beta.28+1.21.1
actuallyharvest: ActuallyHarvest 1.1.1.1
spectrelib: SpectreLib 0.17.2+1.21
advancedbackups: Advanced Backups 3.7.1
amendments: Amendments 1.21-1.2.24
anvianslib: Anvian's Lib 1.1
appleskin: AppleSkin 3.0.6+mc1.21
architectury: Architectury 13.0.8
avp: avp 0.0.17-beta
azurelib: AzureLib 3.0.8
backpacked: Backpacked 3.0.0-beta.10
badpackets: Bad Packets 0.8.2
balm-fabric: Balm 21.0.31
kuma_api: KumaAPI 21.0.5-SNAPSHOT
brewinandchewin: Brewin' And Chewin' 4.0.3
greenhouseconfig: Greenhouse Config 1.0.0+1.21.1
greenhouseconfig_toml: Greenhouse Config - TOML 1.0.0
greenhouseconfig_night_config: Greenhouse Config - Night Config 1.0.0
brewingteatales: BrewingTeaTales 1.0.0
c2me: Concurrent Chunk Management Engine 0.3.0+alpha.0.317+1.21.1
c2me-base: Concurrent Chunk Management Engine (Base) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0+alpha.0.317+1.21.1
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0+alpha.0.317+1.21.1
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0+alpha.0.317+1.21.1
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0+alpha.0.317+1.21.1
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.3.0+alpha.0.317+1.21.1
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0+alpha.0.317+1.21.1
c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.0+alpha.0.317+1.21.1
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0+alpha.0.317+1.21.1
c2me-opts-natives-math: Concurrent Chunk Management Engine (Optimizations/Natives Math) 0.3.0+alpha.0.317+1.21.1
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0+alpha.0.317+1.21.1
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0+alpha.0.317+1.21.1
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0+alpha.0.317+1.21.1
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0+alpha.0.317+1.21.1
c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0+alpha.0.317+1.21.1
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0+alpha.0.317+1.21.1
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.0+alpha.0.317+1.21.1
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0+alpha.0.317+1.21.1
com_ibm_async_asyncutil: asyncutil 0.1.0
io_reactivex_rxjava3_rxjava: rxjava 3.1.8
mixinsquared: MixinSquared 0.2.0-beta.6
net_objecthunter_exp4j: exp4j 0.4.8
org_jctools_jctools-core: jctools-core 4.0.5
org_reactivestreams_reactive-streams: reactive-streams 1.0.4
cardinal-components: Cardinal Components API 6.1.2
cardinal-components-base: Cardinal Components API (base) 6.1.2
cardinal-components-block: Cardinal Components API (blocks) 6.1.2
cardinal-components-chunk: Cardinal Components API (chunks) 6.1.2
cardinal-components-entity: Cardinal Components API (entities) 6.1.2
cardinal-components-item: Cardinal Components API (items) 6.1.2
cardinal-components-level: Cardinal Components API (world saves) 6.1.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.2
cardinal-components-world: Cardinal Components API (worlds) 6.1.2
carryon: Carry On 2.2.2
cloth-config: Cloth Config v15 15.0.140
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 19.0.0.1
coffee: Coffee 1.0.2
collective: Collective 7.93
corgilib: CorgiLib 5.0.0.3
com_electronwill_night-config_core: core 3.8.0
com_electronwill_night-config_toml: toml 3.8.0
creativecore: CreativeCore 2.12.32
net_neoforged_bus: bus 7.2.0
cupboard: cupboard 1.21-2.7
dcintegration-fabric: Discord Integration Fabric 3.0.7.2
de_erdbeerbaerlp_dcintegration_common: dcintegration.common 3.0.7
diggusmaximus: Diggus Maximus 1.6.4
kyrptconfig: Kyrpt Config 1.6.0+mc1.21.1
enhancedcelestials: Enhanced Celestials 6.0.1.3
entityculling: EntityCulling 1.7.2
eternal_starlight: Eternal Starlight 0.4.0+1.21.1+fabric
fabric-api: Fabric API 0.115.0+1.21.1
fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.70+b559734419
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.18+b559734419
fabric-convention-tags-v1: Fabric Convention Tags 2.1.2+7f945d5b19
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.9.2+e60e56d419
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.1+9ed317f519
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.25+16c4ae2519
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.6+6823f7cd19
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.0+01d9a51c19
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.2+c24bd99419
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
fabric-language-kotlin: Fabric Language Kotlin 1.13.1+kotlin.2.1.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
fabricloader: Fabric Loader 0.16.10
farmersdelight: Farmer's Delight 1.21.1-2.3.0+refabricated
mm: Manningham Mills 2.3
porting_lib_base: Porting Lib Base 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_accessors: Porting Lib Accessors 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_asm: Porting Lib ASM 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_attributes: Porting Lib Attributes 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_common: Porting Lib Common 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_entity: Porting Lib Entity 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_extensions: Porting Lib Extensions 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_fluids: Porting Lib Fluids 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_gui_utils: Porting Lib Gui Utils 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_transfer: Porting Lib Transfer 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_config: Porting Lib Config 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_item_abilities: Porting Lib Item Abilities 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_blocks: Porting Lib Blocks 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_level_events: Porting Lib Level Events 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_lazy_registration: Porting Lib Lazy Register 3.1.0-beta.47.hotfix.2+1.21.1
mixinextras: MixinExtras 0.5.0-beta.3
porting_lib_core: Porting Lib Core 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_gametest: Porting Lib GameTest 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_loot: Porting Lib Loot 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_conditions: Porting Lib Conditions 3.1.0-beta.47.hotfix.2+1.21.1
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 3.1.0-beta.47.hotfix.2+1.21.1
ferritecore: FerriteCore 7.0.2-hotfix
fishery: Fishery 0.4
flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.2
forgeconfigapiport: Forge Config API Port 21.1.3
framework: Framework 0.9.4
org_javassist_javassist: javassist 3.29.2-GA
org_reflections_reflections: reflections 0.10.2
friendsandfoes: Friends & Foes 3.0.7
ftblibrary: FTB Library 2101.1.10
ftbquests: FTB Quests 2101.1.6
team_reborn_energy: Energy 4.1.0
ftbteams: FTB Teams 2101.1.2
geckolib: GeckoLib 4 4.7.3
java: Java HotSpot(TM) 64-Bit Server VM 23
jei: Just Enough Items 19.8.4.113
leaky: leaky Mod 1.21-2.1
ledger: Ledger 1.3.5
fabric-permissions-api-v0: fabric-permissions-api 0.3.1
server_translations_api: Server Translations API 2.3.1+1.21-pre2
libz: LibZ 1.0.3
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
limitedchunks: Limited Chunkloading Mod 1.21-4.1
lithium: Lithium 0.14.8+mc1.21.1
livingthings: Living Things 1.21.1-2.2.0
lootr: Lootr 1.21-1.10.34.88
medievalend: Medieval Buildings [The End Edition] 1.0.2
minecraft: Minecraft 1.21.1
moonlight: Moonlight Lib 1.21-2.17.32
morevillagers: MoreVillagers 5.1.0
mr_farmers_cuttingeternalstarlight: Farmer's Cutting: Eternal Starlight 1.21.1-2.0-fabric
mr_tidal_towns: Tidal Towns 1.3.4
mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2d
mutantmonsters: Mutant Monsters 21.1.0
netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.8-1.21
nochatreports: No Chat Reports 1.21.1-v2.9.1
oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.21
owo: oωo 0.12.15+1.21
io_wispforest_endec: endec 0.1.5
io_wispforest_endec_gson: gson 0.1.3
io_wispforest_endec_jankson: jankson 0.1.3
io_wispforest_endec_netty: netty 0.1.2
pedestals: Pedestals - Display your items! 1.2.2
placeholder-api: Placeholder API 2.4.2+1.21
polymer-bundled: Polymer 0.9.18+1.21.1
polymer-autohost: Polymer (Auto Host) 0.9.18+1.21.1
io_netty_netty-codec-http: netty-codec-http 4.1.82
polymer-blocks: Polymer (Textured Blocks) 0.9.18+1.21.1
polymer-common: Polymer (Common) 0.9.18+1.21.1
packet_tweaker: Packet Tweaker 0.5.5+1.21
polymer-core: Polymer (Core) 0.9.18+1.21.1
polymer-networking: Polymer (Networking) 0.9.18+1.21.1
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1
polymer-resource-pack: Polymer (Resource Pack) 0.9.18+1.21.1
polymer-virtual-entity: Polymer (Virtual Entity) 0.9.18+1.21.1
polymorph: Polymorph 1.0.7+1.21.1
puzzleslib: Puzzles Lib 21.1.28
red_panda: Red Panda 1.0.3
refurbished_furniture: MrCrayfish's Furniture Mod: Refurbished 1.0.9
smartbrainlib: SmartBrainLib 1.16.7
smoothchunk: Smooth chunk save Mod 1.21-4.0
snowysniffer: Snowy Sniffer 1.0.0
sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.8
spark: spark 1.10.109
strippableblocksapi: StrippableBlocksAPI 1.0.0
structure_pool_api: Structure Pool API 1.1.3+1.21.1
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
toms_storage: Tom's Simple Storage Mod 2.1.2
treeharvester: Tree Harvester 9.1
underground_villages: Underground Villages Mod 4.0.0
village_taverns: Village Taverns (RPG Series) 1.0.2+1.21.1
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
villagerleads: VillagerLeads 0.0.3
villagernames: Villager Names 8.2
villagersrespawn: Villagers Respawn 115.7.0
villagesandpillages: Villages & Pillages 1.0.3
voicechat: Simple Voice Chat 1.21.1-2.5.26
wands: Building Wands 2.8.3
waystones: Waystones 21.1.9
worldedit: WorldEdit 7.3.8+6939-7d32b45
wthit: wthit 12.5.1
yeetusexperimentus: Yeetus Experimentus 87.0.0
yigd: You're in Grave Danger 2.4.14
libgui: LibGui 11.1.0+1.21
jankson: Jankson 8.0.0+j1.2.3
blue_endless_jankson: jankson 1.2.3
libninepatch: LibNinePatch 1.2.0
yungsapi: YUNG's API 1.21.1-Fabric-5.1.4
Server Running: true
Player Count: 5 / 100; [class_3222['braydensurvivez'/290, l='ServerLevel[BetaTest]', x=2559.33, y=46.00, z=-1642.88], class_3222['KiwiBread1'/800, l='ServerLevel[BetaTest]', x=40.01, y=70.00, z=67.94], class_3222['DragonSilver_'/1477, l='ServerLevel[BetaTest]', x=2585.56, y=69.00, z=-1650.07], class_3222['Pheonix_Atredes'/3250, l='ServerLevel[BetaTest]', x=-17.95, y=74.66, z=50.75], class_3222['CA2T10N1745'/6363, l='ServerLevel[BetaTest]', x=-19.28, y=72.00, z=54.89]]
Active Data Packs: vanilla, fabric, accessories, amendments, avp, backpacked (incompatible), balm-fabric (incompatible), brewinandchewin (incompatible), brewingteatales, carryon (incompatible), coffee, collective, enhancedcelestials, eternal_starlight (incompatible), fabric-convention-tags-v2, farmersdelight, fishery, flowerymooblooms, friendsandfoes, ftbquests, ledger, livingthings, lootr, medievalend (incompatible), moonlight, morevillagers, mr_farmers_cuttingeternalstarlight, mr_tidal_towns (incompatible), mr_true_ending, mutantmonsters (incompatible), netherdepthsupgrade, oceansdelight, pedestals, porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, red_panda (incompatible), refurbished_furniture (incompatible), server_translations_api, toms_storage, underground_villages, village_taverns, villagesandpillages, wands, waystones (incompatible), yigd, yungsapi (incompatible), file/cauldron concrete v3.0.3 (MC 1.21-1.21.4).zip, file/double shulker shells v1.3.10 (MC 1.21-1.21.4).zip, file/multiplayer sleep v2.6.10 (MC 1.21-1.21.4).zip, file/custom villager shops v1.2.10 (MC 1.21-1.21.4).zip, file/silk touch budding amethyst v1.0.2 (MC 1.21-1.21.4).zip, file/custom nether portals v2.3.13 (MC 1.21-1.21.4).zip, file/dragon drops v1.3.10 (MC 1.21-1.21.4).zip, trade_rebalance, bundle, file/anti enderman grief v1.1.10 (MC 1.21-1.21.4).zip
Available Data Packs: accessories, amendments, avp, backpacked (incompatible), balm-fabric (incompatible), brewinandchewin (incompatible), brewingteatales, bundle, carryon (incompatible), coffee, collective, enhancedcelestials, eternal_starlight (incompatible), fabric, fabric-convention-tags-v2, farmersdelight, file/anti enderman grief v1.1.10 (MC 1.21-1.21.4).zip, file/cauldron concrete v3.0.3 (MC 1.21-1.21.4).zip, file/custom nether portals v2.3.13 (MC 1.21-1.21.4).zip, file/custom villager shops v1.2.10 (MC 1.21-1.21.4).zip, file/double shulker shells v1.3.10 (MC 1.21-1.21.4).zip, file/dragon drops v1.3.10 (MC 1.21-1.21.4).zip, file/dynamiclights-v1.8.3-mc1.17x-1.21x-datapack.zip, file/multiplayer sleep v2.6.10 (MC 1.21-1.21.4).zip, file/silk touch budding amethyst v1.0.2 (MC 1.21-1.21.4).zip, fishery, flowerymooblooms, friendsandfoes, ftbquests, ledger, livingthings, lootr, medievalend (incompatible), moonlight, morevillagers, mr_farmers_cuttingeternalstarlight, mr_tidal_towns (incompatible), mr_true_ending, mutantmonsters (incompatible), netherdepthsupgrade, oceansdelight, pedestals, porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, red_panda (incompatible), refurbished_furniture (incompatible), server_translations_api, toms_storage, trade_rebalance, underground_villages, vanilla, village_taverns, villagesandpillages, wands, waystones (incompatible), yigd, yungsapi (incompatible)
Enabled Feature Flags: minecraft:bundle, minecraft:vanilla, minecraft:trade_rebalance
World Generation: Experimental
World Seed: 3557428297813104181
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)