Energized Power

Energized Power

381k Downloads

Crash When Item's Are Powered (Fabric 1.20.1)

Cole-the-mole opened this issue · 1 comments

commented

I found this mod in an attempt to power other mods RF energy tools/devices, and it launches and loads a world fine but for example, after powering an ARC Reactor from fSang18 heropack and trying to equip it the game crashes immediately and every single time. Im not to sure why its only when its been powered it'll crash the game because I am able to equip it when its dead. I’ll leave my crash report below.
version: Java 1.20.1 fabric
Mods:
Screenshot 2025-01-06 163455

commented

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 2025-01-06 16:25:06
Description: Ticking block entity

java.lang.IllegalStateException: An outer transaction is already active on this thread.
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl.openOuter(TransactionManagerImpl.java:40)
at knot//net.fabricmc.fabric.api.transfer.v1.transaction.Transaction.openOuter(Transaction.java:89)
at knot//me.jddev0.ep.block.entity.CoalEngineBlockEntity.tickRecipe(CoalEngineBlockEntity.java:248)
at knot//me.jddev0.ep.block.entity.CoalEngineBlockEntity.tick(CoalEngineBlockEntity.java:190)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:833)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at knot//net.fabricmc.fabric.impl.transfer.transaction.TransactionManagerImpl.openOuter(TransactionManagerImpl.java:40)
at knot//net.fabricmc.fabric.api.transfer.v1.transaction.Transaction.openOuter(Transaction.java:89)
at knot//me.jddev0.ep.block.entity.CoalEngineBlockEntity.tickRecipe(CoalEngineBlockEntity.java:248)
at knot//me.jddev0.ep.block.entity.CoalEngineBlockEntity.tick(CoalEngineBlockEntity.java:190)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)

