Create

Create

86M Downloads

Crash when use the Mechanical Pump

MrStann opened this issue · 4 comments

commented

Describe the Bug

I'm was testing the mod with a modpack i made my own, but when i first put a system with a hose puley and a tank to work with a Mechanical pump, my game crash, i'm using the Fabric version with the addons: CreateDeco Fabric and Create: Extended Flywheels Fabric.

Reproduction Steps

  1. Put a Hose Puley to drain water/lava
  2. Connect Pipes and Mechanical Pump
  3. When the liquid pass trough the tank the game crashes

Expected Result

Not Crash.

Screenshots and Videos

No response

Crash Report or Log

---- Minecraft Crash Report ---- // Shall we play a game? Time: 1/23/23, 12:53 AM Description: Ticking block entity java.lang.NullPointerException: Cannot invoke "java.util.function.Predicate.test(Object)" because "this.validator" is null at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.isFluidValid(FluidTank.java:39) at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.insert(FluidTank.java:44) at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.insert(FluidTank.java:12) at com.simibubi.create.content.contraptions.fluids.FluidNetwork.tick(FluidNetwork.java:227) at com.simibubi.create.content.contraptions.fluids.PipeConnection.manageFlows(PipeConnection.java:149) at com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.tick(FluidTransportBehaviour.java:131) at com.simibubi.create.content.contraptions.fluids.PumpTileEntity$PumpFluidTransferBehaviour.tick(PumpTileEntity.java:376) at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065) at com.simibubi.create.foundation.tileEntity.SmartTileEntity.forEachBehaviour(SmartTileEntity.java:171) at com.simibubi.create.foundation.tileEntity.SmartTileEntity.tick(SmartTileEntity.java:76) at com.simibubi.create.content.contraptions.base.KineticTileEntity.tick(KineticTileEntity.java:94) at com.simibubi.create.content.contraptions.fluids.PumpTileEntity.tick(PumpTileEntity.java:72) at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15) at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659) at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713) at net.minecraft.class_1937.method_18471(class_1937.java:475) at net.minecraft.class_3218.method_18765(class_3218.java:368) 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: Server thread Stacktrace: at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.isFluidValid(FluidTank.java:39) at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.insert(FluidTank.java:44) at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.insert(FluidTank.java:12) at com.simibubi.create.content.contraptions.fluids.FluidNetwork.tick(FluidNetwork.java:227) at com.simibubi.create.content.contraptions.fluids.PipeConnection.manageFlows(PipeConnection.java:149) at com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.tick(FluidTransportBehaviour.java:131) at com.simibubi.create.content.contraptions.fluids.PumpTileEntity$PumpFluidTransferBehaviour.tick(PumpTileEntity.java:376) at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065) at com.simibubi.create.foundation.tileEntity.SmartTileEntity.forEachBehaviour(SmartTileEntity.java:171) at com.simibubi.create.foundation.tileEntity.SmartTileEntity.tick(SmartTileEntity.java:76) at com.simibubi.create.content.contraptions.base.KineticTileEntity.tick(KineticTileEntity.java:94) at com.simibubi.create.content.contraptions.fluids.PumpTileEntity.tick(PumpTileEntity.java:72) at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15) at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659) at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713) at net.minecraft.class_1937.method_18471(class_1937.java:475) at net.minecraft.class_3218.method_18765(class_3218.java:368) -- Block entity being ticked -- Details: Name: create:mechanical_pump // com.simibubi.create.content.contraptions.fluids.PumpTileEntity Block: Block{create:mechanical_pump}[facing=east,waterlogged=false] Block location: World: (592,67,413), Section: (at 0,3,13 in 37,4,25; chunk contains blocks 592,-64,400 to 607,319,415), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,-64,0 to 1023,319,511) Block: Block{create:mechanical_pump}[facing=east,waterlogged=false] Block location: World: (592,67,413), Section: (at 0,3,13 in 37,4,25; chunk contains blocks 592,-64,400 to 607,319,415), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,-64,0 to 1023,319,511) Stacktrace: at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659) at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713) at net.minecraft.class_1937.method_18471(class_1937.java:475) at net.minecraft.class_3218.method_18765(class_3218.java:368) 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['MrStann'/34, l='ServerLevel[Novo mundo]', x=590.20, y=64.40, z=413.27]] Chunk stats: 3644 Level dimension: minecraft:overworld Level spawn location: World: (0,69,0), Section: (at 0,5,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: 39354 game time, 6948 day time Level name: Novo mundo Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Level weather: Rain time: 43538 (now: false), thunder time: 17515 (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: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 428121272 bytes (408 MiB) / 3300917248 bytes (3148 MiB) up to 8388608000 bytes (8000 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Identifier: Intel64 Family 6 Model 165 Stepping 3 Microarchitecture: unknown Frequency (GHz): 3.60 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce GTX 1660 SUPER Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x21c4 Graphics card #0 versionInfo: DriverVersion=31.0.15.2802 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.40 Memory slot #1 type: DDR4 Virtual memory max (MB): 41897.36 Virtual memory used (MB): 23722.75 Swap memory total (MB): 25600.00 Swap memory used (MB): 673.39 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8000m -Xms256m Fabric Mods: ad_astra: Ad Astra! 1.0.5 team_reborn_energy: Energy 2.2.0 additionaladditions: Additional Additions 4.0.5 libgui: LibGui 5.1.0+1.18 jankson: Jankson 4.0.0+j1.2.0 blue_endless_jankson: jankson 1.2.1 libninepatch: LibNinePatch 1.1.0 adorn: Adorn 3.5.0+1.18.2 advancednetherite: Advanced Netherite 1.5.1-1.18.2 advancementplaques: Advancement Plaques 1.4.6 alternate-current: Alternate Current 1.4.0 another_furniture: Another Furniture 1.2.2-1.18.2 antighost: AntiGhost 1.18.2-fabric0.47.10-1.1.4 crowdin-translate: CrowdinTranslate 1.4+1.18.2 appleskin: AppleSkin 2.4.1+mc1.18.2 architectury: Architectury 4.10.88 areas: Areas 4.0 armor-stand-swap: Armor Stand Swap 1.0.2 artifacts: Artifacts 7.0.3+fabric expandability: ExpandAbility 6.0.0 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 automobility: Automobility 0.3+1.18.2 advanced_runtime_resource_pack: Runtime Resource Pack 0.5.5 jsonem: JsonEM 0.1.2 myron: Myron 1.6.3+1.18.1 balm-fabric: Balm 3.2.1+0 bcc: BetterCompatibilityChecker fabric-1.0.5 bclib: BCLib 1.4.7 bedspreads: Bedspreads 1.6.0-1.18 better_loading_screen: Better Loading Screen 1.4.0 betteradvancements: Better Advancements 0.2.0.146 betterbeds: Better Beds 1.2.0 betterbiomeblend: Better Biome Blend 1.18.2-1.3.5-fabric bettercombat: Better Combat 1.5.5+1.18.2 betterdeserttemples: YUNG's Better Desert Temples 1.18.2-Fabric-1.3.1 betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0 betterend: Better End 1.1.1 betterf3: BetterF3 3.0.0 betterfpsdist: Better FPS distance Mod 1.18-1.8 bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.2 bettermounthud: Better Mount HUD 1.1.4 betteroceanmonuments: YUNG's Better Ocean Monuments 1.18.2-Fabric-1.0.3 bettersafebed: BetterSafeBed 1.18-fabric-a betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1 betterthirdperson: Better Third Person 1.8.1 bettertridentreturn: Better Trident Return 1.18.2-1.0.2 betterwitchhuts: YUNG's Better Witch Huts 1.18.2-Fabric-1.0.1 biomemakeover: Biome Makeover 1.18.2-1.4.32 bno: Basic Nether Ores 1.18.2-7.2.0-Fabric bookshelf: Bookshelf 13.2.52 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.9-1.18.2 maelstrom_library: Maelstrom Library 1.2.4-1.18.2 multipart_entities: MultipartEntities 1.1.5-1.18.2 botania: Botania 1.18.2-435-FABRIC fiber: fiber 0.23.0-2 byg: Oh The Biomes You'll Go 1.4 cacao: Croptopia's Chocolaterie 1.2 cardinal-components: Cardinal Components API 4.2.0 cardinal-components-base: Cardinal Components API (base) 4.2.0 cardinal-components-block: Cardinal Components API (blocks) 4.2.0 cardinal-components-chunk: Cardinal Components API (chunks) 4.2.0 cardinal-components-entity: Cardinal Components API (entities) 4.2.0 cardinal-components-item: Cardinal Components API (items) 4.2.0 cardinal-components-level: Cardinal Components API (world saves) 4.2.0 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.2.0 cardinal-components-world: Cardinal Components API (worlds) 4.2.0 cem: Custom Entity Models 0.7.1 completeconfig: CompleteConfig 1.0.0 chassis: Chassis 1.1.0 chat_heads: Chat Heads 0.6.0 citresewn: CIT Resewn 1.1.1+1.18.2 citresewn-defaults: CIT Resewn: Defaults 1.1.1+1.18.2 climbladdersfast: ClimbLaddersFast 2.2.2-1.18 cloth-api: Cloth API 3.2.64 cloth-client-events-v0: Cloth Client Events v0 3.2.64 cloth-common-events-v1: Cloth Common Events v1 3.2.64 cloth-datagen-api-v1: Cloth Datagen v1 3.2.64 cloth-scissors-api-v1: Cloth Scissors API v1 3.2.64 cloth-utils-v1: Cloth Utils v1 3.2.64 cloth-config: Cloth Config v6 6.4.90 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 8.0.0+17 collective: Collective 6.38 compactmachines: Compact Machines 4 ${version} forge_tags: Forge Tags 2.2 compostable-rottenflesh: Compostable Rotten Flesh 1.0.0 continuity: Continuity 2.0.1+1.18.2 controlling: Controlling For Fabric 9.0+22 cosmetic-armor: Cosmetic Armor 1.3.1 couplings: Couplings 1.8.0+1.18.2 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 craftsaddles: Craft Saddles fabric-1.18.2-v1.0.1 crawl: Crawl 0.10.6 mm: Manningham Mills 2.3 create: Create 0.5.0g-792+1.18.2 com_google_code_findbugs_jsr305: jsr305 3.0.2 fake-player-api: Fake Player API 0.3.0 flywheel: Flywheel 0.6.8-32 milk: Milk Lib 0.3.2 dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0 registrate-fabric: Registrate for Fabric MC1.18.2-1.1.5 createdeco: Create Deco 1.2.12-1.18.2 createplus: CreatePlus 1.0 creatures_from_the_warmths: Creatures From The Warmths 2.1.0+1.18.2 creeperoverhaul: Creeper Overhaul 1.3.1 croptopia: Croptopia 2.1.2 com_typesafe_config: config 1.4.1 io_leangen_geantyref_geantyref: geantyref 1.3.11 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 cropxp: Xp From Crops 1.18.2-1.2.0 ctm: ConnectedTexturesMod for Fabric 1.0.0+1.18 ctov: ChoiceTheorem's Overhauled Villages 2.9.2 cull-less-leaves: Cull Less Leaves 1.0.1 cullclouds: Cull Clouds 0.1.1 cullleaves: Cull Leaves 2.3.2 customskinloader: CustomSkinLoader 14.15.1 customsplashscreen: Custom Splash Screen 1.2.0 darkpaintings: DarkPaintings 10.0.4 dawn: Dawn API 3.3.2 debugify: Debugify 1.11.0 decorative_blocks: Decorative Blocks 2.1.1 decorative_winter: Decorative Winter 2.1.0 deepslatecutting: Deepslate Cutting 1.3.4 com_moandjiezana_toml_toml4j: toml4j 0.7.2 maybe-data: Maybe data 1.3.1-1.18.2 disable_custom_worlds_advice: Disable Custom Worlds Advice 2.0 display_case: Display Case Mod 1.0.3 doodads: Doodads 0.1.2-1.18.2 dragonloot: DragonLoot 1.1.0 dramaticdoors: Dramatic Doors (Fabric) 1.18.2-1.4.0 drinkbeer: Drink Beer 3.2.0 droplight: Droplight 1.0.5 dual_riders: Dual Riders 1.1.1 duckling: Duckling 1.0.7 dummmmmmy: MmmMmmMmmMmm 1.18-1.5.0 dyed: Dyed 1.1.0 dynamicsoundfilters: Dynamic Sound Filters 1.3.0+1.18.2 easymagic: Easy Magic 3.3.0 easyshulkerboxes: Easy Shulker Boxes 3.1.1 eatinganimationid: Eating Animation 1.8 ecologics: Ecologics 1.7.11 effective: Effective 1.2.1 elytra_physics: ElytraPhysics 1.1.1 elytratrinket: Elytra Trinket 3.0.0-1.18.1 enchdesc: EnchantmentDescriptions 10.0.12 endgoblintraders: End Goblin Traders 1.5 (Re-upload) endportalrecipe: End Portal Recipe 5.0 enhancedcelestials: Enhanced Celestials 2.0.7 entity_texture_features: Entity Texture Features 4.3.1 org_apache_httpcomponents_httpmime: httpmime 4.5.10 entitycollisionfpsfix: Entity Collision FPS Fix 1.0.0 entityculling: EntityCulling-Fabric 1.5.1 expandeddelight: Expanded Delight 0.1.9.1 expandedstorage: Expanded Storage 7.3.12 extended_armor_bars: Extended Armor Bars 1.2.1 extendedflywheels: Extended Flywheels 1.18.2-0.5.0.g-1.2.5.1 noindium: No Indium? 1.0.2+1.18.2 fabric-api: Fabric API 0.67.0+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.6+651bcc5960 fabric-block-api-v1: Fabric Block API (v1) 1.0.0+ee3621fc60 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.23+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.2+9fcb91d260 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.20+489d6f8260 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.20+d7c144a860 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860 fabric-item-api-v1: Fabric Item API (v1) 1.6.0+d8cf4e5a60 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.1.0+1997ad1260 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.2+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.23+2d30af4b60 fabric-networking-v0: Fabric Networking (v0) 0.3.10+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.11+bb2e047760 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.15+ee3621fc60 fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.5+41a02c8a60 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.8+ee3621fc60 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.2+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-language-kotlin: Fabric Language Kotlin 1.9.0+kotlin.1.8.0 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.0 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.0 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.0 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.0 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.5 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.4.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1 fabricloader: Fabric Loader 0.14.12 fabricskyboxes: FabricSkyBoxes 0.6.1+mc1.18.2 fallingleaves: Falling Leaves 1.11.1+1.18.2 farmersdelight: Farmer's Delight 1.18.2-1.2.5 farmersknives: Farmer's Knives 1.3.1 farmingforblockheads: Farming for Blockheads 10.0.2 farsight: Farsight Mod 1.18-1.9 fast-portals: Fast Portals 1.0.1 fastfurnace: FastFurnace 1.18.2-4.1 fastload: Fast Load 1.5.10 ferritecore: FerriteCore 4.2.1 flytre_lib: FlytreLib 1.8.1 forgeconfigapiport: Forge Config API Port 3.2.4 fpsreducer: FPS Reducer 1.18.2-2.0 friendlyfire: FriendlyFire 11.0.2 ftblibrary: FTB Library 1802.3.9-build.167 ftbquests: FTB Quests 1802.3.13-build.175 ftbteams: FTB Teams 1802.2.9-build.88 fwaystones: Fabric Waystones 3.0.0+mc1.18.2 galosphere: Galosphere 1.18.2-1.2.0 geckolib3: Geckolib 3.0.80 com_eliotlash_mclib_mclib: mclib 20 geodes: More Geodes 1.4.2 goblintraders: Goblin Traders 1.5.1 gravestones: Gravestones v1.11.1 guardvillagers: Guard Villagers Fabric 1.18.2-1.0.14 gud_recipe_confidence: Recipe Confidence 1.0.2 hardcorerevival: Hardcore Revival 8.0.1 healthoverlay: Health Overlay 6.3.4 hiddenrecipebook: Hidden Recipe Book 4.0 highlighter: Highlighter 1.1.2 hookshot: Hookshot 25.0 hopobetterruinedportal: Hopo Better Ruined Portal 1.3 iceberg: Iceberg 1.0.38 illuminations: Illuminations 1.10.4 immersive_aircraft: Immersive Aircraft 0.2.0+1.18.2 immersive_armors: Immersive Armors 1.5.3+1.18.2 immersive_paintings: Immersive Paintings 0.4.4+1.18.2 impactfulweather: Biome Particle Weather 4.0.21-1.18.2 incendium: Incendium + Seed Fix 5.0.4 seedfix: Seed Fix 1.0.2 indium: Indium 1.0.7+mc1.18.2 infinitetrading: Infinite Trading 4.0 inventoryhud: Inventory HUD + 3.4.2 inventoryprofilesnext: Inventory Profiles Next 1.9.1 inventorytabs: Inventory Tabs 0.8.1-1.18.x inventorytotem: Inventory Totem 3.0 invmove: InvMove 0.8.2 iris: Iris 1.5.0 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre8 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 itemfilters: Item Filters 1802.2.8-build.47 itemmodelfix: Item Model Fix 1.0.3+1.18 jade: Jade 5.99.10 jadeaddons: Jade Addons 2.0.1 jamlib: JamLib 0.0.5 java: OpenJDK 64-Bit Server VM 17 kiwi: Kiwi Lib 6.0.2 krypton: Krypton 0.1.9 com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT lambdynlights: LambDynamicLights 2.1.0+1.17 pride: Pride Lib 1.1.0+1.17 spruceui: SpruceUI 3.3.0+1.17 org_aperlambda_lambdajcommon: lambdajcommon 1.8.1 lazydfu: LazyDFU 0.1.2 legendarytooltips: Legendary Tooltips 1.3.3 letmedespawn: Let Me Despawn fabric-1.0.2 libipn: libIPN 2.0.1 libraryferret: Library ferret 3.0.0 lithium: Lithium 0.10.3 logbegone: Log Begone 1.0.3 lootr: Lootr 0.3.24.61 magicalforest: Magical Forest 2.0.3 magnumtorch: Magnum Torch 3.1.2 mcdw: MC Dungeons Weapons 5.0.4-1.18 enchant_giver: Enchant Giver 1.2.1 reach-entity-attributes: Reach Entity Attributes 2.2.0 medievalmusic: Medieval Music Mod 1.18-1.3 medievalweapons: Medieval Weapons 1.2.0 memoryleakfix: Memory Leak Fix 1.18.2-0.7.0 midnightlib: MidnightLib 0.4.4 minecells: Minecells 0.3.0 omega-config: OmegaConfig 1.2.3-1.18.1 minecraft: Minecraft 1.18.2 mobscarecrow: Mob Scarecrow 2.1.1 modid: Creatures Of The Snow 2.1.0+1.18.2 modmenu: Mod Menu 3.2.5 morevillagers: More Villagers 3.3.2 mostructures: Mo' Structures 1.4.2+1.18.2 mousetweaks: Mouse Tweaks 2.22 mvs: Vanilla Structure Mod 2.2.6-1.18.2 naturalist: Naturalist 1.1.1 naturescompass: Nature's Compass 1.18.2-2.0.3-fabric netherportalfix: NetherPortalFix 9.0.0 nethersdelight: Nether's Delight 2.0.0 ninjaphenix_container_lib: NinjaPhenix's Container Library 1.3.0 notenoughanimations: NotEnoughAnimations 1.6.0 numismatic-overhaul: Numismatic Overhaul 0.2.2+1.18 stacc: Stacc 1.3.0 onastick: On A Stick 2.0.0 owo: oωo 0.7.2-no-cme+1.18 paginatedadvancements: Paginated Advancements 1.1.0 patchouli: Patchouli 1.18.2-71.1-FABRIC pickupnotifier: Pick Up Notifier 3.2.0 piercingpaxels: Piercing Paxels 1.0.3+1.18.x player-animator: Player Animator 0.4.2+1.18 polymorph: Polymorph 0.0.21-1.18.2 presencefootsteps: Presence Footsteps 1.5.1 kirin: Kirin UI 1.10.0 prism: Prism 1.0.3 puzzleslib: Puzzles Lib 3.3.5 randore: Rand'Ore 2.0.1-mc1.18.2 rare-ice: Rare Ice 0.4.1 ratsmischief: Rat's Mischief 1.3.7 reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.18.2-build.66 regrowth: Regrowth 31.1.0 rightclickharvest: Right Click Harvest 3.0.6+1.18 rocks: This Rocks! 1.6.0 rottencreatures: Rotten Creatures 1.0.0 roughly_enough_loot_tables: Roughly Enough Loot Tables (RELT) 1.18-1.1 roughly_enough_trades: Roughly Enough Trades (RET) 1.1.1 roughlyenoughitems: Roughly Enough Items 8.3.584 error_notifier: Error Notifier 1.0.9 roughlyenoughprofessions: Roughly Enough Professions 1.0.2 roughlyenoughresources: Roughly Enough Resources 2.5.0 roughlysearchable: Roughly Searchable 2.4.1+1.18.2 serversleepmod: Server Sleep Mod 1.0.2 sheepconsistency: Sheep Consistency 1.0.4 shouldersurfing: Shoulder Surfing Reloaded 2.2.19 skinlayers: 3d Skin Layers 1.5.2-mc1.18.2 sleepwarp: SleepWarp 1.1.1+1.18.2 smallships: Small Ships 2.0.0a1.1.1 smoke_suppression: Smoke Suppression 1.0.9-1 smoothboot: Smooth Boot 1.18.2-1.7.0 smoothswapping: Smooth Swapping 0.6.1 smwyg: Show Me What You Got 1.0.1 snowrealmagic: Snow! Real Magic! 4.1.3 sodium: Sodium 0.4.1+build.15 org_joml_joml: joml 1.10.2 sodium-extra: Sodium Extra 0.4.16+mc1.18.2-build.89 caffeineconfig: CaffeineConfig 1.0.0+1.17 soulfired: Soul fire'd 3.0.0.0 spark: spark 1.9.11 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT spiderstpo: Spiders 2.0 1.18.2-2.0.2 spyglass-improvements: Spyglass Improvements 1.2+mc1.18.2+fabric sspb: Sodium Shadowy Path Blocks 2.0.1 starbidous_more_end_cities: More End Cities 1.0.0 starlight: Starlight 1.0.2+fabric.89b8d9f stoneholm: Stoneholm 1.4.3 structory: Structory 1.0.0 structures_compass: Structures Compass 1.18.2-1.4.2 t_and_t: Towns and Towers 1.9-B takesapillage: Takes a Pillage 1.0.4 tconstruct: Hephaestus 1.18.2-3.5.2.155 mantle: Mantle 1.18.2-1.9.156 star: Star 1.3+1.18.2 serialization_hooks: Serialization Hooks 0.3.23 terrablender: TerraBlender 1.2.0.126 the_aether: Paradise Lost 1.6.9+1.18.2 customportalapi: Custom Portal Api 0.0.1-beta50-1.18 incubus_core: Incubus Core 1.6.6+1.18.2 moretags: More Tags 3.0.4 satin: Satin 1.7.2 thiccpackets: Extra Thicc Packets 1.17-1.19+ thonkutil: ThonkUtil 2.14.1+1.18 thonkutil-base: ThonkUtil Base 1.12.2+23c1dc2c60 thonkutil-capes-v1: ThonkUtil Capes (v1) 1.3.2+9e23427060 thonkutil-coords-v1: ThonkUtil Coords (v1) 1.0.19+9b80223760 thonkutil-customization-v1: ThonkUtil Customization (v1) 1.0.14+9b80223760 thonkutil-legacy: ThonkUtil Legacy 1.0.20+9b80223760 thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.0.12+9b80223760 thonkutil-potions-v0: ThonkUtil Potions (v0) 1.4.1+9b80223760 thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.1.9+9b80223760 thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.20+9b80223760 toms_storage: Tom's Simple Storage Mod 1.4.6 tradingpost: Trading Post 3.2.0 transparent_cosmetics: Transparent Cosmetics 1.4.0 transportables: Transportables 1.2 travelersbackpack: Traveler's Backpack 1.18.2-7.1.15 travelerstitles: Traveler's Titles 1.18.2-Fabric-2.1.1 treechop: HT's TreeChop 0.16.3 trinkets: Trinkets 3.3.1 twilightforest: The Twilight Forest 4.1.313 here-be-no-dragons: Here be no Dragons! 1.0.0 javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2 porting_lib: Porting Lib 1.2.630-beta+1.18.2 com_github_llamalad7_mixinextras: MixinExtras 0.0.11 universal_ores: Universal Ores 1.3.1 universalbonemeal: Universal Bone Meal 3.0.5 universalenchants: Universal Enchants 3.0.6 extensibleenums: Extensible Enums 3.0.0 unstructured: Unstructured 0.4+1.18.2 vanilla-hammers: Vanilla Hammers 3.4.0-1.18.2 magna: Magna 1.7.0-1.18-pre1 static-content: Static Content 1.0.2-1.16.2 staticdata: Static Data 1.1.2 vanillaexcavators: Vanilla Excavators 1.1.0 variant_bookshelves: Variant Bookshelves 1.2.4 villagernames: Villager Names 4.0.10 vinery: Vinery 1.1.4 terraform-wood-api-v1: Terraform Wood API (v1) 3.1.0 visuality: Visuality 0.4.3 goosik-config: goosik-config 0.2.0 visualworkbench: Visual Workbench 3.3.0 voidtotem: VoidTotem (Fabric) 1.18.2-1.3.1 wildbackport: TheWildBackport 1.2.3 wolfarmorcompat: Wolf Armor Compat 1.0.2-1.19.2 wolveswitharmor: Wolves With Armor 1.7.1-1.18.2 xaerominimap: Xaero's Minimap 22.17.1 xaeroworldmap: Xaero's World Map 1.28.8 xp_storage: XP Storage 1.4.3+1.18 xp_storage_trinkets: XP Storage - Trinkets 0.1+1.18 yungsapi: YUNG's API 1.18.2-Fabric-2.2.7 org_javassist_javassist: javassist 3.28.0-GA org_reflections_reflections: reflections 0.10.2 yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0 Loaded Shaderpack: (off) NEC status: No NEC detected Flywheel Backend: GL33 Instanced Arrays Server Running: true Player Count: 1 / 8; [class_3222['MrStann'/34, l='ServerLevel[Novo mundo]', x=590.20, y=64.40, z=413.27]] Data Packs: vanilla, minecraft/croptop, Fabric Mods, createplus/createplus-core World Generation: Stable Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'

