Fabricators-of-Create / Create

[Fabric Mod] Building Tools and Aesthetic Technology
MIT License
875 stars 195 forks source link

Crash with hose pullys #533

Closed Dr01000111 closed 1 year ago

Dr01000111 commented 2 years ago

Describe the Bug

hey my friend is trying to run a minecraft server and it keeps crashing due to what we think is the hose pullys. it only crashes when it pumps

Reproduction Steps

i dont know how to replicate it but i can provide a world download with our mod pack if yall need

Expected Result

no crash

Screenshots and Videos

No response

Crash Report or Log

https://pastebin.com/aB022ALB

Operating System

windows 10

Mod Version

0.5.0c

Minecraft Version

1.18.2

Other Mods

Additional Context

No response

JieningYu commented 2 years ago

Also it crashes with item drains when it’s draining.

TropheusJ commented 2 years ago

I wasn't able to reproduce this. Might've been fixed in a 0.5d, could you try a dev build? If it still happens, a modpack export and the world may be useful.

allanf181 commented 1 year ago

Same on 0.5.0e

---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 10/9/22, 10:43 PM
Description: Ticking block entity

java.util.NoSuchElementException
    at it.unimi.dsi.fastutil.objects.ObjectHeapPriorityQueue.first(ObjectHeapPriorityQueue.java:199)
    at com.simibubi.create.content.contraptions.fluids.actors.FluidDrainingBehaviour.continueSearch(FluidDrainingBehaviour.java:333)
    at com.simibubi.create.content.contraptions.fluids.actors.FluidDrainingBehaviour.tick(FluidDrainingBehaviour.java:287)
    at 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.actors.HosePulleyTileEntity.tick(HosePulleyTileEntity.java:113)
    at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15)
    at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk:659)
    at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk:713)
    at net.minecraft.world.World.tickBlockEntities(World:475)
    at net.minecraft.server.world.ServerWorld.tick(ServerWorld:368)
    at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:907)
    at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:322)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer:851)
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:697)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:273)
    at 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 it.unimi.dsi.fastutil.objects.ObjectHeapPriorityQueue.first(ObjectHeapPriorityQueue.java:199)
    at com.simibubi.create.content.contraptions.fluids.actors.FluidDrainingBehaviour.continueSearch(FluidDrainingBehaviour.java:333)
    at com.simibubi.create.content.contraptions.fluids.actors.FluidDrainingBehaviour.tick(FluidDrainingBehaviour.java:287)
    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.actors.HosePulleyTileEntity.tick(HosePulleyTileEntity.java:113)
    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)
Mixins in Stacktrace: None found