-- Block entity being ticked --
Details:
Name: energizedpower:coal_engine // me.jddev0.ep.block.entity.CoalEngineBlockEntity
Block: Block{energizedpower:coal_engine}[facing=west,lit=true,powered=false]
Block location: World: (11,65,-4), Section: (at 11,1,12 in 0,4,-1; chunk contains blocks 0,-64,-16 to 15,319,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Block: Block{energizedpower:coal_engine}[facing=west,lit=true,powered=false]
Block location: World: (11,65,-4), Section: (at 11,1,12 in 0,4,-1; chunk contains blocks 0,-64,-16 to 15,319,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Block Entity NBT: {configuration.comparator_mode:0,configuration.redstone_mode:0,energy:880L,inventory:{Items:[{Count:63b,Slot:0b,id:"minecraft:charcoal"}]},recipe.energy_production_left:464L,recipe.max_progress:100,recipe.progress:71,upgrade_module_inventory:{Items:[]}}
Stacktrace:
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:833)

-- Affected level --
Details:
All players: 1 total; [class_3222['PoppyJuulo'/287, l='ServerLevel[New World]', x=10.00, y=65.00, z=-3.58]]
Chunk stats: 2601
Level dimension: minecraft:overworld
Level spawn location: World: (0,81,0), Section: (at 0,1,0 in 0,5,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 2158 game time, 2158 day time
Level name: New World
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Level weather: Rain time: 92985 (now: false), thunder time: 153880 (now: false)
Known server brands: fabric
Removed feature flags:
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:833)

-- Cobblemon --
Details:
Version: 1.5.2
Is Snapshot: false
Git Commit: df8f078 (https://gitlab.com/cable-mc/cobblemon/-/commit/df8f078d13702ab9a000438910b822ceffbb2248)
Branch: HEAD

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2349810440 bytes (2240 MiB) / 8724152320 bytes (8320 MiB) up to 12884901888 bytes (12288 MiB)
CPUs: 32
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i9-13900K
Identifier: Intel64 Family 6 Model 183 Stepping 1
Microarchitecture: unknown
Frequency (GHz): 3.00
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 32
Graphics card #0 name: NVIDIA GeForce RTX 4090
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2684
Graphics card #0 versionInfo: DriverVersion=32.0.15.6636
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 4.20
Memory slot #0 type: Unknown
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 4.20
Memory slot #1 type: Unknown
Memory slot #2 capacity (MB): 16384.00
Memory slot #2 clockSpeed (GHz): 4.20
Memory slot #2 type: Unknown
Memory slot #3 capacity (MB): 16384.00
Memory slot #3 clockSpeed (GHz): 4.20
Memory slot #3 type: Unknown
Virtual memory max (MB): 69339.83
Virtual memory used (MB): 41650.48
Swap memory total (MB): 4096.00
Swap memory used (MB): 0.00
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
adaptive-tooltips: Adaptive Tooltips 1.3.0
additional_rpg_jewelry: Additional RPG Jewelry 1.0.9-1.20.1
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
alloy_forgery: Alloy Forgery 2.1.2+1.20
amendments: Amendments 1.20-1.2.12
animatica: Animatica 0.6.1+1.20.4
another_furniture: Another Furniture 1.20.1-3.0.1
archers: Archers (RPG Series) 1.2.5+1.20.1
archers_expansion: Archers Expansion 0.1.3-1.20.1
architectury: Architectury 9.2.14
areas: Areas 6.0
armoroftheages: Armor of the Ages 1.2.3
artifacts: Artifacts 9.5.13
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
expandability: ExpandAbility 9.0.4
step-height-entity-attribute: Step Height Entity Attribute 1.2.0
attributefix: AttributeFix 21.0.4
automobility: Automobility 0.4.2+1.20.1-fabric
jsonem: JsonEM 0.2.1+1.20
aviator_dream: Aviator Dreams 2.0.0
azurelibarmor: AzureLib Armor 2.0.14
badgebox: BadgeBox 1.0.0
balm-fabric: Balm 7.3.10
kuma_api: KumaAPI 20.1.9-SNAPSHOT
bbb: Building But Better 1.20.1-fabric-1.0.2
berserker-rpg: Berserker Class Mod 1.1.0
bettercombat: Better Combat 1.8.6+1.20.1
betterthirdperson: Better Third Person 1.9.0
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.13
c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.13
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.13
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.13
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.13
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.13
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.13
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.13
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.13
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.13
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.13
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.13
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.13
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.13
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.13
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.13
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.13
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.13
c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.13
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.13
c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.13
com_ibm_async_asyncutil: asyncutil 0.1.0
net_objecthunter_exp4j: exp4j 0.4.8
org_threadly_threadly: threadly 7.0
cameraoverhaul: Camera Overhaul 1.4.1-fabric-universal
chunky: Chunky 1.3.146
cicada: CICADA 0.10.2+1.20.1
cloth-config: Cloth Config v11 11.1.136
cloth-basic-math: cloth-basic-math 0.6.1
cobblebadges: CobbleBadges 1.0.0
cobbled-shiny-particles: Cobbled Shiny Particles 1.0.6.1
cobbledex: Cobbledex 1.1.0
cobbledollars: CobbleDollars 1.5.2+1.20.1
cobblefossil: CobbleFossil - A Cobblemon Fossil Addon Mod 0.0.6
cobblemon: Cobblemon 1.5.2+1.20.1
cobblemon_capturexp: Cobblemon Capture EXP 1.5-fabric-1.0.1
cobblemon_chaining: Cobblemon Chaining 1.5-fabric-1.0.1
cobblemon_counter: Cobblemon Counter 1.5-fabric-1.2.0
cobblemon_helditems: Cobblemon - Visual Held Items 0.1.5
cobblemon_move_inspector: Cobblemon Move Inspector 1.1.1
cobblemon_pasturecollector: Cobblemon Pasture Collector 1.5-fabric-1.2.0
cobblemonbreakouts: Cobblemon Outbreaks fabric-1.1.4-1.20.1
cobblemonridingfabric: Cobblemon Riding Fabric 1.2.6
cobblemontrainers: CobblemonTrainers 1.1.11+1.5.2
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
cobblenav: Cobblenav 1.3.5
cobbreeding: Cobbreeding 1.7.4
collective: Collective 7.87
colormatic: Colormatic 3.1.3
combatroll: Combat Roll 1.3.3+1.20.1
connectiblechains: Connectible Chains 2.2.1+1.20.1
continuity: Continuity 3.0.0+1.20.1
create: Create 0.5.1-j-build.1631+mc1.20.1
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.11-4
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_accessors: Porting Lib Accessors 2.3.8+1.20.1
porting_lib_base: Porting Lib Base 2.3.8+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.3.8+1.20.1
porting_lib_common: Porting Lib Common 2.3.8+1.20.1
porting_lib_config: Porting Lib Config 2.3.8+1.20.1
porting_lib_gui_utils: Porting Lib Gui Utils 2.3.8+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.8+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.8+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.8+1.20.1
porting_lib_brewing: Porting Lib Brewing 2.3.8+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.3.8+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.8+1.20.1
porting_lib_extensions: Porting Lib Extensions 2.3.8+1.20.1
porting_lib_models: Porting Lib Models 2.3.8+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.8+1.20.1
porting_lib_obj_loader: Porting Lib Obj Loader 2.3.8+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.8+1.20.1
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.8+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.8+1.20.1
porting_lib_core: Porting Lib Core 2.3.8+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.8+1.20.1
reach-entity-attributes: Reach Entity Attributes 2.4.0
registrate-fabric: Registrate for Fabric 1.3.79-MC1.20.1
porting_lib_data: Porting Lib Data 2.1.1090+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
create_structures: Create: Structures 1.1.0
createdeco: Create Deco 2.0.2-1.20.1-fabric
cristellib: Cristel Lib 1.1.5
blue_endless_jankson: jankson 1.2.3
cubes-without-borders: Cubes Without Borders 3.0.0+mc1.20
dailyshop: Daily Shop 1.0.2
death_knights: Death Knights 0.6.1beta
distanthorizons: Distant Horizons 2.2.1-a
do_a_barrel_roll: Do a Barrel Roll 3.6.1+1.20.1
dynamiccrosshair: Dynamic Crosshair 9.3
dynamiccrosshair-api: DynamicCrosshair API 1.1
libbamboo: LibBamboo 2.2
eatinganimationid: Eating Animation 1.20+1.9.61
effortless: Effortless Structure 3.1.0
elemental_wizards_rpg: Elemental Wizards (RPG Class) 1.2.3-1.20.1
elytraslot: Elytra Slot 6.4.4+1.20.1
mixinsquared: MixinSquared 0.1.2-beta.6
energizedpower: Energized Power 1.20.1-2.12.4-fabric
team_reborn_energy: Energy 3.0.0
enhancedblockentities: Enhanced Block Entities 0.9+1.20
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
spruceui: SpruceUI 5.0.0+1.20
entity_model_features: Entity Model Features 2.4.1
entity_texture_features: Entity Texture Features 6.2.9
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.7.2
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-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+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-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
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-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
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-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
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-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+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-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+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.13.0+kotlin.2.1.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.26.1
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
fabricloader: Fabric Loader 0.16.9
mixinextras: MixinExtras 0.4.1
farmersdelight: Farmer's Delight 1.20.1-1.4.3
ferritecore: FerriteCore 6.0.1
fightorflight: Cobblemon Fight or Flight Fabric 0.5.0
firstperson: FirstPerson 2.4.7
flow: Flow 2.2.0+1.20.1
forcemaster_rpg: Forcemaster Class Mod 1.1.3-1.20.1
forgeconfigapiport: Forge Config API Port 8.0.1
friendsandfoes: Friends & Foes 3.0.6
fsang: FSang18's Heropack 10.1.0
ftblibrary: FTB Library 2001.2.2
ftbquests: FTB Quests 2001.4.4
ftbteams: FTB Teams 2001.3.0
gazebo: Gazebos 1.1.1+1.20.1
geckolib: GeckoLib 4 4.7
com_eliotlash_mclib_mclib: mclib 20
glitchcore: GlitchCore 0.0.1.1
com_electronwill_night-config_core: core 3.6.7
com_electronwill_night-config_toml: toml 3.6.7
net_jodah_typetools: typetools 0.6.3
gooeylibs: GooeyLibs 3.0.0+1.20.1
highlighter: Highlighter 1.1.9
hopobettermineshaft: Hopo Better Mineshaft 1.1.8
hunt: Hunt 1.1.0
iceandfire: Ice And Fire Community Edition 0.8.4
iceberg: Iceberg 1.1.25
immediatelyfast: ImmediatelyFast 1.3.3+1.20.4
net_lenni0451_reflect: Reflect 1.3.4
immersive_aircraft: Immersive Aircraft 1.1.5+1.20.1
org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
impactor: Impactor 5.2.7+1.20.1
adventure-platform-fabric: adventure-platform-fabric 5.9.0
net_kyori_adventure-platform-api: adventure-platform-api 4.3.0
net_kyori_adventure-text-serializer-ansi: adventure-text-serializer-ansi 4.14.0
net_kyori_ansi: ansi 1.0.2
cloud: Cloud 2.0.0-beta.2
org_incendo_cloud-brigadier: cloud-brigadier 2.0.0-beta.2
org_incendo_cloud-core: cloud-core 2.0.0-beta.2
org_incendo_cloud-minecraft-modded-common-fabric-repack_: cloud-minecraft-modded-common-fabric-repack 2.0.0-beta.2
org_incendo_cloud-services: cloud-services 2.0.0-beta.2
impactor-command-api: Impactor Command API 5.2.5+1.20.1-SNAPSHOT
io_leangen_geantyref_geantyref: geantyref 1.3.15
net_kyori_adventure-api: adventure-api 4.14.0
net_kyori_adventure-key: adventure-key 4.14.0
net_kyori_adventure-nbt: adventure-nbt 4.14.0
net_kyori_adventure-text-logger-slf4j: adventure-text-logger-slf4j 4.14.0
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.14.0
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.14.0
net_kyori_adventure-text-serializer-json: adventure-text-serializer-json 4.14.0
net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.14.0
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.14.0
net_kyori_event-api: event-api 5.0.0-SNAPSHOT
net_kyori_examination-api: examination-api 1.3.0
net_kyori_examination-string: examination-string 1.3.0
org_incendo_cloud-annotations: cloud-annotations 2.0.0-beta.2
org_incendo_cloud-minecraft-extras: cloud-minecraft-extras 2.0.0-beta.2
org_incendo_cloud-processors-common: cloud-processors-common 1.0.0-beta.1
org_incendo_cloud-processors-confirmation: cloud-processors-confirmation 1.0.0-beta.1
indium: Indium 1.0.34+mc1.20.1
infinitybuttons: Infinity Buttons 4.0.5-mc1.20.1
inventoryhud: Inventory HUD + 3.4.26
iris: Iris 1.7.5+mc1.20.1
io_github_douira_glsl-transformer: glsl-transformer 2.0.1
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
jade: Jade 11.12.0+fabric
java: OpenJDK 64-Bit Server VM 17
jewelry: Jewelry (RPG Series) 1.3.7+1.20.1
jupiter: Jupiter 2.0
keybind_fix: Keybind Fix 1.0.0
knightlib: Knight Lib 1.1.0
knightquest: Knight Quest 1.7.2
kubejs: KubeJS 2001.6.5-build.16
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
loot_n_explore: Loot & Explore 0.1.2-1.20.1
lootballs: Cobblemon Loot Balls 1.1.4
luphieclutteredmod: Cluttered 2.1.0+1.20.1
man_of_many_planes: Man of Many Planes 0.2.0+1.20.1
megamons: Ascension Megamons 1.5.0+1.20.1-forge+fabric-75b66fa
minecells: Mine Cells 1.9.1
gimm1q: Gimm1q 0.7.8+1.20.1
com_github_redempt_crunch: Crunch 2.0.3
minecraft: Minecraft 1.20.1
modernfix: ModernFix 5.19.7+mc1.20.1
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.13.41
more_cobblemon_tweaks: MoreCobblemonTweaks 0.7.1
more_rpg_classes: More RPG Classes 1.2.7-1.20.1
mr_cobblemon_legendarystructures: Cobblemon: Legendary Structures 2.0
mr_dragon_mountdatapack: Dragon Mount Datapack 2.0 2.1
mru: Mineblock's Repeated Utilities 1.0.4+1.20.1+fabric
mstv-base: More Stick Variants (MStV) 1.3.1
mythicmetals: Mythic Metals 0.19.9+1.20.1
additionalentityattributes: Additional Entity Attributes 1.7.3+1.20.0
mythsandlegends: Myths and Legends 1.6.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
naturalist: Naturalist 4.0.3
naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
necronomicon: Necronomicon 1.6.0
niftycarts: NiftyCarts 20.1.3
nmuk: No More Useless Keys 1.1.1+mc1.20.1
noisium: Noisium 2.3.0+mc1.20-1.20.1
notenoughcrashes: Not Enough Crashes 4.4.7+1.20.1
owo: oωo 0.11.2+1.20
paladins: Paladins & Priests (RPG Series) 1.3.1+1.20.1
shield_api: Shield API 1.0.0+1.20.1
palladium: Palladium 4.1.7
palladiumcore: PalladiumCore 1.0.1
pantheonsent: PantheonSent 1.1.0
sherdsapi: Sherds API 4.0.4
patchouli: Patchouli 1.20.1-84-FABRIC
fiber: fiber 0.23.0-2
pehkui: Pehkui 3.8.3+1.14.4-1.21
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
physicsmod: Physics Mod 3.0.14
player-animator: Player Animator 1.0.2-rc1+1.20
projectile_damage: Projectile Damage Attribute 3.2.3+1.20.1
puzzleslib: Puzzles Lib 8.1.25
puzzlesaccessapi: Puzzles Access Api 8.0.7
railways: Create: Steam 'n' Rails 1.6.9+fabric-mc1.20.1
mm: Manningham Mills 2.3
randomvillagenames: Random Village Names 3.7
ranged_weapon_api: RangedWeaponAPI 1.1.4+1.20.1
rctmod: Radical Cobblemon Trainers 0.12.1-beta
redirector: Redirector 1.20.1-4.4.0
rhino: Rhino 2001.2.3-build.6
ribbits: Ribbits 1.20.1-Fabric-3.0.2
org_reflections_reflections: reflections 0.10.2
rogues: Rogues & Warriors (RPG Series) 1.1.0+1.20.1
roughlyenoughitems: Roughly Enough Items 12.1.785
error_notifier: Error Notifier 1.0.9
runes: Runes 0.9.13+1.20.1
sellingbin: Selling Bin 1.0.4
sereneseasons: SereneSeasons 9.1.0.0
simplymore: Simply More 1.1.1
simplyswords: Simply Swords 1.56.0-1.20.1
skinlayers3d: 3d-Skin-Layers 1.7.4
slotcustomizationapi: Slot Customization API 1.0.0-1.20.1
smallships: Small Ships 2.0.0-b1.4
sodium: Sodium 0.5.11+mc1.20.1
soulsweapons: Marium's Soulslike Weaponry 1.1.5-1.20.1-fabric
spell_engine: Spell Engine 0.15.12+1.20.1
spell_power: Spell Power Attribute 0.12.0+1.20.1
storagedelight: Storage Delight 24.12.15-1.20-fabric
structure_pool_api: Structure Pool API 1.0+1.20.1
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18
supplementaries: Supplementaries 1.20-3.1.10
t_and_t: Towns and Towers 1.12
terralith: Terralith 2.5.4
the_afterdark: The Afterdark 1.0.3.1
toughasnails: ToughAsNails 9.2.0.171
travelersbackpack: Traveler's Backpack 9.1.18
trinkets: Trinkets 3.7.2
universal-graves: Universal Graves 3.0.3+1.20.1
common-protection-api: Common Protection API 1.0.0
placeholder-api: Placeholder API 2.1.3+1.20.1
polymer-core: Polymer (Core) 0.5.19+1.20.1
polymer-networking: Polymer (Networking) 0.5.19+1.20.1
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.19+1.20.1
polymer-resource-pack: Polymer (Resource Pack) 0.5.19+1.20.1
polymer-virtual-entity: Polymer (Virtual Entity) 0.5.19+1.20.1
polymer-common: Polymer (Common) 0.5.19+1.20.1
predicate-api: Predicate API 0.2.1+1.20.1
server_translations_api: Server Translations API 2.0.0+1.20
packet_tweaker: Packet Tweaker 0.4.0+1.19.4
sgui: sgui 1.2.2+1.20
uranus: Uranus 2.1.7
sponsor_core: Sponsor Core 1.0.0
villagernames: Villager Names 8.1
vinurl: VinURL 1.1.2
visuality: Visuality 0.7.1+1.20
waystones: Waystones 14.1.6
wi_zoom: WI Zoom 1.5-MC1.20.1
wildlife: Wildlife 1.19.2-2.2
wirelesschargers: Wireless Chargers 1.0.9+a
witcher_rpg: Witcher Class Mod 1.1.5-1.20.1
wizards: Wizards (RPG Series) 1.3.0+1.20.1
xaerominimap: Xaero's Minimap 24.7.1
xaeroworldmap: Xaero's World Map 1.39.2
xlpackets: XLPackets 1.19.2-4
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.2+1.20.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.12.0
com_twelvemonkeys_common_common-io: common-io 3.12.0
com_twelvemonkeys_common_common-lang: common-lang 3.12.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
yungsapi: YUNG's API 1.20-Fabric-4.0.6
org_javassist_javassist: javassist 3.29.2-GA
Loaded Shaderpack: ComplementaryUnbound_r5.3 (1).zip
Profile: HIGH (+2 options changed by user)
Flywheel Backend: Off
Server Running: true
Player Count: 1 / 8; [class_3222['PoppyJuulo'/287, l='ServerLevel[New World]', x=10.00, y=65.00, z=-3.58]]
Data Packs: vanilla, fabric, resources/t_and_t_waystones_patch_1.19.2 (incompatible), $polymer-resources, Moonlight Mods Dynamic Assets, Supplementaries Generated Pack
Enabled Feature Flags: minecraft:vanilla
World Generation: Experimental
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Launched Version: fabric-loader-0.16.9-1.20.1
Client Crashes Since Restart: 0
Integrated Server Crashes Since Restart: 1
Suspected Mods: Energized Power (energizedpower), Minecraft (minecraft), Fabric Transfer API (v1) (fabric-transfer-api-v1)