Operating System

Windows 10

Mod Version

0.5.0h

Minecraft Version

1.18.2

Forge Version

Fabric 0.14.12

Other Mods

No response

Additional Context

No response

commented

I'm also getting this bug. I tried removing mods until it didn't crash and it turns out Twilight Forest was the cause.

commented

My problem was resolved, don't need to remove Twilight, i only intall 2 "mods" in my modpack and the problem gone, install the "artifacts" and put the itens in mod folder: https://github.com/Fabricators-of-Create/Porting-Lib/actions/runs/3799435823

commented

Oh, great!

commented

My problem was resolved, don't need to remove Twilight, i only intall 2 "mods" in my modpack and the problem gone, install the "artifacts" and put the itens in mod folder: https://github.com/Fabricators-of-Create/Porting-Lib/actions/runs/3799435823

I got the same issue, but I don't understand what you did to fix your issues could you tell me what you had to do, also I already have the artefacts mod. i also have the twilight forest mod. Here's my servers crash report (also i can load up the server but when someone joins it crashes/shuts down the server):
---- Minecraft Crash Report ----
// Don't do that.

Time: 2/15/23, 3:38 PM
Description: Ticking block entity

java.lang.NullPointerException: Cannot invoke "java.util.function.Predicate.test(Object)" because "this.validator" is null
at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.isFluidValid(FluidTank.java:39)
at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.insert(FluidTank.java:44)
at com.simibubi.create.content.contraptions.fluids.OpenEndedPipe$OpenEndFluidHandler.extract(OpenEndedPipe.java:323)
at com.simibubi.create.content.contraptions.fluids.OpenEndedPipe$OpenEndFluidHandler.extract(OpenEndedPipe.java:249)
at com.simibubi.create.content.contraptions.fluids.FluidNetwork.tick(FluidNetwork.java:195)
at com.simibubi.create.content.contraptions.fluids.PipeConnection.manageFlows(PipeConnection.java:149)
at com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.tick(FluidTransportBehaviour.java:131)
at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.forEachBehaviour(SmartTileEntity.java:171)
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.tick(SmartTileEntity.java:76)
at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
at net.minecraft.class_1937.method_18471(class_1937.java:475)
at net.minecraft.class_3218.method_18765(class_3218.java:368)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
at net.minecraft.class_3176.method_3813(class_3176.java:322)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
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: Server thread
Stacktrace:
at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.isFluidValid(FluidTank.java:39)
at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.insert(FluidTank.java:44)
at com.simibubi.create.content.contraptions.fluids.OpenEndedPipe$OpenEndFluidHandler.extract(OpenEndedPipe.java:323)
at com.simibubi.create.content.contraptions.fluids.OpenEndedPipe$OpenEndFluidHandler.extract(OpenEndedPipe.java:249)
at com.simibubi.create.content.contraptions.fluids.FluidNetwork.tick(FluidNetwork.java:195)
at com.simibubi.create.content.contraptions.fluids.PipeConnection.manageFlows(PipeConnection.java:149)
at com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.tick(FluidTransportBehaviour.java:131)
at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.forEachBehaviour(SmartTileEntity.java:171)
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.tick(SmartTileEntity.java:76)
at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
at net.minecraft.class_1937.method_18471(class_1937.java:475)
at net.minecraft.class_3218.method_18765(class_3218.java:368)

