Hi,
every time I place a harvester from "Spatial Harvesters" mod next to a "Wireless Node" my server crash.
The crash report says it is because of that block ticks:
---- Minecraft Crash Report ----
// Would you like a cupcake?
java.lang.IllegalArgumentException: Amount may not be negative, but it is: -11218310
at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notNegative(StoragePreconditions.java:50)
at me.steven.wirelessnetworks.network.Network.extract(Network.java:85)
at me.steven.wirelessnetworks.network.ExposedNetwork.extract(ExposedNetwork.java:41)
at team.reborn.energy.api.EnergyStorageUtil.move(EnergyStorageUtil.java:42)
at me.steven.wirelessnetworks.blockentity.NetworkNodeBlockEntity.tick(NetworkNodeBlockEntity.java:57)
at me.steven.wirelessnetworks.block.NetworkBlock.lambda$getTicker$0(NetworkBlock.java:67)
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:477)
at net.minecraft.server.world.ServerWorld.tick(ServerWorld:365)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:879)
at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:324)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer:823)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:684)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270)
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 net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notNegative(StoragePreconditions.java:50)
at me.steven.wirelessnetworks.network.Network.extract(Network.java:85)
at me.steven.wirelessnetworks.network.ExposedNetwork.extract(ExposedNetwork.java:41)
at team.reborn.energy.api.EnergyStorageUtil.move(EnergyStorageUtil.java:42)
at me.steven.wirelessnetworks.blockentity.NetworkNodeBlockEntity.tick(NetworkNodeBlockEntity.java:57)
at me.steven.wirelessnetworks.block.NetworkBlock.lambda$getTicker$0(NetworkBlock.java:67)
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:477)
at net.minecraft.class_3218.method_18765(class_3218.java:365)
-- Block entity being ticked --
Details:
Name: wirelessnetworks:node_block // me.steven.wirelessnetworks.blockentity.NetworkNodeBlockEntity
Block: Block{wirelessnetworks:node_block}[facing=east]
Block location: World: (-470,122,5462), Section: (at 10,10,6 in -30,7,341; chunk contains blocks -480,-64,5456 to -465,319,5471), Region: (-1,10; contains chunks -32,320 to -1,351, blocks -512,-64,5120 to -1,319,5631)
Block: Block{wirelessnetworks:node_block}[facing=east]
Block location: World: (-470,122,5462), Section: (at 10,10,6 in -30,7,341; chunk contains blocks -480,-64,5456 to -465,319,5471), Region: (-1,10; contains chunks -32,320 to -1,351, blocks -512,-64,5120 to -1,319,5631)
Block Entity NBT: {Input:0b,NetworkID:"General"}
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:477)
at net.minecraft.class_3218.method_18765(class_3218.java:365)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:879)
at net.minecraft.class_3176.method_3813(class_3176.java:324)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:823)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:684)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:833)
-- Affected level --
Details:
All players: 2 total; [class_3222['xxxxx'/4, l='ServerLevel[world]', x=-467.93, y=121.00, z=5461.13], class_3222['xxxxx'/458, l='ServerLevel[world]', x=-506.18, y=125.00, z=5487.72]]
Chunk stats: 2077
Level dimension: minecraft:overworld
Level spawn location: World: (16,90,0), Section: (at 0,10,0 in 1,5,0; chunk contains blocks 16,-64,0 to 31,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 15199973 game time, 16636133 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 10068 (now: true), thunder time: 81836 (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:879)
at net.minecraft.class_3176.method_3813(class_3176.java:324)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:823)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:684)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:833)
Hi, every time I place a harvester from "Spatial Harvesters" mod next to a "Wireless Node" my server crash. The crash report says it is because of that block ticks:
---- Minecraft Crash Report ---- // Would you like a cupcake?
Time: 2/27/22, 4:29 PM Description: Ticking block entity
java.lang.IllegalArgumentException: Amount may not be negative, but it is: -11218310 at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notNegative(StoragePreconditions.java:50) at me.steven.wirelessnetworks.network.Network.extract(Network.java:85) at me.steven.wirelessnetworks.network.ExposedNetwork.extract(ExposedNetwork.java:41) at team.reborn.energy.api.EnergyStorageUtil.move(EnergyStorageUtil.java:42) at me.steven.wirelessnetworks.blockentity.NetworkNodeBlockEntity.tick(NetworkNodeBlockEntity.java:57) at me.steven.wirelessnetworks.block.NetworkBlock.lambda$getTicker$0(NetworkBlock.java:67) 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:477) at net.minecraft.server.world.ServerWorld.tick(ServerWorld:365) at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:879) at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:324) at net.minecraft.server.MinecraftServer.tick(MinecraftServer:823) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:684) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270) 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 net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notNegative(StoragePreconditions.java:50) at me.steven.wirelessnetworks.network.Network.extract(Network.java:85) at me.steven.wirelessnetworks.network.ExposedNetwork.extract(ExposedNetwork.java:41) at team.reborn.energy.api.EnergyStorageUtil.move(EnergyStorageUtil.java:42) at me.steven.wirelessnetworks.blockentity.NetworkNodeBlockEntity.tick(NetworkNodeBlockEntity.java:57) at me.steven.wirelessnetworks.block.NetworkBlock.lambda$getTicker$0(NetworkBlock.java:67) 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:477) at net.minecraft.class_3218.method_18765(class_3218.java:365)
-- Block entity being ticked -- Details: Name: wirelessnetworks:node_block // me.steven.wirelessnetworks.blockentity.NetworkNodeBlockEntity Block: Block{wirelessnetworks:node_block}[facing=east] Block location: World: (-470,122,5462), Section: (at 10,10,6 in -30,7,341; chunk contains blocks -480,-64,5456 to -465,319,5471), Region: (-1,10; contains chunks -32,320 to -1,351, blocks -512,-64,5120 to -1,319,5631) Block: Block{wirelessnetworks:node_block}[facing=east] Block location: World: (-470,122,5462), Section: (at 10,10,6 in -30,7,341; chunk contains blocks -480,-64,5456 to -465,319,5471), Region: (-1,10; contains chunks -32,320 to -1,351, blocks -512,-64,5120 to -1,319,5631) Block Entity NBT: {Input:0b,NetworkID:"General"} 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:477) at net.minecraft.class_3218.method_18765(class_3218.java:365) at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:879) at net.minecraft.class_3176.method_3813(class_3176.java:324) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:823) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:684) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270) at java.base/java.lang.Thread.run(Thread.java:833)
-- Affected level -- Details: All players: 2 total; [class_3222['xxxxx'/4, l='ServerLevel[world]', x=-467.93, y=121.00, z=5461.13], class_3222['xxxxx'/458, l='ServerLevel[world]', x=-506.18, y=125.00, z=5487.72]] Chunk stats: 2077 Level dimension: minecraft:overworld Level spawn location: World: (16,90,0), Section: (at 0,10,0 in 1,5,0; chunk contains blocks 16,-64,0 to 31,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 15199973 game time, 16636133 day time Level name: world Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Level weather: Rain time: 10068 (now: true), thunder time: 81836 (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:879) at net.minecraft.class_3176.method_3813(class_3176.java:324) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:823) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:684) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270) at java.base/java.lang.Thread.run(Thread.java:833)
-- System Details -- Details: Minecraft Version: 1.18.1 Minecraft Version ID: 1.18.1 Operating System: Linux (amd64) version 5.13.0-22-generic Java Version: 17.0.2, Debian Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Debian Memory: 3556395656 bytes (3391 MiB) / 5351931904 bytes (5104 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 2 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 9 5950X 16-Core Processor Identifier: AuthenticAMD Family 25 Model 33 Stepping 0 Microarchitecture: Zen 3 Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 16 Number of logical CPUs: 32 Graphics card #0 name: unknown Graphics card #0 vendor: unknown Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: unknown Virtual memory max (MB): 64365.18 Virtual memory used (MB): 94059.41 Swap memory total (MB): 0.00 Swap memory used (MB): 0.00 JVM Flags: 2 total; -Xms256M -Xmx8192M Fabric Mods: adapaxels: AdaPaxels 1.3.1+1.18-rc3 addendum: Addendum 1.0.2 additionaladditions: Additional Additions 3.0.1 additionalbars: Additional Bars 2.2.1 adorn: Adorn 3.3.1+1.18.1 advanced_runtime_resource_pack: Runtime Resource Pack 0.5.4 advancednetherite: Advanced Netherite 1.4.0-1.18.1 adventurez: AdventureZ 1.4.7 ae2: Applied Energistics 2 10.1.0-beta.2 ae2things: AE2Things 1.0.2-beta.2 ae2wtlib: AE2WTLib 10.1.1-beta.5 appleskin: AppleSkin 2.3.0+mc1.18.1 aqupdcaracal: Caracal mob 1.18-1.3.5.1 arcanus: Arcanus 1.27 architects_palette: Architect's Palette Fabric 1.6 architectury: Architectury 3.7.20 archon: Archon 0.1.1 artifacts: Artifacts 6.0.0+fabric artifality: Artifality 0.5.5 artis: Artis-Recrafted 2.0.0+1.18.1 assembly: Assembly 21w06a-1.0.0 attributefix: AttributeFix 13.0.5 autoconfig1u: Auto Config v1 Updated 3.3.1 balm-fabric: Balm 2.4.1+0 bannerpp: Banner++ 2.0.4+mc.1.18-rc4 basicshields: Basic Shields [Fabric] 1.2.1-1.18.1 bcc: BetterCompatibilityChecker fabric-1.0.4 bclib: BCLib 1.3.4 besmirchment: Besmirchment 1.18-7 better_wandering_trader: Better Wandering Trader 1.8.0 betteranimalsplus: Better Animals Plus 1.18.1-11.0.4 betterend: Better End 1.0.2 betternether: Better Nether 6.0.10 bewitchment: Bewitchment 1.18-12 biomemakeover: Biome Makeover 1.18.1-1.4.5 bitsandchisels: BitsAndChisels 2.6.4 blast: BLAST 1.8 blockshifter: Blockshifter 1.4.1+fabric-1.18 blockswap: Block Swap 1.2 blockus: Blockus 2.3.4+1.18.1 blue_endless_jankson: jankson 1.2.1 boatcontainer: BoatContainer 1.0.4 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.4-1.18 botania: Botania 1.18.1-428-FABRIC bountiful: Bountiful 2.0.1 btweaks: Benchmark Tweaks 2.0.3 buildinggadgets: st'ructure tools 1.0.10 byg: BYG 1.3.5.11 bygplus: Oh The Biomes You'll Go Plus 2.0.0 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.6.54 cacao: Croptopia's Chocolaterie 1.0 campanion: Campanion 3.0.2 camsbackpacks: Cammie's Wearable Backpacks 2.10 cardinal-components-base: Cardinal Components API (base) 4.1.0 cardinal-components-entity: Cardinal Components API (entities) 4.1.0 cardinal-components-item: Cardinal Components API (items) 4.0.1 cardinal-components-level: Cardinal Components API (world saves) 4.0.0 cardinal-components-world: Cardinal Components API (worlds) 4.0.0 carrier: Carrier 1.9.1 catwalksinc: Catwalks Inc. 1.2.0 cavetweaks: Cave Tweaks 1.0 chalk: Chalk 1.2.1 chisel: Chisel Refabricated 1.4.4 chunkpregen: Fabric Chunk Pregenerator 0.3.3 cleancut: CleanCut 1.18-4.0-fabric clickmachine: Kenza's Click Machine 1.1.0 clienttweaks: Client Tweaks 7.0.0 cloth-api: Cloth API 3.1.61 cloth-armor-api-v1: Cloth Armor API v1 1.5.47 cloth-basic-math: cloth-basic-math 0.6.0 cloth-client-events-v0: Cloth Client Events v0 3.1.61 cloth-common-events-v1: Cloth Common Events v1 3.1.61 cloth-config: Cloth Config v6 6.2.57 cloth-config-lite: cloth-config-lite 2.0.6 cloth-datagen-api-v1: Cloth Datagen v1 3.1.61 cloth-utils-v1: Cloth Utils v1 3.1.61 clumps: Clumps 8.0.0+5 collective-fabric: Collective (Fabric) 4.4 columns: Columns 1.2.0 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 com_eliotlash_mclib_mclib: mclib 18 com_eliotlash_molang_molang: molang 18 com_github_shevek_parallelgzip: parallelgzip af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6 com_ishland_c2melibs: libs 0.2.0+alpha.6.54 com_typesafe_config: config 1.4.1 com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT comforts: Comforts 1.0.1-1.18.1 completeconfig: CompleteConfig 1.3.3 confabricate: confabricate 2.2.0-SNAPSHOT+4.1.1 conjuring: Conjuring 1.0.20+1.18 cosmetic-armor: Cosmetic Armor 1.2.1 couplings: Couplings 1.7.1+1.18 coxinhautilities: Coxinha Utilities 1.0+1.18 crookedcrooks: Crooked Crooks 2.0.1+1.18.1 croptopia: Croptopia 1.8.0 croptosis: Croptosis 1.4.2 crusade: Crusade 1.2.5 cyti: Can You Trash It? 1.0.3 dankstorage: Dank Storage 1.18.1-3.5.2 dark-enchanting: Dark Enchanting 0.6.3+1.18 dawn: Dawn API 3.2.0 deathlog: DeathLog 0.2.6+1.18 decorative_blocks: Decorative Blocks 2.0.4 dml-refabricated: Deep Mob Learning: Refabricated 0.5.0-beta2 dml-refabricated-base: DML: Refabricated - Base 0.5.0-beta2 dml-refabricated-events: DML: Refabricated - Vanilla Events 0.5.0-beta2 dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.5.0-beta2 dml-refabricated-rei: DML: Refabricated - REI Integration 0.5.0-beta2 dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.0-beta2 dracomelette: Dracomelette 1.18-1 dragonloot: DragonLoot 1.0.10 dual_riders: DualRiders 1.0.5 dummmmmmy: MmmMmmMmmMmm 1.18-1.5.0 dungeons_arise: When Dungeons Arise 2.1.49d-fabric dwarfcoal: Dwarf Coal 1.18.1-1.0.1 dynamic_asset_generator: Dynamic Asset Generator 0.2.1 easymagic: Easy Magic 3.2.1 eldritch_mobs: Eldritch Mobs 1.10.2 elytratrinket: Elytra Trinket 3.0.0-1.18.1 enhancedcelestials: Enhanced Celestials 2.0.6 entitybanners: Entity Banners 1.0.2-BETA+1.18 excavated_variants: Excavated Variants 0.3.0 expandability: ExpandAbility 5.0.0 expandedstorage: Expanded Storage 7.3.6 experiencebugfix: Experience Bug Fix 18 explorerscompass: Explorer's Compass 1.18.1-2.0.2-fabric extraalchemy: Extra Alchemy 1.7.0 extragenerators: Extra Generators 1.1.1-BETA+1.18 extrarecords: Extra Records 3.2 extremesoundmuffler: Extreme sound muffler 3.22_fabric-1.18.1 ezpas: Ezpas 2.0.1 fabric: Fabric API 0.46.1+1.18 fabric-api-base: Fabric API Base 0.4.1+b4f4f6cd14 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.0+17be577f65 fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a965 fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d9565 fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cd65 fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c665 fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73d65 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d9565 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.9+a1d9bbf565 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378a14 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f1765 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cd65 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d9565 fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b565 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d9514 fabric-language-kotlin: Fabric Language Kotlin 1.7.1+kotlin.1.6.10 fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca33565 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d9565 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d9514 fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.8+b4f4f6cd65 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d9514 fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cd65 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.1+3b82842e65 fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.9+3ac43d9565 fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1ac65 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.0+befed49e65 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d765 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d9565 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 1.0.1+13eda06565 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d9514 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d9565 fabric-structure-api-v1: Fabric Structure API (v1) 2.1.0+0a73a6c265 fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d9514 fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.5+fb3b57b465 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.6+b4f4f6cd65 fabricenchantments: Fabric Enchantments 0.7.0 fabricloader: Fabric Loader 0.13.3 fabricshieldlib: Fabric Shield Lib 1.5.0-1.18 fake-player-api: Fake Player API 0.3.0 farmersdelight: Farmer's Delight 1.18.1-0.2.0 farmingforblockheads: Farming for Blockheads 9.0.3 feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 1.0.1+1.18.1 ferritecore: FerriteCore 4.1.1 fertilization: Fertilization 7.0.0 fiber: fiber 0.23.0-2 findme: FindMe 3.0.5 floral_flair: Floral Flair 1.1.2 fluidtank: Fluid Tank 18.3.0-fabric flytre_lib: FlytreLib 1.7.1 forgeconfigapiport: Forge Config API Port 3.1.1 friendsandfoes: Friends&Foes 1.2.3 ftbchunks: FTB Chunks 1801.3.3-build.119 ftblibrary: FTB Library 1801.3.5-build.109 ftbquests: FTB Quests 1801.3.7-build.87 ftbranks: FTB Ranks 1801.1.6-build.22 ftbteams: FTB Teams 1801.2.4-build.46 ftbultimine: FTB Ultimine 1801.3.2-build.48 gateofbabylon: Gate Of Babylon 1.6.0-1.18.1 geckolib3: Geckolib 3.0.32 givemehats: Give Me Hats! 1.7.5 glassdoor: Glass Doors 2.0.0-1.18 glassential: Glassential 1.3.0 go-fish: Go Fish 1.4.1-1.18.1 gobber2: Gobber2 2.5.62 goblintraders: Goblin Traders 1.4.1 goldenhoppers: Golden Hoppers 1.2.0 golemsgalore: Golems Galore 1.1.1-1.18 graveyard: The Graveyard 1.5 harvest_scythes: Harvest Scythes 2.4.1 heartytrinkets: Hearty Trinkets 1.18.1-1.0.0 hologram-api: Hologram API 0.2.1+1.18-pre5 hookshot: Hookshot 24.0 horsestatsvanilla: Horse Stats Vanilla 4.1.10 iceberg: Iceberg 1.0.38 impaled: Impaled 1.0.2 impersonate: Impersonate 2.4.1 improved-stations: Improved Stations 2.0.8 incantationem: Incantationem 1.1.3+1.18.1 indrev: Industrial Revolution 1.13.6-BETA indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0+1.18.1 infusion_table: Infusion Table 1.0.5 inmis: Inmis 2.5.1-1.18.1 interference: Interference API 1.3.0 io_leangen_geantyref_geantyref: geantyref 1.3.11 ironbundles: Iron Bundles 1.0.2+1.17 ironfurnaces: Iron Furnaces 3.0.0 itemfilters: Item Filters 1801.2.6-build.16 jankson: Jankson 4.0.0+j1.2.0 java: OpenJDK 64-Bit Server VM 17 kambrik: Kambrik 3.0.1-1.18 kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1 kibe: Kibe 1.9.4-BETA+1.18 kiwi: Kiwi Lib 5.2.5 kleeslabs: KleeSlabs 11.0.0 krypton: Krypton 0.1.6 ktdatataglib: KtDataTagLib 1.6.4-1 kubejs: KubeJS 1801.4.1-build.271 kyrptconfig: Kyrpt Config 1.3.4-1.18 lazydfu: LazyDFU 0.1.2 leaf-decay: Leaf Decay 1.4.0-1.18.1 libblockattributes: LibBlockAttributes 0.10.0 libblockattributes_core: LibBlockAttributes (Core) 0.10.0 libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.0 libblockattributes_items: LibBlockAttributes (Items) 0.10.0 libcd: LibCapableData 3.0.3+1.16.3 libgui: LibGui 5.2.0+1.18 libninepatch: LibNinePatch 1.1.0 lifts: Lifts 1.4-BETA+1.18 lightestlamp: Lightest Lamps 1.0.0-beta lightingwand: Lighting Wand 3.0.0 lithium: Lithium 0.7.7 lovely_snails: Lovely Snails 1.0.3+1.18 lychee: Lychee Tweaker 1.5.1 maelstrom_library: Maelstrom Library 1.2.3-1.18-rc3 magicfungi: Magic Fungi 0.6.3-BETA+1.18 magna: Magna 1.7.0-1.18-pre1 mavm: More Axolotl Variants Mod 1.0.7a maybe-data: Maybe data 1.0.1-1.17 mcdict: MCDict 2.1.0+1.17.1 mcwfences: Macaw's Fences and Walls 1.0.4 mcwlights: Macaw's Lights and Lamps 1.0.2 mcwpaintings: Macaw's Paintings 1.0.2 mcwtrpdoors: Macaw's Trapdoors 1.0.4 megane: megane 7.1.0 megane-api: megane-api 7.0.0 megane-applied-energistics-2: megane-applied-energistics-2 7.0.1 megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 7.0.0 megane-extra-generators: megane-extra-generators 7.0.0 megane-fabric-transfer: megane-fabric-transfer 7.0.0 megane-industrial-revolution: megane-industrial-revolution 7.0.0 megane-kibe: megane-kibe 7.0.0 megane-lib-block-attributes: megane-lib-block-attributes 7.0.0 megane-reborn-core: megane-reborn-core 7.0.0 megane-reborn-energy: megane-reborn-energy 7.0.0 megane-runtime: megane-runtime 7.1.0 megane-tech-reborn: megane-tech-reborn 7.0.0 megane-vanilla: megane-vanilla 7.0.0 megane-wireless-networks: megane-wireless-networks 7.0.0 minecraft: Minecraft 1.18.1 mm: Manningham Mills 2.3 mo_glass: Mo Glass 1.6.1-MC1.18.1 mocolors: Mo' Colors 1.3.0 modern_industrialization: Modern Industrialization 1.0.4 morevillagers-fabric: MoreVillagersFabric 3.1.1-SNAPSHOT mostructures: Mo' Structures 1.3.0-pre1+1.18 moyai: Moyai 1.18-1.0.0 multibeds: MultiBeds 1.2.1 multipart_entities: MultipartEntities 1.1.4-1.18-rc3 myron: Myron 1.6.2+1.18.1 mythic-mounts: Mythic Mounts 1.18-4.0 naturescompass: Nature's Compass 1.18.1-2.0.2-fabric nbtcrafting: NBT Crafting 2.1.2+mc1.18.1 nears: Nears 1.1.2 netherportalfix: NetherPortalFix 9.0.0 ninjaphenix_container_lib: NinjaPhenix's Container Library 1.2.10 no_null_processors: No Null Processors - Fabric 2.0.1+1.18.1 noexpensive: NoExpensive 1.18-Fabric-1.2.0 nomorescore: No More Score 1.0.0 notenoughcrashes: Not Enough Crashes 4.1.4+1.18.1 nyfsquiver: Nyf's Quivers Fabric-0.4.0-1.18 omega-config: OmegaConfig 1.2.3-1.18.1 omega-config-gui: Omega Config GUI 1.2.3-1.18.1 onsoulfire: On Soul Fire 1.18-1 org_apache_commons_commons-compress: commons-compress 1.19 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 org_spongepowered_configurate-core: configurate-core 4.1.1 org_spongepowered_configurate-extra-dfu4: configurate-extra-dfu4 4.1.1 org_spongepowered_configurate-gson: configurate-gson 4.1.1 org_spongepowered_configurate-hocon: configurate-hocon 4.1.1 org_tukaani_xz: xz 1.9 oro_config: OroArmor Config 2.1.0 owo: oωo 0.5.2+1.18 oxidized: Oxidized 1.6.0 packet_tweaker: Packet Tweaker 0.2.0+1.18-pre1 patchouli: Patchouli 1.18.1-65-FABRIC pehkui: Pehkui 3.1.0+1.14.4-1.18.1 phonos: Phonos 0.2+1.18 phosphor: Phosphor 0.8.1 placeholder-api: Placeholder API 1.1.3+1.17.1 platforms: Platforms 1.2.0 platypus: Platypuses 1.0.0 player-data-api: Player Data API 0.1.0+1.18 playerabilitylib: Pal 1.5.0 plushies: Plushie Mod 1.1 polymer: Polymer (Core) 0.2.0-beta.24+1.18.1 polymer-legacy: Polymer (Compatibility) 0.1.9+0.2.0-beta.24+1.18.1 prettybeaches: Pretty Beaches 7.0.0 promenade: Promenade 2.5.1 pugh_lib: Pugh Lib 1.2.15 pugh_tools: Pugh Tools 1.1.17 puzzleslib: Puzzles Lib 3.1.5 quarrymod: Industial Quarry Mod 0.5.3 quarryplus: QuarryPlus 18.2.493 quickshulker: Quick Shulker 1.3.6-1.18 rangers_haven: Ranger's Haven 2.3.1 ratsmischief: Rat's Mischief 1.3.4 reach-entity-attributes: Reach Entity Attributes 2.1.1 reborncore: Reborn Core 5.1.0 redbits: Red Bits 1.12.0 repurposed_structures: Repurposed Structures 3.3.0+1.18.1 respawnablepets: Respawnable Pets 1.18-2 rhino: Rhino 1800.1.7-build.94 rightclickharvest: Right Click Harvest 1.5.1 ringsofascension: Rings of Ascension 1.0 roughlyenoughitems: Roughly Enough Items 7.2.425 runelic: Runelic 10.0.3 sandwichable: Sandwichable 1.2-rc4+1.18 secretrooms: Secret Rooms 1.3.0+1.18.1 server_translations_api: Server Translations API 1.4.8+1.18-pre1 servercore-fabric: ServerCore-Fabric 1.2.6-1.18.1 sgui: sgui 1.0.0-rc6+1.18-pre5 shetiphiancore: ShetiPhianCore 1.2.2 shulkerboxtooltip: Shulker Box Tooltip 3.0.5+1.18 shulkerutils: shulkerutils 1.0.4-1.18 simpleteleporters: Simple Teleporters 2.3.0 skinnedlanterns: Skinned Lanterns 1.2.0+build.12 slotlink: slotlink 4.2.1 smootherbedrock: Smoother Bedrock 1.0.3 someforgepatchesported: Some Forge Patches Ported 1.0.2 spark: spark 1.8.6 spatialharvesters: Spatial Harvesters 0.11.13b spectrum: Spectrum 1.2.8-1.18.1-midgame9 spellbound: Spellbound 1.7.2 stacc: Stacc 1.2.3 staffofbuilding: Staff of Building 1.4.1-1.18.1 starterkit-fabric: Starter Kit (Fabric) 3.1 static-content: Static Content 1.0.2-1.16.2 staticdata: Static Data 1.1.2 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 stoneholm: Stoneholm 1.4.2 structurized: Structurized 1.4.0+1.18 styledplayerlist: Styled Player List 2.1.3+1.18 tacocraft: TacoCraft 1.7.2-1.18.1 team_reborn_energy: Energy 2.2.0 techreborn: Tech Reborn 5.1.0 terrablender: TerraBlender 1.1.0.77 terraform-shapes-api-v1: Terraform Shapes API (v1) 2.1.0 terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2 terrarianslimes: Terrarian Slimes 1.1-BETA+1.17 textile_backup: Textile Backup 2.3.0-1.18 thatched: Thatched 1.0.1 thonkutil: ThonkUtil 1.3 timeinabottle: Time in a Bottle 1.6-mc1.17-fabric tipthescales: Tip The Scales 5.0.4 totemicoverhaul: Totemic Overhaul 1.2 totemmod: Wither Totems Mod 0.3.4-1.18-rc2 totw_additions: Towers of the Wild: Additions 1.1.0 towers_of_the_wild_reworked: Towers of the Wild: Reworked 2.1.1 tradingpost: Trading Post 3.1.2 transportables: Transportables 1.1 trapexpansion: Trap Expansion 1.3.3 trashslot: TrashSlot 11.0.1 trinketofundying: Trinket of Undying 2.0.1-1.18 trinkets: Trinkets 3.2.0 twigs: Twigs 1.1.2 universal-graves: Universal Graves 2.0.0-rc.4+1.18.1 untitledduckmod: Untitled Duck Mod 0.3.0 urns: Urns 1.0.1 vanilla-hammers: Vanilla Hammers 3.2.0-1.18.1 vanillaexcavators: Vanilla Excavators 1.1.0 villager-hats: Villager Hats Mod 1.3.0 voidz: VoidZ 1.0.5 waystones: Waystones 2.4.1 winged: Winged Mod 1.18.1-3.1.0 wirelessnetworks: Wireless Networks 1.4.1 wolveswitharmor: Wolves With Armor 1.7.0-1.18 workings: Workings 1.0.7 wthit: wthit 4.5.1 xlpackets: XLPackets 2.1-1.17.1 xp_storage: XP Storage 1.4.3+1.18 xp_storage_trinkets: XP Storage - Trinkets 0.1+1.18 yosbr: YOSBR 0.1.1 Server Running: true Player Count: 2 / 2; [class_3222['xxxxxx'/4, l='ServerLevel[world]', x=-467.93, y=121.00, z=5461.13], class_3222['xxxxxx'/458, l='ServerLevel[world]', x=-506.18, y=125.00, z=5487.72]] Data Packs: vanilla, Fabric Mods, minecraft/croptop Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt) Suspected Mods: Energy (team_reborn_energy), Minecraft (minecraft), Fabric Transfer API (v1) (fabric-transfer-api-v1), Wireless Networks (wirelessnetworks)