[1.20.1 Fabric] IndexOutOfBoundsException Error
26adriano opened this issue · 1 comments
Describe the bug
What happened to you?
To Reproduce
Steps to reproduce the behavior:
- All of fabric 7 - 2.3.0 + Additional Enchanted Miner Mod
- 128x128 sized quarry (efficiency 5 + unbreaking 3)
- works fines will user is logged in, but crashes 10 mins after log off
If your server/client has crashed, please give me the crash report.
Versions
- Minecraft version: [1.20.1]
- Single Player or Multi Player?: [Multi Player]
- fabric loader version: [0.15.11]
- fabric api version: [0.92.2]
- QuarryPlus version: [20.1.1556]
- Other mods: [All of fabric 7 - 2.3.0 ]
Crash report or logs
Details
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 2024-08-04 15:36:52
Description: Ticking block entity
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at net.yeoxuhang.geode_plus.server.block.BuddingLapisBlock.method_9560(BuddingLapisBlock.java:73)
at net.minecraft.class_4970$class_4971.method_26189(class_4970.java:1129)
at net.minecraft.class_2248.method_9609(class_2248.java:333)
at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:244)
at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:205)
at com.yogpc.qp.machines.quarry.QuarryState$6.tick(QuarryState.java:151)
at com.yogpc.qp.machines.quarry.QuarryState$5.tick(QuarryState.java:132)
at com.yogpc.qp.machines.quarry.TileQuarry.tick(TileQuarry.java:200)
at com.yogpc.qp.utils.CombinedBlockEntityTicker.tick(CombinedBlockEntityTicker.java:23)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at net.minecraft.class_1937.method_18471(class_1937.java:470)
at net.minecraft.class_3218.method_18765(class_3218.java:390)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at net.minecraft.class_3176.method_3813(class_3176.java:283)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:1583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at net.yeoxuhang.geode_plus.server.block.BuddingLapisBlock.method_9560(BuddingLapisBlock.java:73)
at net.minecraft.class_4970$class_4971.method_26189(class_4970.java:1129)
at net.minecraft.class_2248.method_9609(class_2248.java:333)
at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:244)
at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:205)
at com.yogpc.qp.machines.quarry.QuarryState$6.tick(QuarryState.java:151)
at com.yogpc.qp.machines.quarry.QuarryState$5.tick(QuarryState.java:132)
at com.yogpc.qp.machines.quarry.TileQuarry.tick(TileQuarry.java:200)
at com.yogpc.qp.utils.CombinedBlockEntityTicker.tick(CombinedBlockEntityTicker.java:23)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at net.minecraft.class_1937.method_18471(class_1937.java:470)
at net.minecraft.class_3218.method_18765(class_3218.java:390)
-- Block entity being ticked --
Details:
Name: quarryplus:quarry // com.yogpc.qp.machines.quarry.TileQuarry
Block: Block{quarryplus:quarry}[facing=north,working=true]
Block location: World: (-1064,105,-5648), Section: (at 8,9,0 in -67,6,-353; chunk contains blocks -1072,-64,-5648 to -1057,319,-5633), Region: (-3,-12; contains chunks -96,-384 to -65,-353, blocks -1536,-64,-6144 to -1025,319,-5633)
Block: Block{quarryplus:quarry}[facing=north,working=true]
Block location: World: (-1064,105,-5648), Section: (at 8,9,0 in -67,6,-353; chunk contains blocks -1072,-64,-5648 to -1057,319,-5633), Region: (-3,-12; contains chunks -96,-384 to -65,-353, blocks -1536,-64,-6144 to -1025,319,-5633)
Stacktrace:
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at net.minecraft.class_1937.method_18471(class_1937.java:470)
at net.minecraft.class_3218.method_18765(class_3218.java:390)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at net.minecraft.class_3176.method_3813(class_3176.java:283)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:1583)
-- Affected level --
Details:
All players: 0 total; []
Chunk stats: 4118
Level dimension: minecraft:overworld
Level spawn location: World: (0,68,0), Section: (at 0,4,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: 71581833 game time, 74275338 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 38985 (now: false), thunder time: 106319 (now: false)
Known server brands: fabric
Removed feature flags:
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at net.minecraft.class_3176.method_3813(class_3176.java:283)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:1583)
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Linux (amd64) version 6.5.11-8-pve
Java Version: 21.0.4, Ubuntu
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Ubuntu
Memory: 1640829320 bytes (1564 MiB) / 4378853376 bytes (4176 MiB) up to 10737418240 bytes (10240 MiB)
CPUs: 6
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 PRO 3400GE w/ Radeon Vega Graphics
Identifier: AuthenticAMD Family 23 Model 24 Stepping 1
Microarchitecture: Zen / Zen+
Frequency (GHz): 3.30
Number of physical packages: 1
Number of physical CPUs: 1
Number of logical CPUs: 1
Graphics card #0 name: Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series]
Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002)
Graphics card #0 VRAM (MB): 258.00
Graphics card #0 deviceId: 0x15d8
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 23175.75
Virtual memory used (MB): 5774.36
Swap memory total (MB): 512.00
Swap memory used (MB): 0.00
JVM Flags: 2 total; -Xms1024M -Xmx10240M
Fabric Mods:
accelerateddecay: Accelerated Decay 3.0.1+mc1.20.1
ad_astra: Ad Astra 1.15.18
javazoom_jlayer: jlayer 1.0.1
ad_astra_giselle_addon: Ad Astra: Giselle Addon 6.8
additionallanterns: Additional Lanterns 1.1.1a
advanced_runtime_resource_pack: Runtime Resource Pack 0.8.1
advancednetherite: Advanced Netherite 2.0.3-1.20.1
adventurez: AdventureZ 1.4.20
ae2: Applied Energistics 2 15.2.0
team_reborn_energy: Energy 3.0.0
ae2wtlib: AE2WTLib 15.2.1-fabric
alloy_forgery: Alloy Forgery 2.1.2+1.20
almostunified: AlmostUnified 1.20.1-0.9.3
animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
another_furniture: Another Furniture 1.20.1-3.0.1
anvilrepairing: AnvilRepairing 4.0.7
appbot: Applied Botanics 1.5.0
appleskin: AppleSkin 2.5.1+mc1.20
aquamirae: Aquamirae 6
archers: Archers (RPG Series) 1.2.2+1.20.1
architectury: Architectury 9.2.14
argonauts: Argonauts 1.0.10
artifacts: Artifacts 9.5.12
expandability: ExpandAbility 9.0.4
step-height-entity-attribute: Step Height Entity Attribute 1.2.0
asynclocator: Async Locator 1.3.0
athena: Athena 3.1.2
attributefix: AttributeFix 21.0.4
auto-workstations: Auto Workstations 1.0-rc.21
autoconfig1u: Auto Config v1 Updated 3.4.0
azurelibarmor: AzureLib Armor 2.0.3
badpackets: Bad Packets 0.4.3
bakery: [Let's Do] Bakery 1.1.11
balm-fabric: Balm 7.3.4
kuma_api: KumaAPI 20.1.6
bankstorage: Bank Storage 1.2.0
beachparty: [Let's Do] Beachparty 1.1.5
beaconoverhaul: Beacon Overhaul 1.8.4+1.20
reach-entity-attributes: Reach Entity Attributes 2.4.0
beautify: Beautify 1.2.0+1.20.1
bedbenefits: BedBenefits 13.0.3
bellsandwhistles: Create: Bells & Whistles 0.4.5
besmirchment: Besmirchment 1.20.1-4
betterarcheology: Better Archeology 1.1.9-1.20.1
betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
org_reflections_reflections: reflections 0.10.2
betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
betterstats: Better Statistics Screen 3.9.7+fabric-1.20.1
tcdcommons: TCD Commons API 3.9.6+fabric-1.20.1
betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
bettertrims: BetterTrims 2.3.1
betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
bewitchment: Bewitchment 1.20-8
impersonate: Impersonate 2.10.2
terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
bewitchment-rei: Bewitchment REI 1.0.0
blockus: Blockus 2.7.15+1.20.1
bloomingnature: [Let's Do] BloomingNature 1.0.7
bonezone: BoneZone 3.0.6
bookshelf: Bookshelf 20.2.13
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
maelstrom_library: Maelstrom Library 1.6.1-1.20
multipart_entities: MultipartEntities 1.5-1.20
botania: Botania 1.20.1-444-FABRIC
fiber: fiber 0.23.0-2
botarium: Botarium 2.3.3
brewery: [Let's Do] Brewery 1.1.9
brewinandchewin: Brewin And Chewin 3.0.3+1.20.1
bushierflowers: Bushier Flowers 0.0.3-1.20.1
bwncr: Bad Wither No Cookie Reloaded 3.17.0
cadmus: Cadmus 1.0.8
common-protection-api: Common Protection API 1.0.0
calibrated: Calibrated Access 1.3.1-beta.1+1.20
blockreachapi: Block Reach API 1.0.0-beta.1+1.20
datacriteria: Data Criteria 1.0.1+1.20
cardinal-components: Cardinal Components API 5.2.2
cardinal-components-block: Cardinal Components API (blocks) 5.2.2
cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
cardinal-components-item: Cardinal Components API (items) 5.2.2
cardinal-components-level: Cardinal Components API (world saves) 5.2.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
cardinal-components-world: Cardinal Components API (worlds) 5.2.2
catalogue: Catalogue 1.8.0
charmofundying: Charm of Undying 6.5.0+1.20.1
chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1
chipped: Chipped 3.0.6
chunky: Chunky 1.3.146
cloth-config: Cloth Config v11 11.1.118
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 12.0.0.4
colytra: Colytra 6.2.2+1.20.1
completeconfig: CompleteConfig 2.5.0
compressed_blocks: compressed_blocks 1.0.0
computercraft: CC: Tweaked 1.111.0
cc_tweaked_cobalt: cobalt 0.9.3
com_jcraft_jzlib: jzlib 1.1.3
io_netty_netty-codec-http: netty-codec-http 4.1.82
io_netty_netty-codec-socks: netty-codec-socks 4.1.82
io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82
connectedglass: Connected Glass 1.1.11
connectiblechains: Connectible Chains 2.2.1+1.20.1
convenientdecor: Convenient Decor 0.4.1
omega-config: OmegaConfig 1.4.0+1.20.1
cookingforblockheads: Cooking for Blockheads 16.0.6
copycats: Create: Copycats+ 1.3.8+mc.1.20.1-fabric
couplings: Couplings 1.9.5+1.20
coxinhautilities: Coxinha Utilities 1.4.13+1.20.1
craftingtweaks: Crafting Tweaks 18.2.4
crawl: Crawl 0.12.0
create: Create 0.5.1-f-build.1417+mc1.20.1
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_tags: Porting Lib Tags 3.0
registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
create_enchantment_industry: Create Enchantment Industry 1.2.16
create_dragon_lib: Create Dragon Lib 1.4.2
create_jetpack: Create Jetpack 4.2.0
flightlib: Flight Lib 2.1.0
createaddition: Create Crafts & Additions 1.2.3
createdeco: Create Deco 2.0.2-1.20.1-fabric
createfood: Create: Food 1.0.7
creativecore: CreativeCore 2.11.30
net_minecraftforge_eventbus: eventbus 6.0.3
creeperoverhaul: Creeper Overhaul 3.0.2
croptopia: Croptopia 3.0.3
ctov: ChoiceTheorem's Overhauled Village 3.4.4
customportals: Custom Portals 3.3.1
darkmodeeverywhere: DarkModeEverywhere 1.20.1-1.2.2
darkutils: DarkUtilities 17.0.3
decorative_blocks: Decorative Blocks 4.1.3
deepslatecutting: Deepslate Cutting 1.7.0
defaultoptions: Default Options 18.0.1
diet: Diet 2.1.1+1.20.1
display_case: Display Case Mod 1.0.8
distractingtrims: DistractingTrims 2.0.4
dml-refabricated: Deep Mob Learning: Refabricated 0.5.16-BETA+1.20.1
dml-refabricated-base: DML: Refabricated - Base 0.5.16-BETA+1.20.1
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.5.16-BETA+1.20.1
dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.16-BETA+1.20.1
ktdatataglib: KtDataTagLib 1.6.7+1.20.1
doapi: [Let's Do] API 1.2.13
dragonloot: DragonLoot 1.1.4
duckling: Duckling 3.0.0
ducky-periphs: Ducky Peripherals 1.20.1-1.3.1
org_jblas_jblas: jblas 1.2.5
org_joml_joml: joml 1.10.5
serialization_hooks: Serialization Hooks 0.4.99999
dummmmmmy: MmmMmmMmmMmm 1.20-1.8.17b
dungeonnowloading: Dungeon Now Loading 1.5
dungeons_arise: When Dungeons Arise 2.1.58
dungeons_arise_seven_seas: When Dungeons Arise: Seven Seas 1.0.2
ecologics: Ecologics 2.2.0
elytraslot: Elytra Slot 6.4.0+1.20.1
mixinsquared: MixinSquared 0.1.2-beta.6
endermanoverhaul: Enderman Overhaul 1.0.4
ends_delight: End's Delight refabricated-1.20.1-alpha-1.0
enhancedworkbenches: Enhanced Workbenches 1.1.2+1.20.1
yet_another_config_lib_v3: YetAnotherConfigLib 3.2.2+1.20
com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
entangled: Entangled 1.3.18
epherolib: EpheroLib 1.2.0
experiencebugfix: Experience Bug Fix 2
extendedae: ExtendedAE 1.20-1.0.2-fabric
configuration: Configuration 2.2.0
extraordinary_extra_totems: Extraordinary Extra Totems 1.0.3
extrasponges: ExtraSponges 1.5.0
fabric-api: Fabric API 0.92.2+1.20.1
fabric-api-base: Fabric API Base 0.4.31+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
fabricloader: Fabric Loader 0.15.11
fakerlib: fakerlib 0.1.3
fancymenu: FancyMenu 3.2.3
com_github_keksuccino_japng: japng 0.5.3
com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
farmersdelight: Farmer's Delight 1.20.1-2.1.1+refabricated
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1
farmersknives: Farmer's Knives 3.2
farmersrespite: Farmer's Respite 3.0.2
farmingforblockheads: Farming for Blockheads 14.0.2
fastpaintings: Fast Paintings 1.20-1.2.7
ferritecore: FerriteCore 6.0.1
findme: FindMe 3.2.1
fishofthieves: Fish of Thieves 3.0.5
formations: Formations 1.0.2
formationsnether: Formations Nether 1.0.4
framework: Framework 0.6.16
org_javassist_javassist: javassist 3.29.2-GA
friendlyfire: FriendlyFire 18.0.7
frightsdelight: Frights Delight fabric-1.20.1-1.0.4
ftblibrary: FTB Library 2001.2.2
ftbultimine: FTB Ultimine 2001.1.5
fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric
fusion: Fusion 1.1.1
fwaystones: Fabric Waystones 3.3.2+mc1.20.1
gag: Gadgets Against Grind 3.0.0-build.10
gazebo: Gazebos 1.1.1+1.20.1
geckolib: GeckoLib 4 4.4.6
com_eliotlash_mclib_mclib: mclib 20
geode_plus: Geode Plus 1.2.5
glassential: Glassential 2.0.1
go-fish: Go Fish 1.6.3+1.20.1
graveyard: The Graveyard 3.0
guardvillagers: GuardVillagers 2.0.9-1.20.1
handcrafted: Handcrafted 3.0.6
harmonia: Harmonia 1.1.0
hephaestusplus: HephaestusPlus 1.1.1+1.20
config_toolkit: ConfigToolkit 1.0.0
io_determann_shadow-api-17: shadow-api-17 0.1.1
net_fabricmc_javapoet: javapoet 0.1.0
heracles: Heracles 1.1.13
hermes: Hermes 1.6.0
herbalbrews: [Let's Do] HerbalBrews 1.0.8.1
hopobetterruinedportal: Hopo Better Ruined Portal 1.3.7
iceberg: Iceberg 1.1.18
immersive_aircraft: Immersive Aircraft 1.0.1+1.20.1
org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
immersive_armors: Immersive Armors 1.6.1+1.20.1
indrev: Industrial Revolution 1.16.5-BETA
industrialreborn: Industrial Reborn 1.20.1-1.3.1
interiors: Create: Interiors 0.5.3+fabric-mc1.20.1
inventorysorter: Inventory Sorter 1.9.0-1.20
kyrptconfig: Kyrpt Config 1.5.6-1.20
invoke: Invocations Mod 0.2.3
iron-jetpacks: Iron Jetpacks 0.4.7
ironchests: Iron Chests: Restocked 5.0.2
itemcollectors: Item Collectors 1.1.10
itemfavorites: ItemFavorites 1.0.4+1.20.1
jamlib: JamLib 0.6.1+1.20.x
java: OpenJDK 64-Bit Server VM 21
javd: Just Another Void Dimension 5.0.1+mc1.20.1
jewelry: Jewelry (RPG Series) 1.3.1+1.20.1
jumpoverfences: JumpOverFences 1.0-SNAPSHOT
kibe: Kibe 1.10.1-BETA+1.20
kibecompat: Kibe Compat 0.0.1
konkrete: Konkrete 1.8.1
kotori316_version_checker: ForgeLikeVersionChecker 2.4.0
kotori_scala: Scalable Cat's Force Fabric 2.2.0
org_scala-lang_scala-library: scala-library 2.13.12
org_scala-lang_scala3-library_3: scala3-library_3 3.3.1
org_typelevel_cats-core_3: cats-core_3 2.10.0-kotori
org_typelevel_cats-free_3: cats-free_3 2.10.0-kotori
org_typelevel_cats-kernel_3: cats-kernel_3 2.10.0-kotori
kubejs: KubeJS 2001.6.5-build.7
lazydfu: LazyDFU 0.1.3
letsdoaddon-compat: [Let's Do Addon] Compat 1.4.2
letsdoaddon-structures: Let's Do Addon: Structures 1.7.1
leveltextfix: LevelTextFix 7.0.2
libz: LibZ 1.0.3
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
lithium: Lithium 0.11.2
lithostitched: Lithostitched 1.1.6
lmft: Load My F***ing Tags 1.0.2+1.20
logbegone: Log Begone 1.0.8
lolmcv: More Chest Variants 1.5.4
lootbags: Resourceful Lootbags 2.0.0
lootjs: LootJS 1.20.1-2.12.0
lootr: Lootr 0.7.33.81
maxhealthfix: MaxHealthFix 12.0.3
mcwbridges: Macaw's Bridges 3.0.0
mcwdoors: Macaw's Doors 1.1.0
mcwfences: Macaw's Fences and Walls 1.1.1
mcwlights: Macaw's Lights and Lamps 1.0.6
mcwpaths: Macaw's Paths and Pavings 1.0.5
mcwroofs: Macaw's Roofs 2.3.0
mcwtrpdoors: Macaw's Trapdoors 1.1.3
mcwwindows: Macaw's Windows 2.2.1
meadow: [Let's Do] Meadow 1.3.17
measurements: Measurements 2.0.0
megacells: MEGA Cells 2.3.6-1.20.1
megane: Megane 20.1.1
megane-alloy-forgery: megane-alloy-forgery 20.1.1
megane-applied-energistics-2: megane-applied-energistics-2 20.1.1
megane-create: megane-create 20.1.1
megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 20.1.1
megane-industrial-revolution: megane-industrial-revolution 20.1.1
megane-kibe: megane-kibe 20.1.1
megane-modern-dynamics: megane-modern-dynamics 20.1.1
megane-powah: megane-powah 20.1.1
megane-reborn-core: megane-reborn-core 20.1.1
megane-tech-reborn: megane-tech-reborn 20.1.1
melody: Melody 1.0.3
merequester: ME Requester 1.20.1-1.1.4
mi_sound_addon: MI Sound Addon 1.0.2-1.20.1
midnightlib: MidnightLib 1.4.1
mighty_mail: Mighty Mail 1.0.14
minecells: Mine Cells 1.8.3
gimm1q: gimm1q 0.5.3
minecraft: Minecraft 1.20.1
minerally: Minerally 1.20.2-1.2
mining_dims: Mining Dimensions 1.6.4
customportalapi: Custom Portal Api 0.0.1-beta64-1.20
modern_industrialization: Modern Industrialization 1.8.5
magna: Magna 1.10.1+1.20.1
moderndynamics: Modern Dynamics 0.7.0-beta
modernfix: ModernFix 5.18.1+mc1.20.1
mooblooms: Mooblooms 1.6.2
moonlight: Moonlight 1.20-2.11.37
more_armor_trims: More Armor Trims 1.3.1-1.20.1
moremobvariants: More Mob Variants 1.3.0.1
morevillagers: More Villagers 5.0.0
mythiclib: Mythic Lib 1.0.0+1.20.1
mythicmetals: Mythic Metals 0.19.9+1.20.1
mythicupgrades: Mythic Upgrades 3.1.0+mc1.20.1
naturalist: Naturalist 4.0.3
naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
nears: Nears 2.0.4
netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.6-1.20
netherportalfix: NetherPortalFix 13.0.1
nethersdelight: Nether's Delight Refabricated 1.20.1-4.1.1
nethervinery: [Let's Do] NetherVinery 1.2.13
nochatreports: No Chat Reports 1.20.1-v2.2.2
numismatic-overhaul: Numismatic Overhaul 0.2.14+1.20
stacc: Stacc 1.7.0
obscure_api: Obscure API 16
obsidianboat: Obsidian Boat 3.1.4+mc1.20.1
onlyhammers: OnlyHammers 1.20.1-0.6
openloader: OpenLoader 19.0.4
owo: oωo 0.11.2+1.20
packedup: Packed Up 1.0.30
packetfixer: Packet Fixer 1.4.2
patchouli: Patchouli 1.20.1-84-FABRIC
pehkui: Pehkui 3.8.3+1.14.4-1.21
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
perfectplushies: Perfect Plushies 1.9.0
peripheralium: Peripheralium 0.6.15
peripheralworks: Unlimited Peripheral Works 1.4.3
phantasm: End's Phantasm 0.3
piercingpaxels: piercingpaxels 1.0.12
pigpen: PigPen 15.0.2
playdate: Playdate 2.0.0
player-animator: Player Animator 1.0.2-rc1+1.20
playerabilitylib: Pal 1.8.0
polyeng: Polymorphic Energistics 0.1.1-1.20.1
polymorph: Polymorph 0.49.5+1.20.1
spectrelib: SpectreLib 0.13.15+1.20.1
portable_tables: Portable Tables 2.4
porting_lib: Porting Lib 2.3.4+1.20.1
porting_lib_asm: Porting Lib ASM 2.3.4+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
porting_lib_blocks: Porting Lib Blocks 2.3.4+1.20.1
porting_lib_brewing: Porting Lib Brewing 2.3.4+1.20.1
porting_lib_chunk_loading: Porting Lib Chunk Loading 2.3.4+1.20.1
porting_lib_common: Porting Lib Common 2.3.4+1.20.1
porting_lib_core: Porting Lib Core 2.3.4+1.20.1
porting_lib_data: Porting Lib Data 2.3.4+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
porting_lib_gametest: Porting Lib GameTest 2.3.4+1.20.1
porting_lib_gui_utils: Porting Lib Gui Utils 2.3.4+1.20.1
porting_lib_items: Porting Lib Items 2.3.4+1.20.1
porting_lib_level_events: Porting Lib Level Events 2.3.4+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
porting_lib_model_builders: Porting Lib Model Builders 2.3.4+1.20.1
porting_lib_model_generators: Porting Lib Model Generators 2.3.4+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.4+1.20.1
porting_lib_model_materials: Porting Lib Model Materials 2.3.4+1.20.1
porting_lib_models: Porting Lib Models 2.3.4+1.20.1
porting_lib_obj_loader: Porting Lib Obj Loader 2.3.4+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
powah: Powah! 5.0.5
projectile_damage: Projectile Damage Attribute 3.2.3+1.20.1
prometheus: Prometheus 1.2.5
quad: Quad 1.2.3
quarryplus: QuarryPlus 20.1.1556
railways: Create: Steam 'n' Rails 1.6.4+fabric-mc1.20.1
ranged_weapon_api: RangedWeaponAPI 1.1.1+1.20.1
rare-ice: Rare Ice 0.6.0
reacharound: Reacharound 1.2.0
reborncore: Reborn Core 5.8.7
rechiseled: Rechiseled 1.1.6
rechiseledcreate: Rechiseled: Create 1.0.2+a
regions_unexplored: Regions Unexplored 0.5.5+1.20.1
completeconfig-base: completeconfig-base 2.5.2
repurposed_structures: Repurposed Structures 7.1.15+1.20.1-fabric
resourcefulconfig: Resourcefulconfig 2.1.2
resourcefullib: Resourceful Lib 2.1.25
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
respawnablepets: Respawnable Pets 1.20-1
respitecreators: Respite Creators 1.2.0
revelationary: Revelationary 1.3.7+1.20.1
rhino: Rhino 2001.2.2-build.18
ribbits: Ribbits 1.20.1-Fabric-3.0.0
rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric
riverredux: River Redux 0.3.1
roughlyenoughitems: Roughly Enough Items 12.1.725
error_notifier: Error Notifier 1.0.9
roughlyenoughresources: Roughly Enough Resources 2.9.0
runelic: Runelic 18.0.2
runes: Runes 0.9.12+1.20.1
sihywtcamd: sihywtcamd 1.7.5+1.20.1
simplemagnets: Simple Magnets 1.1.11
simplyswords: Simply Swords 1.55.0-1.20.1
skeletalremains: Skeletal Remains 1.4.2
sliceanddice: Create Slice & Dice 3.2.2
forgeconfigapiport: Forge Config API Port 8.0.0
smwyg: Show Me What You Got 1.1.1
sophisticatedbackpacks: Sophisticated Backpacks 3.19.5+mc1.20.1-SNAPSHOT-build.104
sophisticatedcore: Sophisticated Core 0.5.109+mc1.20.1-SNAPSHOT-build.104
sophisticatedstorage: Sophisticated Storage 0.8.60+mc1.20.1-SNAPSHOT-build.104
spark: spark 1.10.53
spectral-decorations: Spectral Decorations 1.3.0
spectrum: Spectrum 1.7.13
additionalentityattributes: Additional Entity Attributes 1.7.4+1.20.0
arrowhead: Arrowhead 1.2.0-1.19.4
fractal: Fractal 1.2.0
matchbooks: Matchbooks 0.1.0
org_jgrapht_jgrapht-core: jgrapht-core 1.5.1
org_jheaps_jheaps: jheaps 0.13
reverb: Reverb 1.0.0
spectrumjetpacks: Spectrum Jetpacks 1.0.3+1.20.1
specutils: Spectral Utilities 1.0.1
spell_engine: Spell Engine 0.15.0+1.20.1
spell_power: Spell Power Attribute 0.10.3+1.20.1
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
sprinklerz: Sprinklerz 0.5.1
storagedelight: Storage Delight 1.1.1-1.20.1-fabric
strangeberries: Strange Berries 2.3.2
strongersnowballs: StrongerSnowballs 13.0.2
structory: Structory 1.3.5
structory_towers: Structory: Towers 1.0.7
structure_pool_api: Structure Pool API 1.0+1.20.1
styledchat: Styled Chat 2.2.3+1.20.1
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
placeholder-api: Placeholder API 2.1.3+1.20.1
styledplayerlist: Styled Player List 3.1.1+1.20.1
player-data-api: Player Data API 0.2.2+1.19.3
predicate-api: Predicate API 0.1.2+1.20
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17
supplementaries: Supplementaries 1.20-2.8.15
mixinextras: MixinExtras 0.3.6
tamago: Tamago 3.0
tconstruct: Hephaestus 1.20.1-3.6.4.274
com_google_code_findbugs_jsr305: jsr305 3.0.2
mantle: Mantle 1.20.1-1.9.269
star: Star 1.5.2+1.20.1
porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
porting_lib_base: Porting Lib Base 2.3.4+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1
porting_lib_config: Porting Lib Config 2.3.4+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
techreborn: Tech Reborn 5.8.7
techreborn-player-ability-lib-compat: TechReborn Player Ability Lib Compat 0.0.2
tempad: Tempad 2.3.3
terrablender: TerraBlender 3.0.1.7
com_electronwill_night-config_core: core 3.6.7
com_electronwill_night-config_toml: toml 3.6.7
tesseract: Tesseract 1.0.35a
thaumon: Thaumon [BETA] 2.2.0+1.20.1
the_bumblezone: The Bumblezone - Fabric 7.4.3+1.20.1-fabric
theorcs: theorcs fabric-1.20.x-1.0
timeoutout: TimeOut Out 1.0.3+1.19.1
tinycoal: Tiny Coal 1.1.5
toolkit: Toolkit 3.0.3-build.25+mc1.20.1
toolstats: ToolStats 16.0.8
totw_additions: Towers of the Wild: Additions 1.3
totw_modded: Towers Of The Wild: Modded fabric-1.20.1-1.0.5
trade_cycling: Trade Cycling 1.20.1-1.0.10
tramplenomore: TrampleNoMore 13.0.3
trashcans: Trash Cans 1.0.18
trashslot: TrashSlot 15.1.0
travelersbackpack: Traveler's Backpack fabric-1.20.1-9.1.13
trenzalore: Trenzalore 3.3.10
com_unrealdinnerbone_unrealconfig-core: UnRealConfig-core 12.3.4
com_unrealdinnerbone_unrealconfig-gson: UnRealConfig-gson 12.3.4
trimeffects: Trim Effects 1.1.1-fabric
trinkets: Trinkets 3.7.2
triqueapi: TriQue API mc1.20.1-1.1.0
trofers: Trofers 5.0.2
trowel: Trowel 1.3.0-1.20
twigs: Twigs 3.1.0
utilitybelt: Utility Belt 1.3.6+1.20.1
variantsandventures: Variants & Ventures 1.0.2
villager-hats: Villager Hats 1.6.2+1.20
villagersplus: Villagers Plus 3.1
vinery: [Let's Do] Vinery 1.4.23
voicechat: Simple Voice Chat 1.20.1-2.5.16
voidz: VoidZ 1.0.11
wands: Building Wands 2.6.9-release
wardentools: Warden Tools 2.4.0+mc1.20.1
whatthebucket: WhatTheBucket 11.0.3
wiredredstone: Wired Redstone 0.7.8+1.20.1
graphlib: Graph Lib 1.4.0+1.20
libnetworkstack: Lib Network Stack 0.10.0
libmultipart_deps_container: LibMultiPart (Dependency Container) 0.11.0
libblockattributes_core: LibBlockAttributes (Core) 0.14.0
libmultipart: LibMultiPart 0.11.0
libmultipart_compat: LibMultiPart (Mod Compatibility) 0.11.0
wirelesschargers: Wireless Chargers 1.0.9+a
wits: WITS 1.1.0+1.20.1-fabric
wizards: Wizards (RPG Series) 1.2.1+1.20.1
wthit: wthit 8.12.1
xaerominimap: Xaero's Minimap 24.2.0
xaeroworldmap: Xaero's World Map 1.38.8
yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1
yigd: You're in Grave Danger 2.0.0-beta.13
libgui: LibGui 8.1.1+1.20.1
jankson: Jankson 6.0.0+j1.2.3
blue_endless_jankson: jankson 1.2.3
libninepatch: LibNinePatch 1.2.0
yungsapi: YUNG's API 1.20-Fabric-4.0.5
yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
zenith: Zenith 1.1.9-1.20.1
mm: Manningham Mills 2.3
zenith_attributes: Zenith Attributes 0.2.4
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
Server Running: true
Player Count: 0 / 20; []
Data Packs: vanilla, fabric, zenith:structures, Supplementaries Generated Pack, data/LessStructures-SpacingTweaks-1.20.1-2.1.56.zip, data/Repurposed_Structures-Better_Desert_Temples_v8.zip, data/Repurposed_Structures-Better_Dungeons_v5.zip, data/Repurposed_Structures-Better_Jungle_Temples_v6.zip, data/Repurposed_Structures-Better_Monuments_v6.zip, data/Repurposed_Structures-Better_Strongholds_v5.zip, data/Repurposed_Structures-Better_Witch_Huts_v4.zip, data/Repurposed_Structures-Bygone_Nether_v2.zip, data/Repurposed_Structures-Chef's_Delight_v3.zip, data/Repurposed_Structures-Farmers_Delight_v6.zip, data/Repurposed_Structures-Gazebo_v2.zip, data/Repurposed_Structures-VillagersPlus_v3.zip, data/Repurposed_Structures-Wizards_v3.zip, data/WDA-NoFlyingStructures-1.18.2-1.19.2.zip (incompatible), data/WDA-VanillaLoot-1.18.2-1.19.2-0.0.1.zip (incompatible), data/ctov-beautify-add-on-v2-0.zip, data/ctov-chefs-delight-add-on-v2-0.zip, data/ctov-croptopia-add-on-v2-0.zip, data/ctov-farmers-delight-add-on-v2-1a.zip, data/ctov-gazebos-add-on-v1-0.zip (incompatible), data/ctov-mores-villager-add-on-v2-0.zip, data/ctov-villager-plus-add-on-v2-0.zip, data/ctov-wizards-add-on-v2-1.zip
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)