-- Block entity being ticked --
Details:
Name: create:fluid_pipe // com.simibubi.create.content.contraptions.fluids.pipes.FluidPipeTileEntity
Block: Block{create:fluid_pipe}[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false]
Block location: World: (979,97,4), Section: (at 3,1,4 in 61,6,0; chunk contains blocks 976,-64,0 to 991,319,15), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,-64,0 to 1023,319,511)
Block: Block{create:fluid_pipe}[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false]
Block location: World: (979,97,4), Section: (at 3,1,4 in 61,6,0; chunk contains blocks 976,-64,0 to 991,319,15), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,-64,0 to 1023,319,511)
Stacktrace:
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
at net.minecraft.class_1937.method_18471(class_1937.java:475)
at net.minecraft.class_3218.method_18765(class_3218.java:368)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
at net.minecraft.class_3176.method_3813(class_3176.java:322)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
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['PupleCj'/205, l='ServerLevel[world]', x=938.33, y=65.00, z=66.53]]
Chunk stats: 3391
Level dimension: minecraft:overworld
Level spawn location: World: (336,73,-240), Section: (at 0,9,0 in 21,4,-15; chunk contains blocks 336,-64,-240 to 351,319,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Level time: 15799044 game time, 15764770 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 130457 (now: false), thunder time: 59135 (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.class_3176.method_3813(class_3176.java:322)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
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: Linux (aarch64) version 5.4.17-2136.314.6.2.el8uek.aarch64
Java Version: 17.0.5, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 6827924960 bytes (6511 MiB) / 8917090304 bytes (8504 MiB) up to 17179869184 bytes (16384 MiB)
CPUs: 6
Processor Vendor: aarch64
Processor Name:
Identifier: aarch64 Family 8 Model 0xd0c Stepping r0x3p1
Microarchitecture: unknown
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 1
Number of logical CPUs: 6
Graphics card #0 name: Virtio GPU
Graphics card #0 vendor: Red Hat, Inc.
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: version: 01
Virtual memory max (MB): 23976.00
Virtual memory used (MB): 30726.25
Swap memory total (MB): 8137.88
Swap memory used (MB): 5724.88
JVM Flags: 1 total; -Xmx16G
Fabric Mods:
advancednetherite: Advanced Netherite 1.5.1-1.18.2
another_furniture: Another Furniture 1.2.2-1.18.2
antiqueatlas: Antique Atlas 7.0.3-fabric-mc1.18.2
anvil_fix: AnvilFix 1.3.0
appleskin: AppleSkin 2.4.1+mc1.18.2
architectury: Architectury 4.10.88
artifacts: Artifacts 7.0.3+fabric
expandability: ExpandAbility 6.0.0
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
bclib: BCLib 1.4.7
beo: Basic End Ores 1.18.2-2.1.0-Fabric
betteranimalsplus: Better Animals Plus 1.18.2-11.0.10
bettercombat: Better Combat 1.5.4+1.18.2
betterend: Better End 1.1.1
betternether: Better Nether 6.1.2
bno: Basic Nether Ores 1.18.2-7.2.0-Fabric
bucolicorigins: Bucolic_Origins[FABRIC] 3.5
carrier: Carrier 1.10.0
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.5
chiselsandbits: Chisels & Bits 1.2.116
cloth-config: Cloth Config v6 6.4.90
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 8.0.0+8
collective: Collective 6.38
combatroll: Combat Roll 1.1.2+1.18.2
cosmetic-armor: Cosmetic Armor 1.3.1
craftablechainmail: Craftable Chainmail Armor 1.18.2-1.5.2-[FABRIC]
crawl: Crawl 0.10.6
mm: Manningham Mills 2.3
create: Create 0.5.0g-792+1.18.2
com_google_code_findbugs_jsr305: jsr305 3.0.2
fake-player-api: Fake Player API 0.3.0
forge_tags: Forge Tags 2.1
milk: Milk Lib 0.3.2
dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
reach-entity-attributes: Reach Entity Attributes 2.1.1
registrate-fabric: Registrate for Fabric MC1.18.2-1.1.5
diggusmaximus: Diggus Maximus 1.5.4-1.18
kyrptconfig: Kyrpt Config 1.4.1-1.18
blue_endless_jankson: jankson 1.2.1
droplight: Droplight 1.0.5
easymagic: Easy Magic 3.3.0
cardinal-components-base: Cardinal Components API (base) 4.1.4
cardinal-components-entity: Cardinal Components API (entities) 4.1.4
enchantinginfuser: Enchanting Infuser 3.2.0
enhancedcelestials: Enhanced Celestials 2.0.7
extraorigins: Extra Origins 1.18-10
fabric-api: Fabric API 0.67.0+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.6+651bcc5960
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+ee3621fc60
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.23+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.2+9fcb91d260
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.20+489d6f8260
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.20+d7c144a860
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+d8cf4e5a60
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.14+91896a4960
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+cc71601c60
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0+1997ad1260
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.2+e747827960
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.4+cc71601c60
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.23+2d30af4b60
fabric-networking-v0: Fabric Networking (v0) 0.3.10+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.11+bb2e047760
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.8+ee3621fc60
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+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-handler-api-v1: Fabric Screen Handler API (v1) 1.2.2+1f6558e860
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-diagonal-panes: Fabric Diagonal Panes 0.6.1
fabric-language-kotlin: Fabric Language Kotlin 1.9.0+kotlin.1.8.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.5
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.4.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
fabricloader: Fabric Loader 0.14.12
fastfurnace: FastFurnace 1.18.2-4.1
ferritecore: FerriteCore 4.2.1
forgeconfigapiport: Forge Config API Port 3.2.4
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
fwaystones: Fabric Waystones 3.0.0+mc1.18.2
geckolib3: Geckolib 3.0.80
com_eliotlash_mclib_mclib: mclib 20
gobber2: Gobber2 2.5.81
pugh_lib: Pugh Lib 1.3.2
pugh_tools: Pugh Tools 1.2.7
handoveryouritems: Hand Over Your Items 3.0
iceberg: Iceberg 1.0.38
identity: Identity 2.3.0-1.18.2
omega-config: OmegaConfig 1.2.3-1.18.1
immersive_armors: Immersive Armors 1.5.2+1.18.2
infusion_table: Infusion Table 1.1.0
inmis: Inmis 2.6.0-1.18.2
itemflexer: ItemFlexer 1.2.4
microconfig: Microconfig 2.2.1
placeholder-api: Placeholder API 1.1.3+1.17.1
java: Java HotSpot(TM) 64-Bit Server VM 17
jei: Just Enough Items 10.2.1.1002
justplayerheads: Just Player Heads 3.0
lootr: Lootr 0.3.24.61
medievalorigins: Medieval Origins 1.18.x-4.0.2
medievalweapons: Medieval Weapons 1.2.0
minecraft: Minecraft 1.18.2
naturalist: Naturalist 1.1.1
origins: Origins 1.4.1
apoli: Apoli 2.3.3
additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2
calio: Calio 1.5.1
playerabilitylib: Pal 1.5.0
origins-classes: Origins: Classes 1.3.0
origins-plus-plus: Origins++ 1.7.2
owo: oωo 0.7.2-no-cme+1.18
patchouli: Patchouli 1.18.2-71.1-FABRIC
fiber: fiber 0.23.0-2
pehkui: Pehkui 3.6.3+1.14.4-1.19.3
kanos_config: Kanos Config 0.3.1+1.14.4-1.19
player-animator: Player Animator 0.4.0+1.18
polymorph: Polymorph 0.0.21-1.18.2
cardinal-components-block: Cardinal Components API (blocks) 4.1.4
cardinal-components-item: Cardinal Components API (items) 4.1.4
puzzleslib: Puzzles Lib 3.3.5
quickteleports: QuickTeleports 1.18.2-1.2.0
rottencreatures: Rotten Creatures 1.0.0
seedfix: Seed Fix 1.0.1
simplehats: SimpleHats 1.18.2-0.1.6
simplyswords: Simply Swords 1.34-1.18.x
smallships: Small Ships 2.0.0a1.1.1
smoothchunk: Smooth chunk save Mod 1.18.2-1.9
somanyenchantments: So Many Enchantments Mod 0.2.5
sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.6
spiderstpo: Spiders 2.0 1.18.2-2.0.2
stackrefill: Stack Refill 4.0
starlight: Starlight 1.0.2+fabric.89b8d9f
toms_storage: Tom's Simple Storage Mod 1.4.6
trinkets: Trinkets 3.3.1
twilightforest: The Twilight Forest 4.1.313
javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
porting_lib: Porting Lib 1.2.630-beta+1.18.2
com_github_llamalad7_mixinextras: MixinExtras 0.0.11
serialization_hooks: Serialization Hooks 0.3.23
universalenchants: Universal Enchants 3.0.6
extensibleenums: Extensible Enums 3.0.0
vinery: Vinery 1.1.4
terraform-wood-api-v1: Terraform Wood API (v1) 3.1.0
voicechat: Simple Voice Chat 1.18.2-2.2.42
wildfire_gender: Wildfire's Female Gender Mod 2.9
xlpackets: XLPackets 3.1-1.18.2
Server Running: true
Player Count: 1 / 20; [class_3222['PupleCj'/205, l='ServerLevel[world]', x=938.33, y=65.00, z=66.53]]
Data Packs: vanilla, Fabric Mods
World Generation: Experimental
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)