ClassCastException with mod probablychests
ChongYu233 opened this issue · 2 comments
Modloader
Fabric
Minecraft version
1.19.2
Modloader version
0.14.22
Mod version
1.11.0
TenshiLib version
1.6.15
Description
ClassCastException with mod probablychests
Steps to reproduce
- Step one
Mods that might affect the issue
No response
Logs
---- Minecraft Crash Report ----
// Don't do that.
Time: 2023-08-06 00:06:47
Description: Ticking entity
java.lang.ClassCastException: class io.github.flemmli97.improvedmobs.entities.AquaticSummonEntity$AquaticMoveControl cannot be cast to class org.cloudwarp.probablychests.entity.ai.MimicMoveControl (io.github.flemmli97.improvedmobs.entities.AquaticSummonEntity$AquaticMoveControl and org.cloudwarp.probablychests.entity.ai.MimicMoveControl are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @ae45eb6)
at org.cloudwarp.probablychests.entity.PCTameablePetWithInventory$SwimmingGoal.method_6268(PCTameablePetWithInventory.java:589)
at net.minecraft.class_4135.method_6268(class_4135.java:65)
at net.minecraft.class_1355.method_38849(class_1355.java:119)
at net.minecraft.class_1308.method_6023(class_1308.java:761)
at net.minecraft.class_1309.method_6007(class_1309.java:2641)
at net.minecraft.class_1308.method_6007(class_1308.java:553)
at net.minecraft.class_1296.method_6007(class_1296.java:127)
at net.minecraft.class_1429.method_6007(class_1429.java:57)
at net.minecraft.class_1309.method_5773(class_1309.java:2385)
at net.minecraft.class_1308.method_5773(class_1308.java:353)
at org.cloudwarp.probablychests.entity.PCTameablePetWithInventory.method_5773(PCTameablePetWithInventory.java:147)
at org.cloudwarp.probablychests.entity.PCChestMimic.method_5773(PCChestMimic.java:195)
at net.minecraft.class_1297.method_5842(class_1297.java:1915)
at net.minecraft.class_1309.method_5842(class_1309.java:2823)
at net.minecraft.class_3218.method_18763(class_3218.java:735)
at net.minecraft.class_3218.method_18762(class_3218.java:716)
at net.minecraft.class_1937.method_18472(class_1937.java:466)
at net.minecraft.class_3218.method_31420(class_3218.java:371)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:339)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
at net.minecraft.class_3176.method_3813(class_3176.java:289)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
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 org.cloudwarp.probablychests.entity.PCTameablePetWithInventory$SwimmingGoal.method_6268(PCTameablePetWithInventory.java:589)
at net.minecraft.class_4135.method_6268(class_4135.java:65)
at net.minecraft.class_1355.method_38849(class_1355.java:119)
at net.minecraft.class_1308.method_6023(class_1308.java:761)
at net.minecraft.class_1309.method_6007(class_1309.java:2641)
at net.minecraft.class_1308.method_6007(class_1308.java:553)
at net.minecraft.class_1296.method_6007(class_1296.java:127)
at net.minecraft.class_1429.method_6007(class_1429.java:57)
at net.minecraft.class_1309.method_5773(class_1309.java:2385)
at net.minecraft.class_1308.method_5773(class_1308.java:353)
at org.cloudwarp.probablychests.entity.PCTameablePetWithInventory.method_5773(PCTameablePetWithInventory.java:147)
at org.cloudwarp.probablychests.entity.PCChestMimic.method_5773(PCChestMimic.java:195)
at net.minecraft.class_1297.method_5842(class_1297.java:1915)
at net.minecraft.class_1309.method_5842(class_1309.java:2823)
at net.minecraft.class_3218.method_18763(class_3218.java:735)
at net.minecraft.class_3218.method_18762(class_3218.java:716)
at net.minecraft.class_1937.method_18472(class_1937.java:466)
at net.minecraft.class_3218.method_31420(class_3218.java:371)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:339)
-- Entity being ticked --
Details:
Entity Type: minecraft:guardian (io.github.flemmli97.improvedmobs.entities.AquaticSummonEntity)
Entity ID: 27442
Entity Name: Guardian
Entity's Exact location: -631.50, 62.00, 992.50
Entity's Block location: World: (-632,62,992), Section: (at 8,14,0 in -40,3,62; chunk contains blocks -640,-64,992 to -625,319,1007), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,-64,512 to -513,319,1023)
Entity's Momentum: 0.00, -0.01, 0.00
Entity's Passengers: [PCChestMimic['Coral Mimic'/27276, l='ServerLevel[新的世界]', x=-631.50, y=62.37, z=992.05]]
Entity's Vehicle: null
Stacktrace:
at net.minecraft.class_1937.method_18472(class_1937.java:466)
at net.minecraft.class_3218.method_31420(class_3218.java:371)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:339)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
at net.minecraft.class_3176.method_3813(class_3176.java:289)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:833)
-- Affected level --
Details:
All players: 15 total; [class_3222['liuRT'/590, l='ServerLevel[新的世界]', x=-639.28, y=62.07, z=1013.83], class_3222['YangJieQAQ'/599, l='ServerLevel[新的世界]', x=-635.25, y=62.55, z=1003.59], class_3222['YT_RT'/4858, l='ServerLevel[新的世界]', x=-623.60, y=62.07, z=1007.90], class_3222['chenxiaolim'/4862, l='ServerLevel[新的世界]', x=-432.71, y=62.07, z=878.06], class_3222['dewwd0372'/5463, l='ServerLevel[新的世界]', x=-433.51, y=62.07, z=878.02], class_3222['LaobaQVQ'/291, l='ServerLevel[新的世界]', x=-623.53, y=62.07, z=1007.10], class_3222['shiyizhi_'/688, l='ServerLevel[新的世界]', x=-28.72, y=62.07, z=915.32], class_3222['ForeverCmd'/22052, l='ServerLevel[新的世界]', x=-27.92, y=62.07, z=915.40], class_3222['JiuNianXL'/22119, l='ServerLevel[新的世界]', x=-57.02, y=66.00, z=188.91], class_3222['MRL3679'/22120, l='ServerLevel[新的世界]', x=-156.80, y=68.16, z=-1028.05], class_3222['Th0masq'/22392, l='ServerLevel[新的世界]', x=10.99, y=66.00, z=247.71], class_3222['Si__Nian'/23100, l='ServerLevel[新的世界]', x=19.15, y=62.00, z=245.23], class_3222['Dawn_Sura'/22118, l='ServerLevel[新的世界]', x=26.01, y=62.00, z=248.51], class_3222['YuSuiXin'/22116, l='ServerLevel[新的世界]', x=13.70, y=63.00, z=243.01], class_3222['WenRou_RT'/15539, l='ServerLevel[新的世界]', x=16.12, y=63.00, z=248.14]]
Chunk stats: 9942
Level dimension: minecraft:overworld
Level spawn location: World: (0,65,0), Section: (at 0,1,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 2380903 game time, 2380903 day time
Level name: 新的世界
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 70294 (now: false), thunder time: 2729 (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:875)
at net.minecraft.class_3176.method_3813(class_3176.java:289)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:833)
-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 1207392672 bytes (1151 MiB) / 3623878656 bytes (3456 MiB) up to 34359738368 bytes (32768 MiB)
CPUs: 32
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i9-13900K
Identifier: Intel64 Family 6 Model 183 Stepping 1
Microarchitecture: unknown
Frequency (GHz): 3.00
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 32
Graphics card #0 name: NVIDIA GeForce RTX 4090
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2684
Graphics card #0 versionInfo: DriverVersion=31.0.15.3640
Memory slot #0 capacity (MB): 32768.00
Memory slot #0 clockSpeed (GHz): 3.60
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 32768.00
Memory slot #1 clockSpeed (GHz): 3.60
Memory slot #1 type: DDR4
Virtual memory max (MB): 69372.89
Virtual memory used (MB): 33933.89
Swap memory total (MB): 4096.00
Swap memory used (MB): 0.00
JVM Flags: 1 total; -Xmx32G
Fabric Mods:
ad_astra: Ad Astra 1.12.6
adventurez: AdventureZ 1.4.15
ae2: Applied Energistics 2 12.9.5
aliveandwell: Alive Well 2.4.30
alternate-current: Alternate Current 1.6.0
appleskin: AppleSkin 2.4.1+mc1.19
architectury: Architectury 6.5.85
attributefix: AttributeFix 17.2.6
awesomedungeon: Awesome dungeon 3.0.0
awesomedungeonnether: Awesome dungeon nether 3.0.0
awesomedungeonocean: Awesome dungeon edition ocean 3.0.1
azurelib: AzureLib 1.0.20
com_eliotlash_mclib_mclib: mclib 20
badpackets: Bad Packets 0.2.1
balm-fabric: Balm 4.5.6
bclib: BCLib 2.1.7
betteranimalsplus: Better Animals Plus 1.19.2-11.0.10
bettercombat: Better Combat 1.6.2+1.19
betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
betterfpsdist: Better FPS distance Mod 1.19.1-2.0
bettersleeping: BetterSleeping 0.6.1+1.19
bettersleeping-core: BetterSleeping Core 0.6.1
org_apache_commons_commons-text: commons-text 1.9
bookshelf: Bookshelf 16.3.20
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.3-1.19.2
maelstrom_library: Maelstrom Library 1.3-1.19-pre1
multipart_entities: MultipartEntities 1.2-1.19-pre1
botania: Botania 1.19.2-440-FABRIC
fiber: fiber 0.23.0-2
reach-entity-attributes: Reach Entity Attributes 2.3.0
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
botarium: Botarium 1.8.2
bountiful: Bountiful 3.0.0
cardinal-components: Cardinal Components API 5.0.2
cardinal-components-base: Cardinal Components API (base) 5.0.2
cardinal-components-block: Cardinal Components API (blocks) 5.0.2
cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
cardinal-components-entity: Cardinal Components API (entities) 5.0.2
cardinal-components-item: Cardinal Components API (items) 5.0.2
cardinal-components-level: Cardinal Components API (world saves) 5.0.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
cardinal-components-world: Cardinal Components API (worlds) 5.0.2
carryon: Carry On 2.0.5.11
charmofundying: Charm of Undying 6.0.0+1.19.2
chess: Chess 2.0
chunky: Chunky 1.3.38
cloth-api: Cloth API 4.0.65
cloth-basic-math: cloth-basic-math 0.6.1
cloth-client-events-v0: Cloth Client Events v0 4.0.65
cloth-common-events-v1: Cloth Common Events v1 4.0.65
cloth-utils-v1: Cloth Utils v1 4.0.65
cloth-config: Cloth Config v8 8.2.88
combatroll: Combat Roll 1.1.5+1.19
connectivity: Connectivity Mod 1.19.2-3.8
corgilib: CorgiLib 1.0.0.34
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
create: Create 0.5.1-b-build.1079+mc1.19.2
com_google_code_findbugs_jsr305: jsr305 3.0.2
forgeconfigapiport: Forge Config API Port 4.2.9
milk: Milk Lib 1.0.51
dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
porting_lib: Porting Lib 2.1.1032+1.19.2
forge_tags: Porting Lib Tags 3.0
porting_lib_accessors: Porting Lib Accessors 2.1.1032+1.19.2
porting_lib_attributes: Porting Lib Attributes 2.1.1032+1.19.2
porting_lib_base: Porting Lib Base 2.1.1032+1.19.2
porting_lib_common: Porting Lib Common 2.1.1032+1.19.2
porting_lib_constants: Porting Lib Constants 2.1.1032+1.19.2
porting_lib_entity: Porting Lib Entity 2.1.1032+1.19.2
porting_lib_extensions: Porting Lib Extensions 2.1.1032+1.19.2
porting_lib_fake_players: Porting Lib Fake Players 2.1.1032+1.19.2
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1032+1.19.2
porting_lib_loot: Porting Lib Loot 2.1.1032+1.19.2
porting_lib_model_generators: Porting Lib Model Generators 2.1.1032+1.19.2
porting_lib_model_loader: Porting Lib Model Loader 2.1.1032+1.19.2
porting_lib_models: Porting Lib Models 2.1.1032+1.19.2
porting_lib_networking: Porting Lib Networking 2.1.1032+1.19.2
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1032+1.19.2
porting_lib_transfer: Porting Lib Transfer 2.1.1032+1.19.2
serialization_hooks: Serialization Hooks 0.3.26
registrate-fabric: Registrate for Fabric 1.1.58-MC1.19.2
creeperaiupdated: Creeper AI Updated 1.5.2
darkkore: DarkKore 0.3.1-1.19
com_electronwill_night-config_json: json 3.6.5
com_github_darkkronicle_konstruct_addons: addons 2.0.3-build1
com_github_darkkronicle_konstruct_core: core 2.0.3-build1
dataattributes: Data Attributes 1.4.5+1.19.2
diet: Diet 2.0.0+1.19.2
spectrelib: SpectreLib 0.12.4+1.19.2
doom: Doom Fabric 4.2.28
dragonfight: Dragonfight Mod 1.19.2-2.6
dungeons_arise: When Dungeons Arise 2.1.56
earthtojavamobs: Earth2Java 1.10.1
eldritch_mobs: EldritchMobs 1.13.1
polymer-blocks-ext: Polymer Blocks 0.1.0-alpha.9+1.19.2
server_translations_api: Server Translations API 1.4.18+1.19.2
packet_tweaker: Packet Tweaker 0.3.0+1.18.2
elytraslot: Elytra Slot 6.0.0+1.19.2
emi: EMI 1.0.9+1.19.2+fabric
emi_loot: EMI Loot 0.6.2+1.19
emiffect: EMIffect 0.1.5+mc1.19.2
enderscape: Enderscape 0.4.1-1.19.2
mm: Manningham Mills 2.3
endrem: End Remastered 5.2.0
enhancedcelestials: Enhanced Celestials 2.1.0.6
extended_drawers: Extended Drawers 1.4.1+mc.1.19.2
graphlib: Graph Lib 0.3.6+1.19.2
mconfig: Mconfig 1.2.0+mc.1.19-rc1
de_poiu_apron_apron: apron 2.1.1
extra-mod-integrations: Extra Mod Integrations 0.1.2+1.19.2
fabric-api: Fabric API 0.76.0+1.19.2
fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390
fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390
fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90
fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.8+413cbbc790
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690
fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890
fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
fabric-language-kotlin: Fabric Language Kotlin 1.9.2+kotlin.1.8.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.20.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.0
fabricloader: Fabric Loader 0.14.21
fabricshieldlib: Fabric Shield Lib 1.6.1-lite-1.19
faster_entity_animations: FastAnim 1.5.7
ferritecore: FerriteCore 5.0.3
fixmyspawnr: FixMySpawnR 1.1.3
friendlyfire: FriendlyFire 14.0.5
ftbbackups2: FTB Backups 2 1.0.17
ftblibrary: FTB Library 1902.4.0-build.232
ftbquests: FTB Quests 1902.5.1-build.250
ftbteams: FTB Teams 1902.2.14-build.123
geckolib3: Geckolib 3.1.40
graveyard_biomes: The Graveyard Biomes 1.6
hwg: Happiness is a Warm Gun 1.4.10
immortuoscalyx: Immortuos Calyx 1.7.2.2
improvedmobs: Improved Mobs 1.19-1.11.0
imst: Immersive structures 2.0.7a
inmis: Inmis 2.7.1-1.19
omega-config: OmegaConfig 1.2.3-1.18.1
inmisaddon: InmisAddon 1.0.4
ironchests: Iron Chests: Restocked 3.0.2
itemfilters: Item Filters 1902.2.9-build.51
java: Java HotSpot(TM) 64-Bit Server VM 17
jobsaddon: JobsAddon 1.1.1
kambrik: Kambrik 4.0-1.19.2
krypton: Krypton 0.2.1
com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
kubejs: KubeJS 1902.6.1-build.324
lanserverproperties: Lan Server Properties 1.9
levelz: LevelZ 1.4.9
libraryferret: Library ferret 3.0.0
libz: LibZ 1.0.0
lithium: Lithium 0.11.1
lootr: Lootr 0.4.25.64
mcdw: MC Dungeons Weapons 4.4.1-1.19
enchant_giver: Enchant Giver 1.3.0
mcwbridges: Macaw's Bridges 2.0.5
memory_clear: Memory Clear 1.0.0
memoryleakfix: Memory Leak Fix 1.1.1
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
midnightlib: MidnightLib 1.0.0
minecells: Mine Cells 1.4.3
minecraft: Minecraft 1.19.2
mob_catcher: Mob Catcher 1.2.15
mobz: MobZ 3.3.5
modern_industrialization: Modern Industrialization 1.6.11
magna: Magna 1.8.0-1.19
playerabilitylib: Pal 1.6.0
team_reborn_energy: Energy 2.3.0
modernfix: ModernFix 5.0.2+mc1.19.2
mvs: Vanilla Structure Mod 2.5.10-1.19.2
mythicmounts: Mythic Mounts 1.19.2-7.2
paradise_lost: Paradise Lost 2.1.0-beta+1.19.2
customportalapi: Custom Portal Api 0.0.1-beta54-1.19
gud_recipe_confidence: Recipe Confidence 1.0.2
incubus_core: Incubus Core 1.9.4
patchouli: Patchouli 1.19.2-77-FABRIC
player-animator: Player Animator 1.0.2
playerex: PlayerEx 3.5.3
net_objecthunter_exp4j: exp4j 0.4.8
opc: Offline Player Cache 0.6.4
placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
polymer-all: Polymer (Packed) 0.2.28+1.19.2
polymer: Polymer (Core) 0.2.28+1.19.2
polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2
polymer-autohost: Polymer Auto Host 0.1.4+1.19.2
polymorph: Polymorph 0.46.1+1.19.2
probablychests: Probably Chests 0.5.5-1.19.2
pswg: Galaxies: Parzi's Star Wars Mod 0.0.91+1.19.2
pswg_addon_clonewars: PSWG Addon: Clone Wars Era 0.0.5
publicguiannouncement: Public Gui Announcement 4.3.3
redmorestructure: Reds More Structures 1.0.2-fabric-1.19.2
reroll: Reroll 1.6.0-1.19
omega-config-gui: Omega Config GUI 1.2.3-1.18.1
cloth-config-lite: cloth-config-lite 2.0.6
resourcefulconfig: Resourcefulconfig 1.0.20
resourcefulconfig199a: Resourcefulconfig199A 1.0.15.23
resourcefullib: Resourceful Lib 1.1.24
rhino: Rhino 1902.2.2-build.268
rottencreatures: Rotten Creatures 1.0.1
seasons: Fabric Seasons 2.2.1+1.19
senguiengling: Senguiengling 5.2.6.22
smartbrainlib: SmartBrainLib 1.9
soulsweapons: Marium's Soulslike Weaponry 0.9.9.3
sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
spark: spark 1.10.37
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
spoornbountymobs: SpoornBountyMobs 3.0.1-1.19.2
org_apache_commons_commons-math3: commons-math3 3.3
starlight: Starlight 1.1.1+fabric.ae22326
tenshilib: TenshiLib 1.19.2-1.6.15
terrablender: TerraBlender 2.0.1.125
terralith: Terralith 2.3.9
terrarianslimes: Terrarian Slimes 1.3.1-BETA+1.19
tlc: The Lost Castle 1.0.0
torchbowmod: TorchBowMod 1.0
trashslot: TrashSlot 12.0.2
trinkets: Trinkets 3.4.2
twilightforest: The Twilight Forest 4.2.357
javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
veinmining: Vein Mining 1.0.0-beta.4+1.19.2
voidz: VoidZ 1.0.9
wands: Building Wands 2.6.6-release
xaerominimap: Xaero's Minimap 23.5.0
xaeroworldmap: Xaero's World Map 1.30.6
yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
yungsapi: YUNG's API 1.19.2-Fabric-3.8.9
org_javassist_javassist: javassist 3.28.0-GA
org_reflections_reflections: reflections 0.10.2
yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
Server Running: true
Player Count: 15 / 16; [class_3222['liuRT'/590, l='ServerLevel[新的世界]', x=-639.28, y=62.07, z=1013.83], class_3222['YangJieQAQ'/599, l='ServerLevel[新的世界]', x=-635.25, y=62.55, z=1003.59], class_3222['YT_RT'/4858, l='ServerLevel[新的世界]', x=-623.60, y=62.07, z=1007.90], class_3222['chenxiaolim'/4862, l='ServerLevel[新的世界]', x=-432.71, y=62.07, z=878.06], class_3222['dewwd0372'/5463, l='ServerLevel[新的世界]', x=-433.51, y=62.07, z=878.02], class_3222['LaobaQVQ'/291, l='ServerLevel[新的世界]', x=-623.53, y=62.07, z=1007.10], class_3222['shiyizhi_'/688, l='ServerLevel[新的世界]', x=-28.72, y=62.07, z=915.32], class_3222['ForeverCmd'/22052, l='ServerLevel[新的世界]', x=-27.92, y=62.07, z=915.40], class_3222['JiuNianXL'/22119, l='ServerLevel[新的世界]', x=-57.02, y=66.00, z=188.91], class_3222['MRL3679'/22120, l='ServerLevel[新的世界]', x=-156.80, y=68.16, z=-1028.05], class_3222['Th0masq'/22392, l='ServerLevel[新的世界]', x=10.99, y=66.00, z=247.71], class_3222['Si__Nian'/23100, l='ServerLevel[新的世界]', x=19.15, y=62.00, z=245.23], class_3222['Dawn_Sura'/22118, l='ServerLevel[新的世界]', x=26.01, y=62.00, z=248.51], class_3222['YuSuiXin'/22116, l='ServerLevel[新的世界]', x=13.70, y=63.00, z=243.01], class_3222['WenRou_RT'/15539, l='ServerLevel[新的世界]', x=16.12, y=63.00, z=248.14]]
Data Packs: vanilla, Fabric Mods
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)