Data Attributes crashes with Creeper Overhaul
ConqAra opened this issue ยท 2 comments
Getting a ticking entity crash with data attributes and creeper overhaul's mobs.
Entire Log: https://paste.ee/p/TlCcY
Error part of log:
[05:00:54] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.class_148: Ticking entity
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:911) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851) ~[client-intermediary.jar:?]
at net.minecraft.class_1132.method_3748(class_1132.java:97) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273) ~[client-intermediary.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.github.clevernucleus.dataattributes.mutable.MutableEntityAttribute.stackingBehaviour()" because "attribute" is null
at net.minecraft.class_1324.handler$bdm000$data_computeValue(class_1324.java:586) ~[client-intermediary.jar:?]
at net.minecraft.class_1324.method_26840(class_1324.java) ~[client-intermediary.jar:?]
at net.minecraft.class_1324.method_6194(class_1324.java:125) ~[client-intermediary.jar:?]
at net.minecraft.class_5132.method_26862(class_5132.java:28) ~[client-intermediary.jar:?]
at net.minecraft.class_5131.method_26852(class_5131.java:62) ~[client-intermediary.jar:?]
at net.minecraft.class_1309.method_26825(class_1309.java:1868) ~[client-intermediary.jar:?]
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_26825(BaseCreeper.java:267) ~[creeperoverhaul-1.18.2-1.3.1-fabric.jar:?]
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_6010(BaseCreeper.java:152) ~[creeperoverhaul-1.18.2-1.3.1-fabric.jar:?]
at net.minecraft.class_1309.method_6007(class_1309.java:2628) ~[client-intermediary.jar:?]
at net.minecraft.class_1308.method_6007(class_1308.java:546) ~[client-intermediary.jar:?]
at net.minecraft.class_1588.method_6007(class_1588.java:43) ~[client-intermediary.jar:?]
at net.minecraft.class_1309.method_5773(class_1309.java:2354) ~[client-intermediary.jar:?]
at net.minecraft.class_1308.method_5773(class_1308.java:346) ~[client-intermediary.jar:?]
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_5773(BaseCreeper.java:211) ~[creeperoverhaul-1.18.2-1.3.1-fabric.jar:?]
at net.minecraft.class_3218.method_18762(class_3218.java:702) ~[client-intermediary.jar:?]
at net.minecraft.class_1937.method_18472(class_1937.java:485) ~[client-intermediary.jar:?]
at net.minecraft.class_3218.method_31420(class_3218.java:363) ~[client-intermediary.jar:?]
at net.minecraft.class_5574.method_31791(class_5574.java:54) ~[client-intermediary.jar:?]
at net.minecraft.class_3218.method_18765(class_3218.java:331) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907) ~[client-intermediary.jar:?]
... 5 more
[05:00:54] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Sbabi\OneDrive\Desktop\More\MultiMC\instances\Terralift2Test\.minecraft\crash-reports\crash-2022-06-23_05.00.54-server.txt
[05:00:54] [Thread-33/INFO]: Voice UDP server stopped
[05:00:54] [Server thread/INFO]: Stopping server
[05:00:54] [Server thread/INFO]: Saving players
---- Minecraft Crash Report ----
// You're mean.
Time: 6/23/22, 5:00 AM
Description: Ticking entity
java.lang.NullPointerException: Cannot invoke "com.github.clevernucleus.dataattributes.mutable.MutableEntityAttribute.stackingBehaviour()" because "attribute" is null
at net.minecraft.class_1324.handler$bdm000$data_computeValue(class_1324.java:586)
at net.minecraft.class_1324.method_26840(class_1324.java)
at net.minecraft.class_1324.method_6194(class_1324.java:125)
at net.minecraft.class_5132.method_26862(class_5132.java:28)
at net.minecraft.class_5131.method_26852(class_5131.java:62)
at net.minecraft.class_1309.method_26825(class_1309.java:1868)
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_26825(BaseCreeper.java:267)
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_6010(BaseCreeper.java:152)
at net.minecraft.class_1309.method_6007(class_1309.java:2628)
at net.minecraft.class_1308.method_6007(class_1308.java:546)
at net.minecraft.class_1588.method_6007(class_1588.java:43)
at net.minecraft.class_1309.method_5773(class_1309.java:2354)
at net.minecraft.class_1308.method_5773(class_1308.java:346)
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_5773(BaseCreeper.java:211)
at net.minecraft.class_3218.method_18762(class_3218.java:702)
at net.minecraft.class_1937.method_18472(class_1937.java:485)
at net.minecraft.class_3218.method_31420(class_3218.java:363)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:331)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
at net.minecraft.class_1132.method_3748(class_1132.java:97)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
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: Render thread
Stacktrace:
at net.minecraft.class_1324.handler$bdm000$data_computeValue(class_1324.java:586)
at net.minecraft.class_1324.method_26840(class_1324.java)
at net.minecraft.class_1324.method_6194(class_1324.java:125)
at net.minecraft.class_5132.method_26862(class_5132.java:28)
at net.minecraft.class_5131.method_26852(class_5131.java:62)
at net.minecraft.class_1309.method_26825(class_1309.java:1868)
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_26825(BaseCreeper.java:267)
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_6010(BaseCreeper.java:152)
at net.minecraft.class_1309.method_6007(class_1309.java:2628)
at net.minecraft.class_1308.method_6007(class_1308.java:546)
at net.minecraft.class_1588.method_6007(class_1588.java:43)
at net.minecraft.class_1309.method_5773(class_1309.java:2354)
at net.minecraft.class_1308.method_5773(class_1308.java:346)
at tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper.method_5773(BaseCreeper.java:211)
at net.minecraft.class_3218.method_18762(class_3218.java:702)
at net.minecraft.class_1937.method_18472(class_1937.java:485)
at net.minecraft.class_3218.method_31420(class_3218.java:363)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:331)
-- Entity being ticked --
Details:
Entity Type: creeperoverhaul:cave_creeper (tech.thatgravyboat.creeperoverhaul.common.entity.base.BaseCreeper)
Entity ID: 6200
Entity Name: Cave Creeper
Entity's Exact location: -44.85, 24.00, -165.67
Entity's Block location: World: (-45,24,-166), Section: (at 3,8,10 in -3,1,-11; chunk contains blocks -48,-64,-176 to -33,319,-161), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Entity's Momentum: -0.05, -0.08, -0.03
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at net.minecraft.class_1937.method_18472(class_1937.java:485)
at net.minecraft.class_3218.method_31420(class_3218.java:363)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:331)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
at net.minecraft.class_1132.method_3748(class_1132.java:97)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
at java.base/java.lang.Thread.run(Thread.java:833)
-- Affected level --
Details:
All players: 1 total; [class_3222['ConqAra'/264, l='ServerWorld minecraft:overworld New World', x=6.33, y=72.00, z=-151.70]]
Chunk stats: 2614
Level dimension: minecraft:overworld
Level spawn location: World: (0,83,0), Section: (at 0,3,0 in 0,5,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: 15173 game time, 3135 day time
Level name: New World
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Level weather: Rain time: 78329 (now: false), thunder time: 126638 (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:907)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
at net.minecraft.class_1132.method_3748(class_1132.java:97)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
at java.base/java.lang.Thread.run(Thread.java:833)
-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 18.0.1.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 937489888 bytes (894 MiB) / 5091885056 bytes (4856 MiB) up to 16777216000 bytes (16000 MiB)
CPUs: 16
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
Identifier: Intel64 Family 6 Model 158 Stepping 13
Microarchitecture: unknown
Frequency (GHz): 3.60
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 2070 SUPER
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1e84
Graphics card #0 versionInfo: DriverVersion=30.0.15.1295
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Memory slot #2 capacity (MB): 16384.00
Memory slot #2 clockSpeed (GHz): 3.20
Memory slot #2 type: DDR4
Memory slot #3 capacity (MB): 16384.00
Memory slot #3 clockSpeed (GHz): 3.20
Memory slot #3 type: DDR4
Virtual memory max (MB): 75198.22
Virtual memory used (MB): 38979.74
Swap memory total (MB): 9728.00
Swap memory used (MB): 0.00
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4000m -Xmx16000m
Fabric Mods:
adorn: Adorn 3.4.0+1.18.2
appleskin: AppleSkin 2.4.0+mc1.18.2
architectury: Architectury 4.2.50
armor_hud: BerdinskiyBear's ArmorHUD 0.3.5
artifacts: Artifacts 7.0.3+fabric
expandability: ExpandAbility 6.0.0
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
awaymute: AwayMute 2.0.0+1.18-fabric
axesareweapons: Axes Are Weapons 1.5.2
badpackets: Bad Packets 0.1.2
bclib: BCLib 1.4.7
bedbenefitsfabric: Bed Benefits 1.18-0.1.0
betterbeaconplacement-fabric: Better Beacon Placement (Fabric) 1.4
betterconduitplacement-fabric: Better Conduit Placement (Fabric) 1.3
betterdeserttemples: YUNG's Better Desert Temples 1.18.2-Fabric-1.1.0
betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0
betterimpaling: Better Impaling 2.0.5
bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.1.4
betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
betterthanmending: BetterThanMending 1.3.0
betterthirdperson: Better Third Person 1.7.3
betterwitchhuts: YUNG's Better Witch Huts 1.18.2-Fabric-1.0
birdsnests: Bird's Nests 1.0.0+1.18.2
blanket-client-tweaks: Blanket Client-tweaks 1.0.3
cloth-config: Cloth Config v6 6.2.57
cloth-basic-math: cloth-basic-math 0.6.0
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.7-1.18.2
maelstrom_library: Maelstrom Library 1.2.4-1.18.2
multipart_entities: MultipartEntities 1.1.5-1.18.2
bottledair-fabric: Bottled Air (Fabric) 1.0
boxtrot: The Box Trot 1.3
chalk: Chalk 2.0.0+1.18.2
chat_heads: Chat Heads 0.6.0
chatsounds: Chat Sounds 1.1.3
collective-fabric: Collective (Fabric) 4.26
fiber: fiber 0.23.0-2
companion: Companion 2.0.1
conduitspreventdrowned-fabric: Conduits Prevent Drowned (Fabric) 1.5
conjuring: Conjuring 1.0.22+1.18
copper_pipe: Simple Copper Pipes r1.9
copperequipment: Copper Equipment 1.8.4
copperhopper: Copper Hopper 0.0.7+1.18.2
cr-compass-ribbon: Chrono's Compass Ribbon 2.7.7+1.18.2
crawl: Crawl 0.10.6
mm: Manningham Mills 2.3
creeperoverhaul: Creeper Overhaul 1.3.1
cullleaves: Cull Leaves 2.3.2
dark-enchanting: Dark Enchanting 1.0.0+1.18.2
libgui: LibGui 5.4.0+1.18.2
jankson: Jankson 4.0.0+j1.2.0
libninepatch: LibNinePatch 1.1.0
omega-config: OmegaConfig 1.2.3-1.18.1
dataattributes: Data Attributes 1.1.6
deathknell: DeathKnell 3.0.1
debugify: Debugify 1.11.0
com_github_llamalad7_mixinextras: mixinextras 0.0.10
decorative_blocks: Decorative Blocks 2.1.0
dehydration: Dehydration 1.2.7
difficultyplus: Difficulty Plus 1.0.1
cardinal-components-world: Cardinal Components API (worlds) 4.0.1
doubledoors-fabric: Double Doors (Fabric) 3.3
dynamicfps: Dynamic FPS 2.1.0
com_moandjiezana_toml_toml4j: toml4j 0.7.2
easyelytratakeoff-fabric: Easy Elytra Takeoff (Fabric) 2.2
eatinganimationid: Eating Animation 1.8
edibles-fabric: Edibles (Fabric) 2.4
effective: Effective 1.2.1
eldritch_mobs: Eldritch Mobs 1.11.0
elytraboosters: Elytra Boosters Mod 1.3.0
elytratrinket: Elytra Trinket 3.0.0-1.18.1
elytrautilities: Elytra Utilities 1.0.0+1.18.2
enchantedtooltips: Enchanted ToolTips 1.3.6-1.18
kyrptconfig: Kyrpt Config 1.4.5-1.18
blue_endless_jankson: jankson 1.2.1
enchantmentcompat: Enchantment Compatibility 1.0.0
roundalib: RoundaLib 0.1.8
enderscape: Enderscape 0.2.0
enhancedblockentities: Enhanced Block Entities 0.6+1.18.2
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.5
spruceui: SpruceUI 3.3.0+1.17
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
enhancedcelestials: Enhanced Celestials 2.0.6
entity_texture_features: Entity Texture Features 2.3.5
entityculling: EntityCulling-Fabric 1.5.1
expandeddelight: Expanded Delight 0.1.1
extraarmourinfo: Extra Armour Info 3.0.1
extractpoison-fabric: Extract Poison (Fabric) 1.6
fabric: Fabric API 0.56.1+1.18.2
fabric-api-base: Fabric API Base 0.4.4+d7c144a860
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.2+2373a54560
fabric-biome-api-v1: Fabric Biome API (v1) 8.0.5+22138a0260
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
fabric-containers-v0: Fabric Containers (v0) 0.1.22+d7c144a860
fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.1+c85f2e3860
fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.0+9fcb91d260
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.19+ffb2c71e60
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.18+d7c144a860
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
fabric-item-api-v1: Fabric Item API (v1) 1.5.1+6c4e5d0960
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.14+91896a4960
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+cc71601c60
fabric-loot-api-v2: Fabric Loot API (v2) 1.0.1+e747827960
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.1+e747827960
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.4+cc71601c60
fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.22+e6b169eb60
fabric-networking-v0: Fabric Networking (v0) 0.3.9+b4f4f6cd60
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.3+032c981d60
fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.9+0d9ab37260
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.1+0ca3bd2b60
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.2+446e059560
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.1+1f6558e860
fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.3+f4563ac860
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960
fabric-copper-golem: Copper Golem 1.0.4+1.18.2
fabric-language-kotlin: Fabric Language Kotlin 1.7.1+kotlin.1.6.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.10
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1
fabricenchantments: Fabric Enchantments 0.7.2
fabricloader: Fabric Loader 0.14.8
farmersdelight: Farmer's Delight 1.18.2-0.2.1
farsight: Farsight Mod 1.18-1.8
feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
ferritecore: FerriteCore 4.2.1
fishontheline-fabric: Fish On The Line (Fabric) 1.2
forgeconfigapiport: Forge Config API Port 3.2.0
forgottengraves: Forgotten Graves 1.18.2-2.5.1
furnacemk2: Furnace Mk2 0.1.11-[FABRIC]
gearreborn: Gear Reborn 1.18.2-0.1.13
geckolib3: Geckolib 3.0.38
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
giantspawn-fabric: Giant Spawn (Fabric) 2.7
gildednetherite: Gilded Netherite 1.1.0
givemehats: Give Me Hats! 2.0.0
go-fish: Go Fish 1.5.0-1.18.2
grindenchantments: Grind Enchantments 1.6.3+1.18.2
grindstonesharpertools-fabric: Grindstone Sharper Tools (Fabric) 1.6
guardvillagers: Guard Villagers Fabric 1.18.2-1.0.14
guifollowers-fabric: GUI Followers (Fabric) 1.9
harvest-with-ease-fabric: Harvest with ease 1.2.0
healingcampfire-fabric: Healing Campfire (Fabric) 3.3
health_levels: Health Levels 1.0.2
heartbond: Heartbond 1.3.0
hoetweaks-fabric: Hoe Tweaks (Fabric) 1.4
horsebuff: HorseBuff 1.2.3
iknowwhatimdoing: I Know What I'm Doing 4.0.0
immersive_portals: Immersive Portals 1.4.6
imm_ptl_core: Immersive Portals Core 1.4.6
q_misc_util: QMiscUtil 1.4.6
impactfulweather: Biome Particle Weather 2.4.6
impaled: Impaled 1.1.1
incantationem: Incantationem 1.1.3+1.18.2
incendium: Incendium + Seed Fix 5.0.4
indium: Indium 1.0.3+mc1.18.2
infinity-fix: Infinity Fix 0.1.4
ingamestats: InGameStats 1.0.8
inventoryhud: Inventory HUD + 3.4.2
inventoryprofilesnext: Inventory Profiles Next 1.5.3
inventorytotem-fabric: Inventory Totem (Fabric) 1.5
iris: Iris 1.2.5
org_anarres_jcpp: jcpp 1.4.14
java: Java HotSpot(TM) 64-Bit Server VM 18
libraryferret: Library Ferret 1.0.3
lithium: Lithium 0.7.10
mavm: More Axolotl Variants Mod 1.0.7a
memoryleakfix: memory Leak Fix 1.18.2-0.3.5
milk_plus: Milk+ 3.0.1
dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
milk: Milk Lib 0.3.1
minecraft: Minecraft 1.18.2
mineralchance-fabric: Mineral Chance (Fabric) 1.6
mobs_attempt_parkour: Mobs Attempt Parkour 0.2.5-1.18.2
modmanager: Mod Manager 1.2.3+1.18
modmenu: Mod Menu 3.1.0
moreculling: More Culling 1.18.2-0.1.4-alpha
morevillagers-fabric: MoreVillagersFabric 3.2.0-SNAPSHOT
mostructures: Mo' Structures 1.4.2+1.18.2
mousetweaks: Mouse Tweaks 2.22
mtmechs: Magitek Mechs 1.0.12
namepain: Name Pain 1.4.0
naturallychargedcreepers-fabric: Naturally Charged Creepers (Fabric) 1.7
ngv: Nether Gold Veins 1.2.0
nicerportals: Nicer Portals 1.0.0
noexpensive: NoExpensive 1.18-Fabric-1.2.0
numismatic-overhaul: Numismatic Overhaul 0.2.1+1.18
stacc: Stacc 1.3.0
overpowered_pickles: Overpowered Pickles 1.3.14
overpoweredmending: OverpoweredMending 2.4.0
owo: o?o 0.7.2+1.18
passiveshield-fabric: Passive Shield (Fabric) 2.0
patchouli: Patchouli 1.18.2-67-FABRIC
peepingcreepers: Peeping Creepers 1.2-1.18
pehkui: Pehkui 3.2.2+1.14.4-1.19
kanos_config: Kanos Config 0.2.0+1.14.4-1.19
pickyourpoison: Pick Your Poison 1.0.5
cardinal-components-base: Cardinal Components API (base) 4.1.4
cardinal-components-entity: Cardinal Components API (entities) 4.1.4
org_json_json: json 20211205
satin: Satin 1.7.2
plasmo_voice: Plasmo Voice 1.2.12
playerex: PlayerEx 3.2.0
net_objecthunter_exp4j: exp4j 0.4.8
opc: Offline Player Cache 0.5.0
placeholder-api: Placeholder API 1.1.3+1.17.1
pollen: Pollen 1.4.4
professions: Professions 0.1.1
com_typesafe_config: config 1.4.1
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
io_leangen_geantyref_geantyref: geantyref 1.3.11
octo-economy-api: Octo Economy API 1.0.1
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
puzzleslib: Puzzles Lib 3.3.1
rain-grow: Rain Grow 1.0
ratsmischief: Rat's Mischief 1.3.7
reborncore: Reborn Core 5.2.0-beta.3
team_reborn_energy: Energy 2.2.0
reeses-sodium-options: Reese's Sodium Options 1.4.2
repurposed_structures: Repurposed Structures 4.1.6+1.18.2
reputation: Your Reputation 0.1.2+1.18.2
reroll: Reroll 1.5.0-1.18.2
omega-config-gui: Omega Config GUI 1.2.1-1.18.1
cloth-config-lite: cloth-config-lite 2.0.6
revamped_phantoms: Revamped Phantoms 0.2.3
rocks: This Rocks! 1.6.0
midnightlib: MidnightLib 0.4.0
roughlyenoughitems: Roughly Enough Items 8.1.449
rpgstats: RPGStats 4.3.10+1.18.2
autoconfig1u: Auto Config v1 Updated 3.4.0
server_translations_api: Server Translations API 1.4.10+1.18.2
packet_tweaker: Packet Tweaker 0.2.0+1.18-pre1
ruined_equipment: Ruined Equipment 1.4.1
scooters: Scooters 1.0.1
scout: Scout 1.0.0
seasons: Fabric Seasons 1.4-BETA+1.18
seedfix: Seed Fix 1.0.1
sheepconsistency: Sheep Consistency 1.0.4
shield_indicator: Shield Indicator 1.0.0
shifty-hotbar: Shifty Hotbar 1.1
showmeyourskin: Show Me Your Skin! 1.0.1+1.18.2
simple_backpack: SimpleBackpack 1.2.32
skinlayers: 3d Skin Layers 1.4.2-mc1.18.2
slotlink: slotlink 4.3.1
smashing: Smashing 1.1.0
sneakycurses: Sneaky Curses 3.0.0
sodium: Sodium 0.4.1+build.15
org_joml_joml: joml 1.10.2
sodium-extra: Sodium Extra 0.4.4+mc1.18.2-build.39
caffeineconfig: CaffeineConfig 1.1.0
spawnermod: Enhanced Mob Spawners 1.1.2
spelunker: Spelunker 1.3.0
tweed4_data: tweed4_data 1.2.1
tweed4_data_hjson: tweed4_data_hjson 1.1.0
stackablepotions: Stackable Potions 1.0.0
starlight: Starlight 1.0.2+fabric.89b8d9f
stoneholm: Stoneholm 1.4.3
subterrestrial: Subterrestrial 1.0.2
taxfreelevels: Tax Free Levels 1.3
techreborn: Tech Reborn 5.2.0-beta.3
tempad: Tempad 1.1.0
terrablender: TerraBlender 1.1.0.99
com_electronwill_night-config_core: core 3.6.4
com_electronwill_night-config_toml: toml 3.6.4
terraria_paintings: terraria paintings 2.0.0
the_extractinator: The Extractinator 1.0.8
thorium: thorium 1.2.1
tiered: Tiered 1.0.2
additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2
autotag: AutoTag 1.1.0
reach-entity-attributes: Reach Entity Attributes 2.1.1
toolleveling: ToolLeveling+ 1.18.1 - 1.3.0
totemmod: Wither Totems Mod 0.3.5-1.18.2-pre2
treeharvester-fabric: Tree Harvester (Fabric) 5.1
trinkets: Trinkets 3.3.1
vanityslots: Vanity Slots 1.1.2
villagerconfig: VillagerConfig 3.0.2-mc-1.18.2
villagerconverting: Villager Converting 1.0.1
villagerfix: Villager Trade Fix 1.0.2
villagernames: Villager Names 4.0.4
cardinal-components-level: Cardinal Components API (world saves) 4.0.1
wandering_collector: Wandering Collector 1.1.2+mc1.18.2
coat: Coat 1.0.0-beta.17+mc1.18.2
tweed4_annotated: tweed4_annotated 1.3.0
tweed4_base: tweed4_base 1.5.0+mc1.18.2
tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2
tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2
waveycapes: WaveyCapes 1.2.0
waystones: Waystones 2.5.4
wi_zoom: WI Zoom 1.3-MC1.18.2
wither_cage_fix: Wither Cage Fix 1.0.12
wolveswitharmor: Wolves With Armor 1.7.1-1.18.2
maybe-data: Maybe data 1.2.1-1.18.2
static-content: Static Content 1.0.1-1.16.2
staticdata: Static Data 1.1.2
wooltweaks-fabric: Wool Tweaks (Fabric) 1.5
wthit: wthit 4.11.0
xaerominimap: Xaero's Minimap 22.3.0
xaeroworldmap: Xaero's World Map 1.20.3.1
xp_storage: XP Storage 1.4.3+1.18
cardinal-components-item: Cardinal Components API (items) 4.0.1
xp_storage_trinkets: XP Storage - Trinkets 0.1+1.18
yungsapi: YUNG's API 1.18.2-Fabric-2.0.8
yungsbridges: YUNG's Bridges 1.18.2-Fabric-2.1.0
yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0
Loaded Shaderpack: BSL_v8.1.01.zip
Profile: HIGH (+0 options changed by user)
Server Running: true
Player Count: 1 / 8; [class_3222['ConqAra'/264, l='ServerWorld minecraft:overworld New World', x=6.33, y=72.00, z=-151.70]]
Data Packs: vanilla, professions/defaults, fabric-copper-golem/copper_golem (incompatible), Fabric Mods
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Sbabi\OneDrive\Desktop\More\MultiMC\instances\Terralift2Test\.minecraft\crash-reports\crash-2022-06-23_05.00.54-server.txt
AL lib: (EE) alc_cleanup: 2 devices not closed
Process exited with code -1 (0xffffffffffffffff).```