![Spellbound Enchantments [Fabric]](https://media.forgecdn.net/avatars/thumbnails/330/426/256/256/637457742200103088.png)
Server crash with jousting enchant
CactusDuud opened this issue · 1 comments
crash log
---- Minecraft Crash Report ---- // You should try our sister game, Minceraft!Time: 2023-11-01 23:43:54
Description: Ticking entity
java.lang.NullPointerException: Cannot read field "x" because "$$0" is null
at MC//net.minecraft.util.math.Vec3d.subtract(Vec3d.java:79)
at net.tigereye.spellbound.enchantments.damage.JoustingEnchantment.getAttackDamage(JoustingEnchantment.java:63)
at net.tigereye.spellbound.util.SBEnchantmentHelper.lambda$getAttackDamage$1(SBEnchantmentHelper.java:77)
at net.tigereye.spellbound.util.SBEnchantmentHelper.lambda$forEachSpellboundEnchantment$37(SBEnchantmentHelper.java:330)
at [email protected]/java.util.Optional.ifPresent(Optional.java:178)
at net.tigereye.spellbound.util.SBEnchantmentHelper.forEachSpellboundEnchantment(SBEnchantmentHelper.java:328)
at net.tigereye.spellbound.util.SBEnchantmentHelper.getAttackDamage(SBEnchantmentHelper.java:77)
at MC//net.minecraft.entity.mob.MobEntity.localvar$hem000$spellbound$spellboundMobEntityTryAttackMixin(MobEntity.java:11578)
at MC//net.minecraft.entity.mob.MobEntity.tryAttack(MobEntity.java:1432)
at MC//net.minecraft.entity.mob.ZombieEntity.tryAttack(ZombieEntity.java:345)
at MC//net.minecraft.entity.ai.goal.MeleeAttackGoal.attack(MeleeAttackGoal.java:152)
at MC//net.minecraft.entity.ai.goal.MeleeAttackGoal.tick(MeleeAttackGoal.java:144)
at MC//net.minecraft.entity.ai.goal.ZombieAttackGoal.tick(ZombieAttackGoal.java:28)
at MC//net.minecraft.entity.ai.goal.PrioritizedGoal.tick(PrioritizedGoal.java:65)
at MC//net.minecraft.entity.ai.goal.GoalSelector.tickGoals(GoalSelector.java:119)
at MC//net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:110)
at MC//net.minecraft.entity.mob.MobEntity.tickNewAi(MobEntity.java:753)
at MC//net.minecraft.entity.LivingEntity.tickMovement(LivingEntity.java:2641)
at MC//net.minecraft.entity.mob.MobEntity.tickMovement(MobEntity.java:553)
at MC//net.minecraft.entity.mob.HostileEntity.tickMovement(HostileEntity.java:44)
at MC//net.minecraft.entity.mob.ZombieEntity.tickMovement(ZombieEntity.java:260)
at MC//net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2385)
at MC//net.minecraft.entity.mob.MobEntity.tick(MobEntity.java:353)
at MC//net.minecraft.entity.mob.ZombieEntity.tick(ZombieEntity.java:233)
at MC//net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:712)
at MC//net.minecraft.world.World.tickEntity(World.java:466)
at MC//net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:371)
at MC//net.minecraft.world.EntityList.forEach(EntityList.java:54)
at MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:339)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
at MC//net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at [email protected]/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 MC//net.minecraft.util.math.Vec3d.subtract(Vec3d.java:79)
at net.tigereye.spellbound.enchantments.damage.JoustingEnchantment.getAttackDamage(JoustingEnchantment.java:63)
at net.tigereye.spellbound.util.SBEnchantmentHelper.lambda$getAttackDamage$1(SBEnchantmentHelper.java:77)
at net.tigereye.spellbound.util.SBEnchantmentHelper.lambda$forEachSpellboundEnchantment$37(SBEnchantmentHelper.java:330)
at [email protected]/java.util.Optional.ifPresent(Optional.java:178)
at net.tigereye.spellbound.util.SBEnchantmentHelper.forEachSpellboundEnchantment(SBEnchantmentHelper.java:328)
at net.tigereye.spellbound.util.SBEnchantmentHelper.getAttackDamage(SBEnchantmentHelper.java:77)
at MC//net.minecraft.entity.mob.MobEntity.localvar$hem000$spellbound$spellboundMobEntityTryAttackMixin(MobEntity.java:11578)
at MC//net.minecraft.entity.mob.MobEntity.tryAttack(MobEntity.java:1432)
at MC//net.minecraft.entity.mob.ZombieEntity.tryAttack(ZombieEntity.java:345)
at MC//net.minecraft.entity.ai.goal.MeleeAttackGoal.attack(MeleeAttackGoal.java:152)
at MC//net.minecraft.entity.ai.goal.MeleeAttackGoal.tick(MeleeAttackGoal.java:144)
at MC//net.minecraft.entity.ai.goal.ZombieAttackGoal.tick(ZombieAttackGoal.java:28)
at MC//net.minecraft.entity.ai.goal.PrioritizedGoal.tick(PrioritizedGoal.java:65)
at MC//net.minecraft.entity.ai.goal.GoalSelector.tickGoals(GoalSelector.java:119)
at MC//net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:110)
at MC//net.minecraft.entity.mob.MobEntity.tickNewAi(MobEntity.java:753)
at MC//net.minecraft.entity.LivingEntity.tickMovement(LivingEntity.java:2641)
at MC//net.minecraft.entity.mob.MobEntity.tickMovement(MobEntity.java:553)
at MC//net.minecraft.entity.mob.HostileEntity.tickMovement(HostileEntity.java:44)
at MC//net.minecraft.entity.mob.ZombieEntity.tickMovement(ZombieEntity.java:260)
at MC//net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2385)
at MC//net.minecraft.entity.mob.MobEntity.tick(MobEntity.java:353)
at MC//net.minecraft.entity.mob.ZombieEntity.tick(ZombieEntity.java:233)
at MC//net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:712)
at MC//net.minecraft.world.World.tickEntity(World.java:466)
at MC//net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:371)
at MC//net.minecraft.world.EntityList.forEach(EntityList.java:54)
at MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:339)
Mixins in Stacktrace: None found
-- Entity being ticked --
Details:
Entity Type: minecraft:zombie (net.minecraft.class_1642)
Entity ID: 1275891
Entity Name: Zombie
Entity's Exact location: -389.00, -8.00, -263.00
Entity's Block location: World: (-389,-8,-263), Section: (at 11,8,9 in -25,-1,-17; chunk contains blocks -400,-64,-272 to -385,319,-257), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Entity's Momentum: -0.88, 0.07, -0.14
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at MC//net.minecraft.world.World.tickEntity(World.java:466)
at MC//net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:371)
at MC//net.minecraft.world.EntityList.forEach(EntityList.java:54)
at MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:339)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
at MC//net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at [email protected]/java.lang.Thread.run(Thread.java:833)
Mixins in Stacktrace:
net.minecraft.server.MinecraftServer:
potionstudios.byg.mixin.access.MinecraftServerAccess (byg.mixins.json)
org.embeddedt.modernfix.fabric.mixin.core.MinecraftServerMixin (modernfix-fabric.mixins.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json)
net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
com.yyon.grapplinghook.mixin.ServerStartMixin (grapplemod.mixins.json)
net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
potionstudios.byg.mixin.server.MixinMinecraftServer (byg.mixins.json)
terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
xaero.pac.common.mixin.MixinMinecraftServer (openpartiesandclaims.mixins.json)
net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json)
net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.MinecraftServerMixin (kubejs-common.mixins.json)
de.siphalor.tweed4.mixin.MinecraftServerAccessor (tweed4_base.mixin.json)
com.unascribed.fabrication.mixin._general.config.MixinMinecraftServer (fabrication.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
org.embeddedt.modernfix.common.mixin.perf.dedicated_reload_executor.MinecraftServerMixin (modernfix-common.mixins.json)
org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json)
dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective_fabric.mixins.json)
xaero.common.mixin.MixinMinecraftServer (xaerominimap.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.accessor.MinecraftServerAccessor (porting_lib_accessors.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.inject_resources.MinecraftServerMixin (kubejs-common.mixins.json)
xaero.map.mixin.MixinMinecraftServer (xaeroworldmap.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
cn.foggyhillside.ends_delight.mixin.EndsDelightMixin (ends_delight.mixins.json)
de.siphalor.tweed4.mixin.MixinMinecraftServer (tweed4_base.mixin.json)
-- Affected level --
Details:
All players: 2 total; [class_3222['catacombs'/144989, l='ServerLevel[world]', x=-471.93, y=122.00, z=1449.07], class_3222['The_Pigboy'/1272143, l='ServerLevel[world]', x=-375.37, y=90.66, z=-267.92]]
Chunk stats: 8467
Level dimension: minecraft:overworld
Level spawn location: World: (-32,62,11), Section: (at 0,14,11 in -2,3,0; chunk contains blocks -32,-64,0 to -17,319,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
Level time: 4374451 game time, 12217358 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 25823 (now: false), thunder time: 1608 (now: false)
Known server brands: fabric
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
at MC//net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at [email protected]/java.lang.Thread.run(Thread.java:833)
Mixins in Stacktrace:
net.minecraft.server.MinecraftServer:
potionstudios.byg.mixin.access.MinecraftServerAccess (byg.mixins.json)
org.embeddedt.modernfix.fabric.mixin.core.MinecraftServerMixin (modernfix-fabric.mixins.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json)
net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
com.yyon.grapplinghook.mixin.ServerStartMixin (grapplemod.mixins.json)
net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
potionstudios.byg.mixin.server.MixinMinecraftServer (byg.mixins.json)
terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
xaero.pac.common.mixin.MixinMinecraftServer (openpartiesandclaims.mixins.json)
net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json)
net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.MinecraftServerMixin (kubejs-common.mixins.json)
de.siphalor.tweed4.mixin.MinecraftServerAccessor (tweed4_base.mixin.json)
com.unascribed.fabrication.mixin._general.config.MixinMinecraftServer (fabrication.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
org.embeddedt.modernfix.common.mixin.perf.dedicated_reload_executor.MinecraftServerMixin (modernfix-common.mixins.json)
org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json)
dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective_fabric.mixins.json)
xaero.common.mixin.MixinMinecraftServer (xaerominimap.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.accessor.MinecraftServerAccessor (porting_lib_accessors.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.inject_resources.MinecraftServerMixin (kubejs-common.mixins.json)
xaero.map.mixin.MixinMinecraftServer (xaeroworldmap.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
cn.foggyhillside.ends_delight.mixin.EndsDelightMixin (ends_delight.mixins.json)
de.siphalor.tweed4.mixin.MixinMinecraftServer (tweed4_base.mixin.json)
-- 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.8, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 5001975616 bytes (4770 MiB) / 10737418240 bytes (10240 MiB) up to 10737418240 bytes (10240 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 5800X 8-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
Microarchitecture: Zen 3
Frequency (GHz): 3.79
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 3060
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2504
Graphics card #0 versionInfo: DriverVersion=31.0.15.3699
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 2.67
Memory slot #1 type: DDR4
Virtual memory max (MB): 74745.40
Virtual memory used (MB): 66350.80
Swap memory total (MB): 42091.01
Swap memory used (MB): 15005.05
JVM Flags: 20 total; -Xms10G -Xmx10G -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:
advdebug: Advancements Debug 2.3.0
almostunified: AlmostUnified 1.19.2-0.7.0
andromeda: Andromeda 0.9.2-1.19.2
dark-matter-analytics: Dark Matter Analytics 1.1.0-1.19.2
dark-matter-analytics-crashes: Dark Matter Analytics Crashes 1.1.0-1.19.2
dark-matter-analytics-mixpanel: Dark Matter Mixpanel Analytics 1.1.0-1.19.2
dark-matter-base: Dark Matter Base 1.1.0-1.19.2
dark-matter-content: Dark Matter Content 1.1.0-1.19.2
dark-matter-glitter: Dark Matter Glitter 1.1.0-1.19.2
dark-matter-minecraft: Dark Matter Minecraft 1.1.0-1.19.2
dark-matter-mirage: Dark Matter Mirage 1.1.0-1.19.2
angling: Angling Mod 1.0.1
architects_palette: Architect's Palette Fabric 3.0.0
architectury: Architectury 6.5.85
artifacts: Artifacts 7.1.1+fabric
expandability: ExpandAbility 6.0.0
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
auditory: Auditory 0.0.4-1.19.x
autotag-convention: AutoTag Convention 2.0.0+1.19
autotag: AutoTag 2.0.0+1.19
backpacked: Backpacked 2.2.7
balm-fabric: Balm 4.6.0
bclib: BCLib 2.1.7
beautify: Beautify 1.1.1+fabric-1.19.2
cardinal-components-base: Cardinal Components API (base) 5.0.2
cardinal-components-entity: Cardinal Components API (entities) 5.0.2
cardinal-components-world: Cardinal Components API (worlds) 5.0.2
better_climbing: Better Climbing 2
betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.2
org_reflections_reflections: reflections 0.10.2
betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
betterend: Better End 2.1.6
betterendisland: YUNG's Better End Island 1.19.2-Fabric-1.0
betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.6
betterjungletemples: YUNG's Better Jungle Temples 1.19.2-Fabric-1.0.1
bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
betternether: Better Nether 7.1.4
betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.1
bettersafebed: BetterSafeBed 4
betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
biomemakeover: Biome Makeover 1.19.2-1.6.4
blahaj: Blahaj 0.2.0
bookshelf: Bookshelf 16.3.20
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
maelstrom_library: Maelstrom Library 1.3-1.19-pre1
multipart_entities: MultipartEntities 1.2-1.19-pre1
brewinandchewin: Brewin And Chewin fabric-2.3.1+1.19.2
mm: Manningham Mills 2.3
bushierflowers: Bushier Flowers 0.0.1-1.19.2
byg: Oh The Biomes You'll Go 2.0.1.4
cardinal-components: Cardinal Components API 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-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
chickensshed: ChickensShed 1.3.6
choicetheorems_overhauledvillagefriendsandfoesaddon_mr: ChoiceTheorem's Overhauled Village - Friends and Foes Add-on 1.1
cloth-config: Cloth Config v8 8.3.103
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 9.0.0+14
collective: Collective 6.66
combatroll: Combat Roll 1.1.5+1.19
connectiblechains: Connectible Chains 2.1.4+1.19.2
continents: Continents 1.1.3
convenientdecor: Convenient Decor 0.2.0
corgilib: CorgiLib 1.0.0.34
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
coyote_time: Coyote Time 1.0.0
create: Create 0.5.1-c-build.1160+mc1.19.2
com_google_code_findbugs_jsr305: jsr305 3.0.2
forge_tags: Porting Lib Tags 3.0
milk: Milk Lib 1.0.51
dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
porting_lib_accessors: Porting Lib Accessors 2.1.1096+1.19.2
porting_lib_base: Porting Lib Base 2.1.1096+1.19.2
porting_lib_attributes: Porting Lib Attributes 2.1.1096+1.19.2
porting_lib_common: Porting Lib Common 2.1.1096+1.19.2
porting_lib_constants: Porting Lib Constants 2.1.1096+1.19.2
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1096+1.19.2
porting_lib_loot: Porting Lib Loot 2.1.1096+1.19.2
porting_lib_model_generators: Porting Lib Model Generators 2.1.1096+1.19.2
porting_lib_model_loader: Porting Lib Model Loader 2.1.1096+1.19.2
porting_lib_models: Porting Lib Models 2.1.1096+1.19.2
porting_lib_entity: Porting Lib Entity 2.1.1096+1.19.2
porting_lib_extensions: Porting Lib Extensions 2.1.1096+1.19.2
porting_lib_fake_players: Porting Lib Fake Players 2.1.1096+1.19.2
porting_lib_networking: Porting Lib Networking 2.1.1096+1.19.2
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1096+1.19.2
porting_lib_transfer: Porting Lib Transfer 2.1.1096+1.19.2
reach-entity-attributes: Reach Entity Attributes 2.3.0
registrate-fabric: Registrate for Fabric 1.1.58-MC1.19.2
create_enchantment_industry: Create Enchantment Industry 1.0.1.b
create_dragon_lib: Create Dragon Lib 1.0.1
create_renewableores_mr: Create Renewable Ores 1
createutilities: Create Utilities 0.1.3+1.19.2
crittersandcompanions: Critters and Companions 1.19.2-2.0.1
cryingghasts: Crying Ghasts 3.1
ctov: ChoiceTheorem's Overhauled Village 3.2.6c
ctov_beautifyaddon_mr: ChoiceTheorem's Overhauled Village - Beautify Add-on 1.0
culturaldelights: Cultural Delights Fabric 0.14.10+1.19.2
terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
davespotioneering: Dave's Potioneering fabric-1.19.2-1.4.2
cloth-client-events-v0: Cloth Client Events v0 4.0.65
dawn: Dawn API 3.5.0
debugify: Debugify 2.8.0
decorative_blocks: Decorative Blocks 3.1.1
diagonalfences: Diagonal Fences 4.2.6
diagonalwindows: Diagonal Windows 4.0.2
doubledoors: Double Doors 5.0
dummmmmmy: MmmMmmMmmMmm 1.19.2-1.7.2
dungeons_andtaverns_mr: Dungeons and Taverns 2.0.2
dungeons_arise: When Dungeons Arise 2.1.56
earthtojavamobs: Earth2Java 1.10.1
easyanvils: Easy Anvils 4.0.11
easymagic: Easy Magic 4.3.3
easyshulkerboxes: Easy Shulker Boxes 4.4.1
ecologics: Ecologics 2.1.11
elytraslot: Elytra Slot 6.1.1+1.19.2
emi: EMI 1.0.23+1.19.2+fabric
emi_loot: EMI Loot 0.6.5+1.19
emiffect: EMIffect 0.1.5+mc1.19.2
enchancement: Enchancement 1.19-14
midnightlib: MidnightLib 1.0.0
enchantmentsplus: Enchantments Plus 1.2.0+1.19.2
enderscape: Enderscape 0.4.1-1.19.2
endrem: End Remastered 5.2.0
ends_delight: End's Delight 1.19.2-1.0
everycomp: Every Compat 1.19.2-2.5.11
expandeddelight: Expanded Delight 0.2.5
extended_drawers: Extended Drawers 1.4.5+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
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
extraalchemy: Extra Alchemy 1.9.0
fabric-api: Fabric API 0.76.1+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.42+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.9+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.12+def3f86d90
fabric-networking-v0: Fabric Networking (v0) 0.3.29+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.2+413cbbc790
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.33+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.8+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.10.10+kotlin.1.9.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.22.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0
fabrication: Fabrication 3.3.17+1.19
fabricloader: Fabric Loader 0.14.23
fallingtrees: Panda's Falling Trees 0.6-beta
org_joml_joml: joml 1.10.5
farmersdelight: Farmer's Delight 1.19.2-1.3.10.1
farmersrespite: Farmer's Respite 2.2.5
porting_lib: Porting Lib 2.1.815+1.19.2
serialization_hooks: Serialization Hooks 0.3.26
fast-portals: Fast Portals 1.0.2
ferritecore: FerriteCore 5.0.3
firespreadtweaks: Fire Spread Tweaks 2.3
flamearrows: FlameArrows 1.19.2-11
flowerymooblooms: Friends&Foes - Flowery Mooblooms 1.0.0
forgeconfigapiport: Forge Config API Port 4.2.11
framework: Framework 0.6.16
org_javassist_javassist: javassist 3.29.2-GA
friendsandfoes: Friends&Foes 1.8.10
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-rc.5
furnish: Furnish 23
galosphere: Galosphere 1.19.2-1.3.0
geckolib3: Geckolib 3.1.40
com_eliotlash_mclib_mclib: mclib 20
geophilic: Geophilic 1.19-2.0.0b
grabbymobs: Grabby Mobs 1.1
grapplemod: Grappling Hook Mod 1.19.2-v1.7
graveyard: The Graveyard 2.3.2
hardcorerevival: Hardcore Revival 9.0.2
harvestwithease: Harvest with ease 6.0.1.4-final
herdspanic: Herds Panic 1.0.6
immersive_weathering: Immersive Weathering 1.19.2-1.2.10
immersivesnow: Immersive Snow 1.3.0
integrated_api: Integrated API 1.2.7+1.19.2
integrated_stronghold: Integrated Stronghold 1.0.2+1.19.2
interactic: Interactic 0.1.11+1.19
item_obliterator: Item Obliterator 1.2.0
jade: Jade 8.7.3
java: Java HotSpot(TM) 64-Bit Server VM 17
kiwi: Kiwi Lib 8.3.4
krypton: Krypton 0.2.1
com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
kubejs: KubeJS 1902.6.2-build.33
kubejs_create: KubeJS Create 1902.2.4-build.37
leashmod: Leashable Players 1.0.5
leavesbegone: Leaves Be Gone 4.0.1
lithium: Lithium 0.11.1
logbegone: Log Begone 1.0.6
lootify: Lootify 0.1.2+1.19
mcda: MC Dungeons Armors 2.4.4
mcdar: MC Dungeons Artifacts 1.5.3-1.19
mcdw: MC Dungeons Weapons 5.0.13-1.19
enchant_giver: Enchant Giver 1.3.0
mcwbridges: Macaw's Bridges 2.1.0
mcwroofs: Macaw's Roofs 2.2.4b
mcwwindows: Macaw's Windows 2.2.0
memoryleakfix: Memory Leak Fix 1.1.2
minecraft: Minecraft 1.19.2
missingwilds: Missing Wilds 1.2.0-beta.2
mixin-conflict-helper: Mixin Conflict Helper 1.2.0
mixintrace: MixinTrace 1.1.1+1.17
mobs_attempt_parkour: Mobs Attempt Parkour 0.3-1.19-pre1
modernfix: ModernFix 5.8.1+mc1.19.2
monsters_in_the_closet: Monsters in the Closet 1.0.3+1.19
moonlight: Moonlight 1.19.2-2.2.45
morepotions: More Potions 1.0.2
mr_ctov_bygcompat: CTOV - BYG Compat 1.0
mr_ctov_farmersdelightcompat: CTOV - Farmer Delight Compat 2.1
mr_edf_remastered: Ender Dragon Fight Remastered 4.3
musketmod: Musket Mod 1.4.6
mutantmonsters: Mutant Monsters 4.0.6
naturalist: Naturalist 3.0.4
nethersdelight: Nether's Delight 1.0.1
noenchantcap: No Enchant Cap 2.2.4
opaccreatesupport: OPAC Create Mod Support 1.3.0
openpartiesandclaims: Open Parties and Claims 0.20.0
ostoverhaul: Ost Overhaul 0.2.6
overweight_farming: Overweight Farming 1.19.2-2.0.2-fabric
playerabilitylib: Pal 1.6.0
owo: oωo 0.9.3+1.19
blue_endless_jankson: jankson 1.2.1
passablefoliage: Passable Foliage 1.19-fabric-5.0.2
patchouli: Patchouli 1.19.2-77-FABRIC
fiber: fiber 0.23.0-2
pehkui: Pehkui 3.7.8+1.14.4-1.20.1
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
ping-wheel: Ping Wheel 1.5.1
player-animator: Player Animator 1.0.2
pressalttomeow: Press Alt To Meow 1.0.3
projectile_damage: Projectile Damage Attribute 3.2.1+1.19
promenade: Promenade 2.7.1
terraform-shapes-api-v1: Terraform Shapes API (v1) 4.0.0
puzzleslib: Puzzles Lib 4.4.3
qolfixes: QoLFixes 2.0.7-1.19
ratsmischief: Rat's Mischief 1.4.0
reacharound: Reacharound 1.1.2
realisticbees: Realistic Bees 3.3
realisticfirespread: Realistic Fire Spread 1.19-2
rhino: Rhino 1902.2.2-build.280
rottencreatures: Rotten Creatures 1.0.1
scaffoldingdropsnearby: Scaffolding Drops Nearby 3.0
seasons: Fabric Seasons 2.3+1.19
seasonsbygcompat: Fabric Seasons: BYG Compat 1.0-2.0.1.1
seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.19
sihywtcamd: sihywtcamd 1.7.2+1.19
skeletalremains: Skeletal Remains 1.3.3.2
omega-config: OmegaConfig 1.3.0+1.19.2
sleep_tight: Sleep Tight 1.19.2-1.0.23
sleepwarp: SleepWarp 2.0.0+1.19.2
sliceanddice: Create Slice & Dice 2.3.2
slimyboyos: Slimy Boyos 5.0.0.5
smarterfarmers: Smarter Farmers 1.19.2-1.7.1
smoothboot: Smooth Boot 1.19-1.7.1
snowrealmagic: Snow! Real Magic! 5.1.2
soulfired: Soul fire'd 3.2.0.1
spellbound: Spellbound 1.13.0
modify-drops-api: Modify Drops API 0.4.0.2
spelunkery: Spelunkery 1.19.2-0.2.5
spiceoffabric: Spice of Fabric 1.6.2+mc1.19.2
capsaicin: Capsaicin 1.3.3+mc1.19.2
tweed4_annotated: tweed4_annotated 1.3.1+mc22w17a
tweed4_base: tweed4_base 1.7.1+mc22w17a
tweed4_data: tweed4_data 1.2.1+mc22w17a
tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc22w17a
tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc22w17a
stackdeobfuscator: StackDeobfuscator 1.4.1+03a1fe4
dev_booky_common_: common 1.4.1+03a1fe4
net_fabricmc_mapping-io: mapping-io 0.3.0
starlight: Starlight 1.1.1+fabric.ae22326
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
supermartijn642corelib: SuperMartijn642's Core Lib 1.1.15
supplementaries: Supplementaries 1.19.2-2.3.24
terrablender: TerraBlender 2.0.1.166
things: Things 0.3.0+1.19
tlc: The Lost Castle 1.0.0
toms_storage: Tom's Simple Storage Mod 1.5.9
tradingpost: Trading Post 4.2.0
trinkets: Trinkets 3.4.2
twilightforest: The Twilight Forest 4.2.357
javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
ubesdelight: Ube's Delight 0.1.4
universalenchants: Universal Enchants 4.2.15
extensibleenums: Extensible Enums 4.0.0
vc_gliders: Gliders 1.1.3
palladiumcore: PalladiumCore 1.19.2-1.4.1.1
villagernames: Villager Names 5.2
visualworkbench: Visual Workbench 4.2.4
vmp: Very Many Players 0.2.0+beta.7.30
weakerspiderwebs: Weaker Spiderwebs 3.2
wwfix: Water Walking Fix 1.0.0
xaerominimap: Xaero's Minimap 23.8.3
xaeroworldmap: Xaero's World Map 1.35.0
yigd: You're in Grave Danger 1.4.9
yippee: Yippee 1.3.1-fabric
ysns: You Shall Not Spawn! 1.0.1
yungsapi: YUNG's API 1.19.2-Fabric-3.8.9
yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
yuushya: Yuushya 2.1.1
Server Running: true
Player Count: 2 / 10; [class_3222['catacombs'/144989, l='ServerLevel[world]', x=-471.93, y=122.00, z=1449.07], class_3222['The_Pigboy'/1272143, l='ServerLevel[world]', x=-375.37, y=90.66, z=-267.92]]
Data Packs: vanilla, Fabric Mods, Everycomp Generated Pack, Immersive Weathering Generated Pack, Spelunkery Generated Pack, Supplementaries Generated Pack
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)