-- Block entity being ticked --
Details:
    Name: create:hose_pulley // com.simibubi.create.content.contraptions.fluids.actors.HosePulleyTileEntity
    Block: Block{create:hose_pulley}[facing=north]
    Block location: World: (210,33,-17), Section: (at 2,1,15 in 13,2,-2; chunk contains blocks 208,0,-32 to 223,255,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Block: Block{create:hose_pulley}[facing=north]
    Block location: World: (210,33,-17), Section: (at 2,1,15 in 13,2,-2; chunk contains blocks 208,0,-32 to 223,255,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Block Entity NBT: {AffectedAreaFrom:{X:210,Y:26,Z:-17},AffectedAreaTo:{X:210,Y:26,Z:-17},LastPos:{X:210,Y:24,Z:-17},Offset:{Speed:0.0f,Target:0.0f,Value:7.0f},Owner:[I;1094674655,69091436,-1825462602,55764138],Speed:0.0f,Tank:{Amount:0L,Capacity:243000L,Variant:{fluid:"minecraft:empty"}}}
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)
Mixins in Stacktrace: None found

-- Affected level --
Details:
    All players: 0 total; []
    Chunk stats: 2658
    Level dimension: minecraft:the_nether
    Derived: true
    Level spawn location: World: (0,144,0), Section: (at 0,0,0 in 0,9,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 119370000 game time, 122725105 day time
    Level name: world
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 4722 (now: true), thunder time: 115141 (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)
Mixins in Stacktrace: None found

-- System Details --
Details:
    Minecraft Version: 1.18.2
    Minecraft Version ID: 1.18.2
    Operating System: Linux (aarch64) version 5.11.0-1022-oracle
    Java Version: 17.0.4, Private Build
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Private Build
    Memory: 5081569800 bytes (4846 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB)
    CPUs: 4
    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: 4
    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): 12000.30
    Virtual memory used (MB): 19399.63
    Swap memory total (MB): 0.00
    Swap memory used (MB): 0.00
    JVM Flags: 2 total; -Xms8G -Xmx8G
    Fabric Mods: 
        additionaladditions: Additional Additions 4.0.5
        adorn: Adorn 3.5.0+1.18.2
        advanced_reborn: Advanced Reborn 1.0.6
            autoconfig1u: Auto Config v1 Updated 3.4.0
        advancednetherite: Advanced Netherite 1.5.1-1.18.2
        advdebug: Advancements Debug 2.3.0
        adventurez: AdventureZ 1.4.11
        ae2: Applied Energistics 2 11.5.0
        ae2things: AE2Things 1.1.0-beta.8
        ae2wtlib: AE2WTLib 11.5.0
        alloy_forgery: Alloy Forgery 2.0.13+1.18
        another_furniture: Another Furniture 1.1.3-1.18.2
        appbot: Applied Botanics 1.3.4
        appleskin: AppleSkin 2.4.1+mc1.18.2
        architects_palette: Architect's Palette Fabric 2.2
        architectury: Architectury 4.9.84
        artifacts: Artifacts 7.0.3+fabric
            expandability: ExpandAbility 6.0.0
        attributefix: AttributeFix 14.0.2
        badpackets: Bad Packets 0.1.2
        balm-fabric: Balm 3.2.0+0
        bclib: BCLib 1.4.7
        besmirchment: Besmirchment 1.18.2-12
        betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0
        betterend: Better End 1.1.1
        bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.2
        betternether: Better Nether 6.1.2
        betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
        bewitchment: Bewitchment 1.18-23
            impersonate: Impersonate 2.4.1
        bigbeacons: Big Beacons 1.2.5
        blockus: Blockus 2.4.8+1.18.2
        bookshelf: Bookshelf 13.2.50
        botania: Botania 1.18.2-435-FABRIC
        buildinggadgets: st'ructure tools 1.0.22
            mm: Manningham Mills 2.3
        bwplus: Bewitchment Plus 1.18.2-17
            playerabilitylib: Pal 1.5.0
        byg: Oh The Biomes You'll Go 1.4
        campanion: Campanion 3.0.3
        capybara: Capybara 1.0.8
        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
        ce: Cave Enhancements 1.1.5
        chalk: Chalk 2.0.1+1.18.2
        chipped: Chipped 2.0.0
        chisel: Chisel Refabricated 1.4.5
        chiselsandbits: Chisels & Bits 1.2.114
        clumps: Clumps 8.0.0+15
        cobblegen: CobbleGen v2.0b52
            blue_endless_jankson: jankson 1.2.1
        comforts: Comforts 1.1.3-1.18.2
        compactmachines: Compact Machines 4 ${version}
            forge_tags: Forge Tags 2.2
        computercraft: CC: Restitched 1.100.8
            cloth-utils-v1: Cloth Utils v1 2.0.54
        consistency_plus: Consistency Plus 0.5.0+1.18.2
            stonecutter_recipe_tags: Stonecutter Recipe Tags 3.0.1+1.18.bc850d5.fabric
        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
        coxinhautilities: Coxinha Utilities 1.4.2+1.18.2
        craftingtweaks: Crafting Tweaks 14.0.3
        create: Create 0.5.0e-733
            com_google_code_findbugs_jsr305: jsr305 3.0.2
            fake-player-api: Fake Player API 0.3.0
            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.4
        createchunkloading: Create Chunkloading 1.2.1
        createplus: CreatePlus 1.0
        creativecore: CreativeCore (Fabric) 2.6.12
        creatures_from_the_warmths: Creatures From The Warmths 2.1.0+1.18.2
        creeperoverhaul: Creeper Overhaul 1.3.1
        croptopia: Croptopia 2.1.0
            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
        dankstorage: Dank Storage 1.18.2-3.7.1
        darkutils: DarkUtilities 10.0.5
        deathlog: DeathLog 0.2.9+1.18
        debugify: Debugify 1.11.0
        dimdoors: DimensionalDoors 4.0.4
            com_flowpowered_flow-math: flow-math 1.0.3
            com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
            curse_maven_wthit-3707010: wthit-3707010 440979
            matrix: Matrix 1.0.0
            org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
        disfabric: DisFabric 1.3.7
            com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.13.1
            com_fasterxml_jackson_core_jackson-core: jackson-core 2.13.1
            com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.13.1
            com_konghq_unirest-java_standalone: unirest-java 3.13.4
            com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
            com_squareup_okhttp3_okhttp: okhttp 3.13.0
            com_squareup_okio_okio: okio 1.17.2
            net_dv8tion_jda: JDA 5.0.0-alpha.1
            net_sf_trove4j_trove4j: trove4j 3.0.3
            org_apache_commons_commons-collections4: commons-collections4 4.1
            org_jetbrains_annotations: annotations 16.0.1
        dml-refabricated: Deep Mob Learning: Refabricated 1.18.2
            dml-refabricated-base: DML: Refabricated - Base 1.18.2
            dml-refabricated-events: DML: Refabricated - Vanilla Events 1.18.2
            dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 1.18.2
            dml-refabricated-rei: DML: Refabricated - REI Integration 1.18.2
        dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.4-beta
            ktdatataglib: KtDataTagLib 1.6.5+1.18.2
        ducts: Ducts 1.1.7
        dwarfcoal: Dwarf Coal 1.18.1-1.0.1
        earthbounds: Earthbounds 1.18.2-1.1.4
        earthtojavamobs: Earth2Java 1.8.0+1.18.2
        ecologics: Ecologics 1.7.10
        ellemes_container_lib: Ellemes' Container Library 2.1.0-alpha.12
        elytraboosters: Elytra Boosters Mod 1.3.0
        elytratrinket: Elytra Trinket 3.0.0-1.18.1
        enchantablespike: Enchantable Spike 1.0.0
        entitybanners: Entity Banners 1.0.2-BETA+1.18
            bannerpp: Banner++ 2.0.4+mc.1.18-rc4
        expandeddelight: Expanded Delight 0.1.9.1
        expandedstorage: Expanded Storage 8.1.0-alpha.6
        experiencebugfix: Experience Bug Fix 18
        explorerscompass: Explorer's Compass 1.18.2-2.2.0-fabric
        extraalchemy: Extra Alchemy 1.8.1
        extragenerators: Extra Generators 1.2.1-BETA+1.18
        fabric-api: Fabric API 0.59.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-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-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.19+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.2+17cbbd4360
            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.10+0d9ab37260
            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-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-language-kotlin: Fabric Language Kotlin 1.8.4+kotlin.1.7.20
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.20
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.20
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.20
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.20
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.3
            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.0
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.0
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.0
        fabricloader: Fabric Loader 0.14.9
        farmersdelight: Farmer's Delight 1.18.2-1.2.1
        feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
        ferritecore: FerriteCore 4.2.1
        forgeconfigapiport: Forge Config API Port 3.2.4
        friendsandfoes: Friends&Foes 1.4.5
        ftbbackups2: FTB Backups 2 1.0.14
        ftbchunks: FTB Chunks 1802.3.6-build.170
        ftblibrary: FTB Library 1802.3.6-build.140
        ftbteams: FTB Teams 1802.2.6-build.69
        ftbultimine: FTB Ultimine 1802.3.3-build.67
        gateofbabylon: Gate Of Babylon 1.7.0-1.18.2
        geckolib3: Geckolib 3.0.64
            com_eliotlash_mclib_mclib: mclib 18
            com_eliotlash_molang_molang: molang 19
        geodes: More Geodes 1.4.2
        givemehats: Give Me Hats! 2.0.4
        go-fish: Go Fish 1.5.0-1.18.2
        graveyard: The Graveyard 1.9
        graveyard_biomes: The Graveyard Biomes 1.1
        hexcasting: Hex Casting 0.9.4
        incantationem: Incantationem 1.1.6+1.18.2
            com_github_llamalad7_mixinextras: MixinExtras 0.0.12
        incendium: Incendium + Seed Fix 5.0.4
        indrev: Industrial Revolution 1.14.0-BETA
            libblockattributes_core: LibBlockAttributes (Core) 0.10.0
            libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.0
            libblockattributes_items: LibBlockAttributes (Items) 0.10.0
            libgui: LibGui 5.3.2+1.18.2
                jankson: Jankson 4.0.0+j1.2.0
                libninepatch: LibNinePatch 1.1.0
            step-height-entity-attribute: Step Height Entity Attribute 1.0.0
        indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0+1.18.1
        infusion_table: Infusion Table 1.1.0
        inmis: Inmis 2.6.0-1.18.2
        inventorysorter: Inventory Sorter 1.8.8-1.18
            kyrptconfig: Kyrpt Config 1.4.6-1.18
        iron-jetpacks: Iron Jetpacks 0.4.3
        itemphysiclite: ItemPhysic Lite (Fabric) 1.5.0
        java: OpenJDK 64-Bit Server VM 17
        jmi: JourneyMapIntegration 0.13-31
        journeymap-fabric: Journeymap 5.9.0beta2
            journeymap-api-fabric: JourneyMap API 1.18.2-1.9-fabric-SNAPSHOT
        just_end_anchor: Just An End Anchor 1.0.2
        kibe: Kibe 1.9.10-BETA+1.18
        kubejs: KubeJS 1802.5.5-build.546
        kubejs_create: KubeJS Create 1802.2.2-build.28
        lazydfu: LazyDFU 0.1.2
        lifts: Lifts 1.4.1-BETA+1.18
        lithium: Lithium 0.7.10
        lovely_snails: Lovely Snails 1.0.4+1.18
        macawsbridgesbyg: Macaw's Bridges - BYG 1.18.2-1.2
        macawsroofsbyg: Macaw's Roofs - BYG 1.18.2-1.1
        magicfungi: Magic Fungi 0.8.0-BETA+1.18.2
            fabricshieldlib: Fabric Shield Lib 1.5.3-1.18
            omega-config-gui: Omega Config GUI 1.2.3-1.18.1
                cloth-config-lite: cloth-config-lite 2.0.6
        mcdar: MC Dungeons Artifacts 1.5.2-1.18
        mcwbridges: Macaw's Bridges 2.0.5
        mcwdoors: Macaw's Doors 1.0.7
        mcwfences: Macaw's Fences and Walls 1.0.6
        mcwlights: Macaw's Lights and Lamps 1.0.4
        mcwpaths: Macaw's Paths and Pavings 1.0.1
        mcwroofs: Macaw's Roofs 2.2.0b
        mcwtrpdoors: Macaw's Trapdoors 1.0.7
        megane: megane 7.9.0
            megane-alloy-forgery: megane-alloy-forgery 7.9.0
            megane-api: megane-api 7.9.0
            megane-applied-energistics-2: megane-applied-energistics-2 7.9.0
            megane-create: megane-create 7.9.0
            megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 7.9.0
            megane-extra-generators: megane-extra-generators 7.9.0
            megane-fabric-transfer: megane-fabric-transfer 7.9.0
            megane-industrial-revolution: megane-industrial-revolution 7.9.0
            megane-kibe: megane-kibe 7.9.0
            megane-lib-block-attributes: megane-lib-block-attributes 7.9.0
            megane-modern-dynamics: megane-modern-dynamics 7.9.0
            megane-reborn-core: megane-reborn-core 7.9.0
            megane-reborn-energy: megane-reborn-energy 7.9.0
            megane-runtime: megane-runtime 7.9.0
            megane-tech-reborn: megane-tech-reborn 7.9.0
            megane-vanilla: megane-vanilla 7.9.0
            megane-wireless-networks: megane-wireless-networks 7.9.0
        memoryleakfix: Memory Leak Fix 1.18.2-0.7.0
        minecraft: Minecraft 1.18.2
        mininggadgets: Mining Gadgets Fabric ${version}
        mixintrace: MixinTrace 1.1.1+1.17
        mo_glass: Mo Glass 1.6.1-MC1.18.2
        mocolors: Mo' Colors 1.4.0
        modern_industrialization: Modern Industrialization 1.2.2
        moderndynamics: Modern Dynamics 0.2.6-beta
        more_babies: More Babies 0.5.2
        mostructures: Mo' Structures 1.4.2+1.18.2
            omega-config: OmegaConfig 1.2.3-1.18.1
        mythicmetals: Mythic Metals 0.14.4
            magna: Magna 1.7.1-1.18-pre1
        mythicmetals_decorations: Mythic Metals Decorations 0.2.2
        naturescompass: Nature's Compass 1.18.2-2.0.3-fabric
        nears: Nears 1.1.8
        notenoughcrashes: Not Enough Crashes 4.1.6+1.18.2
        owo: oωo 0.7.2-no-cme+1.18
        oxidized: Oxidized 1.6.4
        patchouli: Patchouli 1.18.2-71.1-FABRIC
            fiber: fiber 0.23.0-2
        paucal: PAUCAL 0.4.7
        pehkui: Pehkui 3.5.0+1.14.4-1.19.2
            kanos_config: Kanos Config 0.3.1+1.14.4-1.19
        peripheralium: Peripheralium 0.1.1
        peripheralworks: Unlimited Peripheral Works 0.1.2
        pigpen: PigPen 8.0.1
        polymorph: Polymorph 0.0.21-1.18.2
        postmateria: Post Materia 1.0.0-1.18.2
            fiblib: FibLib 1.3.1+1.18.2
            world-data: World Data 1.0.3-1.18.2
        powah: Powah! 3.0.5-beta
        probablychests: Probably Chests 0.5.4-1.18.2
        purpeille: Purpeille 2.3.3+fabric-1.18.2
            cmods: Combined Modifiers 1.2.0
            voidcrafting: Void Crafting 1.6.4+fabric-1.18.2
        ratsmischief: Rat's Mischief 1.3.7
        reborncore: Reborn Core 5.2.0
            team_reborn_energy: Energy 2.2.0
        repurposed_structures: Repurposed Structures 4.1.14+1.18.2
        rhino: Rhino 1802.2.0-build.232
        right-click-harvest: Right-Click-Harvest 1.2.0
        roughly_enough_loot_tables: Roughly Enough Loot Tables (RELT) 1.18-1.1
        roughlyenoughitems: Roughly Enough Items 8.3.549
            error_notifier: Error Notifier 1.0.9
        roughlyenoughprofessions: Roughly Enough Professions 1.0.2
        roughlyenoughresources: Roughly Enough Resources 2.5.0
        runelic: Runelic 11.0.1
        sandwichable: Sandwichable 1.3+1.18.2
        seedfix: Seed Fix 1.0.1
        servertick: Server Tick 1.6
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
        shulkerboxtooltip: Shulker Box Tooltip 3.1.2+1.18.2
            cloth-config: Cloth Config v6 6.4.90
                cloth-basic-math: cloth-basic-math 0.6.1
        slimyfloor: Slimy Floor 1.18.2-1.2.3
        someforgepatchesported: Some Forge Patches Ported 1.0.3
        spark: spark 1.9.11
            fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
        starlight: Starlight 1.0.2+fabric.89b8d9f
        stoneholm: Stoneholm 1.4.3
        strawdummy: Straw Dummy 1.7.0
        structory: Structory 1.0.0
        tconstruct: Hephaestus 1.18.2-3.5.2.150
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.1+9fcb91d260
            mantle: Mantle 1.18.2-1.9.156
                reach-entity-attributes: Reach Entity Attributes 2.2.0
                star: Star 1.3+1.18.2
            porting_lib: Porting Lib 1.2.550-beta+1.18.2-stable
            serialization_hooks: Serialization Hooks 0.3.23
        techreborn: Tech Reborn 5.2.0
        terrablender: TerraBlender 1.2.0.126
        terrarianslimes: Terrarian Slimes 1.2.1-BETA+1.18
        the_aether: Paradise Lost 1.6.9+1.18.2
            crowdin-translate: CrowdinTranslate 1.4+1.18.2
            customportalapi: Custom Portal Api 0.0.1-beta50-1.18
            gud_recipe_confidence: Recipe Confidence 1.0.2
            incubus_core: Incubus Core 1.6.6+1.18.2
            moretags: More Tags 3.0.4
        the_bumblezone: The Bumblezone - Fabric 5.1.2+1.18.2
        things: Things 0.2.18+1.18
        toofast: TooFast 0.0.2.3
        traverse: Traverse 5.1.4
            terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 3.1.0
            terraform-config-api-v1: Terraform Config API (v1) 3.1.0
            terraform-surfaces-api-v1: Terraform Surfaces API (v1) 3.1.0
            terraform-tree-api-v1: Terraform Tree API (v1) 3.1.0
            terraform-wood-api-v1: Terraform Wood API (v1) 3.1.0
            traverse-common: Traverse: Common 5.1.4
            traverse-worldgen: Traverse: World Generation 5.1.4
        trinkets: Trinkets 3.3.1
        twigs: Twigs 1.1.3-patch2+1.18.2
        twilightforest: The Twilight Forest 4.1.268
            javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
        upc: UPC 0.0.2
        waterdripsound: Drip Sounds 1.18-0.3.0
        windchimes: Windchimes 1.2.0
        winged: Winged Mod 1.18.2-3.2.0
        wirelessnetworks: Wireless Networks 1.5.1
        wthit: wthit 4.13.3
        xlpackets: XLPackets 2.1-1.17.1
        yigd: You're in Grave Danger 1.3.10
        yungsapi: YUNG's API 1.18.2-Fabric-2.0.8
        yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0
    Server Running: true
    Player Count: 0 / 20; []
    Data Packs: vanilla, dimdoors/default (incompatible), dimdoors/classic (incompatible), createplus/createplus-core, Fabric Mods
    World Generation: Stable
    Is Modded: Definitely; Server brand changed to 'fabric'
    Type: Dedicated Server (map_server.txt)
    Suspected Mods: Create (create)
TropheusJ commented 1 year ago

Can’t reproduce, please test patch G.

TropheusJ commented 1 year ago

The code that caused this has been significantly changed and it can't happen anymore.