Closed itsdinkd closed 3 years ago
Are you using a datapack that changes some processors or repurposed structures stuff? Can you please share those datapacks to me?
Actually, what the heck? Your crash seems like literally it should not event be possible
java.lang.NoClassDefFoundError: com/telepathicgrunt/repurposedstructures/world/predicates/MatterPhaseRuleTest$1
at com.telepathicgrunt.repurposedstructures.world.predicates.MatterPhaseRuleTest.test(MatterPhaseRuleTest.java:35)
at net.minecraft.structure.processor.StructureProcessorRule.test(StructureProcessorRule:54)
The line it is crashing on: https://github.com/TelepathicGrunt/RepurposedStructures-Fabric/blob/2611aaa8eb854fc384202453a48133f933da63ca/src/main/java/com/telepathicgrunt/repurposedstructures/world/predicates/MatterPhaseRuleTest.java#L35
Yet the codec for that class should automatically fail at world startup when it parsed datapacks as if an invalid enum name is put for phase_to_test_for
, it will yell about broken datapacks instead of crashing. I tested this myself. I literally cannot get it to bypass the datapack parsing part to crash at worldgen like you are. I tried ""
, "fdhgsgs"
, "null"
, and even removed the entire phase_to_test_for
line. Every time, it stops at world startup and says the json file is broken so how did that class get, what I am assuming, is a null field or something and crashing on the switch statement? Cause if the enum was resolved right, it should always have the MATTER_PHASE enum available because it is in the same file so class def should be right there.
(don't mind me moving your issue reports to my fabric repo for my mod instead of the forge repo)
Actually, where did you download my mod? Did you grab it from a sketch site that may had modified the jar? If you got it from CurseForge or GDLauncher or Modrinth, then nvm on that question.
ummm... curseforge launcher.... lol why would I get it anywhere else?? actually the latest update might have been from Modrinth
On Thu, Oct 7, 2021, 2:40 PM TelepathicGrunt @.***> wrote:
Actually, where did you download my mod? Did you grab it from a sketch site that may had modified the jar? If you got it from CurseForge or GDLauncher or Modrinth, then nvm on that question.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TelepathicGrunt/RepurposedStructures-Fabric/issues/146#issuecomment-938175430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIL5CKEEH7227ABAXXXQ6WDUFYHVNANCNFSM5FSHKTRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Are you using a datapack that changes some processors or repurposed structures stuff? Can you please share those datapacks to me?
Actually, what the heck? Your crash seems like literally it should not event be possible
java.lang.NoClassDefFoundError: com/telepathicgrunt/repurposedstructures/world/predicates/MatterPhaseRuleTest$1 at com.telepathicgrunt.repurposedstructures.world.predicates.MatterPhaseRuleTest.test(MatterPhaseRuleTest.java:35) at net.minecraft.structure.processor.StructureProcessorRule.test(StructureProcessorRule:54)
The line it is crashing on:
Yet the codec for that class should automatically fail at world startup when it parsed datapacks as if an invalid enum name is put for
phase_to_test_for
, it will yell about broken datapacks instead of crashing. I tested this myself. I literally cannot get it to bypass the datapack parsing part to crash at worldgen like you are. I tried""
,"fdhgsgs"
,"null"
, and even removed the entirephase_to_test_for
line. Every time, it stops at world startup and says the json file is broken so how did that class get, what I am assuming, is a null field or something and crashing on the switch statement? Cause if the enum was resolved right, it should always have the MATTER_PHASE enum available because it is in the same file so class def should be right there.(don't mind me moving your issue reports to my fabric repo for my mod instead of the forge repo)
Well, the datapacks I am using are Terralith, Repurposed Structures/Charm pack, RugData (which is from Rug, a carpet addon. it adds recipes and advancements) and then small datapacks I created to modify loot_tables, and recipes for mods.
The thing is, the code it says it crash on literally shouldn’t be possible to crash unable to find a class. I tried asking some people and they don’t know. One theorized it could be because you are using OpenJDK instead of Oracle Java or perhaps C2ME is the issue. I’ll try and download all your mods when I get a chance and see if I can reproduce the issue. Perhaps another mod is really screwing something up.
@red2blue Oh! Someone suggested maybe the downloading of my mod's jar got corrupted somehow. It would explain this crash and perhaps why the config parsing was breaking. When you got free time, could you delete my mod jar from your game and redownload it from here? https://www.curseforge.com/minecraft/mc-mods/repurposed-structures-fabric/files/3483976
If that makes the config work and the crash to go away, then yeah it was a corrupted download. If it still gives issue, then I'm back to manually downloading your modlist and i'm not even halfway there lmao
Yes I can try. However, I reverted back to 3.5 and haven't had the crash, it seems like it was only on 3.6. I will try again though. As for the spawning in the config, I've had this issue for the last 4-5 versions now ever since I set it up to spawn custom entities.
On Thu, Oct 7, 2021 at 8:11 PM TelepathicGrunt @.***> wrote:
@red2blue https://github.com/red2blue Oh! Someone suggested maybe the downloading of my mod's jar got corrupted somehow. It would explain this crash and perhaps why the config parsing was breaking. When you got free time, could you delete my mod jar from your game and redownload it from here?
https://www.curseforge.com/minecraft/mc-mods/repurposed-structures-fabric/files/3483976
If that makes the config work and the crash to go away, then yeah it was a corrupted download. If it still gives issue, then I'm back to manually downloading your modlist and i'm not even halfway there lmao
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TelepathicGrunt/RepurposedStructures-Fabric/issues/146#issuecomment-938303768, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIL5CKHM2USFGZD5RZCG3Z3UFZOO7ANCNFSM5FSHKTRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Crashed again, this time with 3.7
----------------
C2ME Compatibility Module Notice:
Do NOT report to mod authors if you encountered issues with the following mods:
- betternether@5.1.3
- betterend@0.11.0-pre
- charm@3.3.2
You can try disabling compatibility modules for these mods in "c2me-compat.toml" and try reproduce again.
Or try reproduce without C2ME.
----------------
// I feel sad now :(
Time: 10/9/21, 5:12 AM
Description: Exception ticking world
java.lang.NoClassDefFoundError: com/telepathicgrunt/repurposedstructures/world/structures/pieces/PieceLimitedJigsawManager
at com.telepathicgrunt.repurposedstructures.world.structures.AdvancedJigsawStructure$MainStart.generatePieces(AdvancedJigsawStructure.java:103)
at com.telepathicgrunt.repurposedstructures.world.structures.AdvancedJigsawStructure$MainStart.init(AdvancedJigsawStructure.java:70)
at net.minecraft.world.gen.feature.StructureFeature.tryPlaceStart(StructureFeature:269)
at net.minecraft.world.gen.feature.ConfiguredStructureFeature.tryPlaceStart(ConfiguredStructureFeature:36)
at net.minecraft.world.gen.chunk.ChunkGenerator.setStructureStart(ChunkGenerator:309)
at net.minecraft.world.gen.chunk.ChunkGenerator.setStructureStarts(ChunkGenerator:292)
at net.minecraft.world.chunk.ChunkStatus.method_16556(ChunkStatus:53)
at net.minecraft.world.chunk.ChunkStatus.md55bd20$lambda$runGenerationTask$0$2(ChunkStatus:584)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1756)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295)
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Caused by: java.lang.ClassNotFoundException: com.telepathicgrunt.repurposedstructures.world.structures.pieces.PieceLimitedJigsawManager
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636)
at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
at java.lang.ClassLoader.loadClass(ClassLoader.java:519)
at net.fabricmc.loader.launch.server.InjectingURLClassLoader.loadClass(InjectingURLClassLoader.java:57)
at java.lang.ClassLoader.loadClass(ClassLoader.java:519)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:175)
at java.lang.ClassLoader.loadClass(ClassLoader.java:519)
... 15 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.telepathicgrunt.repurposedstructures.world.structures.AdvancedJigsawStructure$MainStart.generatePieces(AdvancedJigsawStructure.java:103)
at com.telepathicgrunt.repurposedstructures.world.structures.AdvancedJigsawStructure$MainStart.method_16655(AdvancedJigsawStructure.java:70)
at net.minecraft.class_3195.method_28657(class_3195.java:269)
at net.minecraft.class_5312.method_28622(class_5312.java:36)
at net.minecraft.class_2794.method_28508(class_2794.java:309)
at net.minecraft.class_2794.method_16129(class_2794.java:292)
at net.minecraft.class_2806.method_16556(class_2806.java:53)
at net.minecraft.class_2806.md55bd20$lambda$runGenerationTask$0$2(class_2806.java:584)
-- Affected level --
Details:
All players: 9 total; [class_3222['DrRatamaque'/363, l='ServerLevel[world]', x=595.21, y=82.50, z=-10625.70], class_3222['JeezyOG'/564, l='ServerLevel[world]', x=-1400.79, y=0.00, z=-4175.63], class_3222['SlothSlothington'/1073, l='ServerLevel[world]', x=1154.68, y=78.25, z=1465.19], class_3222['SebasTheNinja'/1356, l='ServerLevel[world]', x=-408.49, y=73.88, z=218.71], class_3222['Sombervortex'/1588, l='ServerLevel[world]', x=-415.00, y=69.00, z=240.69], class_3222['PlayboiBunny'/2578, l='ServerLevel[world]', x=589.53, y=96.00, z=-10623.49], class_3222['Rabbid_o'/4299, l='ServerLevel[world]', x=3152.12, y=172.14, z=3131.94], class_3222['Basedtrapical'/7328, l='ServerLevel[world]', x=492.87, y=79.00, z=-234.88], class_3222['MCaesar'/20315, l='ServerLevel[world]', x=-1010.11, y=-50.00, z=-5337.94]]
Chunk stats: 12477
Level dimension: minecraft:overworld
Level spawn location: World: (-316,64,251), Section: (at 4,0,11 in -20,4,15; chunk contains blocks -320,-64,240 to -305,319,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
Level time: 3030587 game time, 2968002 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 66171 (now: false), thunder time: 133160 (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:894)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$ddl000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)
-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Linux (amd64) version 4.19.0-14-amd64
Java Version: 16.0.2, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 5955473176 bytes (5679 MiB) / 9177137152 bytes (8752 MiB) up to 9177137152 bytes (8752 MiB)
CPUs: 5
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): 159762.38
Virtual memory used (MB): 148815.64
Swap memory total (MB): 95301.00
Swap memory used (MB): 41921.89
JVM Flags: 21 total; -XX:+UseContainerSupport -Xms8750M -Xmx8750M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
Fabric Mods:
addendum: Addendum 1.0.2
adorn: Adorn 2.1.5+1.17.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.2.9
adventure-platform-fabric: adventure-platform-fabric 4.1.0-SNAPSHOT
adventurez: AdventureZ 1.3.0
agape_space: Space Dimensions 0.3.2
annotateddi: Annotated DI 2.0.3+1.17.1
aopalliance_aopalliance: aopalliance 1.0
apoli: Apoli 2.0.0
appleskin: AppleSkin mc1.17-2.1.3
aqupdcaracal: Caracal mob 1.17-1.3.11
arcanus: Arcanus 1.16
architects_palette: Architect's Palette Fabric 1.3
architectury: Architectury 2.5.30
artifality: Artifality 0.4.0
artifice: Artifice 0.15.3+21w07a
artofalchemy: Art of Alchemy 1.3.4
attributefix: Attribute Fix {FABRIC} 1.0.3
badstdout: BadStdOut 1.1.0-1.17
balm-fabric: Balm 1.3.0+0
banhammer: BanHammer 0.4.1+1.17.1
battletowers: Battle Towers 3.4.0-1.17.1
bclib: BCLib 0.3.1
beenfo: Beenfo 1.17.1-fabric0.36.1-1.3.2
better_wandering_trader: Better Wandering Trader 1.7.0
betterdungeons: YUNG's Better Dungeons 1.17-1.0.2
betterend: Better End 0.11.0-pre
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1
betternether: Better Nether 5.1.3
betterstrongholds: YUNG's Better Strongholds 1.17-1.1.2
bewitchment: Bewitchment 1.17-9
bitsandchisels: BitsAndChisels 2.5.3
blast: BLAST 1.8
blockbot-api: BlockBot Api 1.0.0
blockbot-discord: BlockBot Discord 2.0.0-beta
blockshifter: Blockshifter 1.4.0+fabric-1.17.1
blockus: Blockus 2.2.10+1.17.1
blue_endless_jankson: jankson 1.2.1
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.3-1.17.1
box-of-placeholders: Box of Placeholders 1.3.2+1.17.1
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.5.0
calio: Calio 1.0.3
cardinal-components: Cardinal Components API 3.1.1
cardinal-components-base: Cardinal Components API (base) 3.1.1
cardinal-components-block: Cardinal Components API (blocks) 3.1.1
cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1
cardinal-components-entity: Cardinal Components API (entities) 3.1.1
cardinal-components-item: Cardinal Components API (items) 3.1.1
cardinal-components-level: Cardinal Components API (world saves) 3.1.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1
cardinal-components-util: Cardinal Components API (utilities) 3.1.1
cardinal-components-world: Cardinal Components API (worlds) 3.1.1
carpet: Carpet Mod 1.4.46
carpet-extra: Carpet Extra 1.4.43
carpet-fixes: Carpet Fixes 1.17.1-1.1.0+v211006
carpet-tis-addition: Carpet TIS Addition 1.22.0+build.678
carrier: Carrier 1.8.0
charm: Charm 3.3.2
chunky: Chunky 1.2.124
cloth-api: Cloth API 2.0.54
cloth-armor-api-v1: Cloth Armor API v1 1.5.47
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config2: Cloth Config v5 5.0.38
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
cloth-utils-v1: Cloth Utils v1 2.0.54
cloud: Cloud 1.5.0
cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.5.0
cloud_commandframework_cloud-core_: cloud-core 1.5.0
cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0
cloud_commandframework_cloud-services_: cloud-services 1.5.0
cmdspy: Command Spy 1.2.3
colorutility: ColorUtility 2.0.1
com_electronwill_night-config_core: core 3.6.3
com_electronwill_night-config_toml: toml 3.6.3
com_fasterxml_jackson_dataformat_jackson-dataformat-yaml: jackson-dataformat-yaml 2.12.2
com_google_inject_guice: guice 5.0.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_typesafe_config: config 1.4.1
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
completeconfig: CompleteConfig 1.0.0
conjuring: Conjuring 1.0.7
cosmetic-armor: Cosmetic Armor 1.1.0
couplings: Couplings 1.5.0+1.17
craftingtweaks: Crafting Tweaks 13.0.0+0
creativeonepunch: Creative One-Punch 1.2
croptopia: Croptopia 1.6.3
crowdin-translate: CrowdinTranslate 1.3+1.17
customportalapi: Custom Portal Api 0.0.1-beta41-1.17
customportals: Custom Portals 2.1.0
dark-enchanting: Dark Enchanting 0.4.1-1.17.1
darkpaintings: Dark Paintings 4.0.2
discerning_furnace: Discerning Furnace 1.0.3+MC1.17-1.17.1
dml-refabricated: Deep Mob Learning: Refabricated 0.4.4-beta
dml-refabricated-base: DML: Refabricated - Base 0.4.4-beta
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.4-beta
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.4-beta
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.4-beta
dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.5
doom: Doom Fabric 4.0.17
dragonloot: DragonLoot 1.0.9
dual_riders: DualRiders 1.0.5
dungeons_arise: When Dungeons Arise 2.1.48-fabric
ec-core: Essential Commands Core 1.0.0-mc1.17.1
eer: Erroring Entity Remover 1.0.1+1.17.1
eldritch_mobs: Eldritch Mobs 1.9.6
enchant_giver: Enchant Giver 1.1.0
essential_commands: Essential Commands 0.16.2-mc1.17.1
essentialaddons: Essential Addons 1.17.1-1.0.5
expandedstorage: Expanded Storage 7.1.2
explorerscompass: Explorer's Compass 1.17.1-2.0.2-fabric
extraalchemy: Extra Alchemy 1.6.1
extragenerators: Extra Generators 1.1-BETA+1.17
extraorigins: Extra Origins 1.17-8
fabric: Fabric API 0.40.1+1.17
fabric-api-base: Fabric API Base 0.3.0+a02b446313
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.0+cbda931818
fabric-biome-api-v1: Fabric Biome API (v1) 3.2.0+cbda931818
fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18
fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931818
fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931818
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718
fabric-entity-events-v1: Fabric Entity Events (v1) 1.2.3+87cc6e4c18
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.10+fc40aa9d18
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931818
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+cbda931818
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118
fabric-language-kotlin: Fabric Language Kotlin 1.6.4+kotlin.1.5.30
fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446318
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+2e8bd82f18
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab612118
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318
fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee18
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446318
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931818
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.1+b06cb95b18
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612118
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.3.1+4658223018
fabricenchantments: Fabric Enchantments 0.4.2
fabricloader: Fabric Loader 0.11.7
fabrictailor: Fabric Tailor 1.7.1
factory: Factory 1.17.1-1.4.0
fake-player-api: Fake Player API 0.2.0
fallflyinglib: FallFlyingLib 3.0.0-beta.2
fallingtree: FallingTree 2.14.2
farmersdelight: Farmer's Delight 1.17.1-0.1.2
fastfurnace: FastFurnace 1.17-3.0
fasttransferlib: Fast Transfer Lib 0.5.5
fatxporbs: Fat Experience Orbs 1.0.1
ferritecore: FerriteCore 3.1.0
fiber: fiber 0.23.0-2
fireplacelib: Fireplace Lib 6.0.6+1.17.1
flan: Flan 1.17.1-1.6.2
flytre-lib-base: Flytre Lib - Base Module 1.2.0
flytre-lib-compat: Flytre Lib - Compat Module 1.0.0
flytre-lib-config: Flytre Lib - Config Module 1.1.0
flytre-lib-event: Flytre Lib - Event Module 1.0.1
flytre-lib-gui: Flytre Lib - GUI Module 1.0.0
flytre-lib-storage: Flytre Lib - Storage Module 2.3.1
flytre_lib: Flytre Lib 1.3.9
geckolib3: Geckolib 3.0.14
givemehats: Give Me Hats! 1.6
glassential: Glassential 1.17-1.2.0
go-fish: Go Fish 1.3.0-beta-1.17.1
gobber2: Gobber2 2.4.52
goldenhoppers: Golden Hoppers 1.1.0
golemsgalore: Golems Galore 1.0.3-1.17.1
goosiklib: Goosik Lib 0.1.0
harvest_scythes: Harvest Scythes 2.0.6
hctm-base: HCTM Base 3.6.2
heartbond: Heartbond 1.1.0
hlandbukkit_c2me-fabric_ver_1_17_libs_: libs 0.2.0+alpha.5.0
hologram-api: Hologram API 0.2.1+1.17.1
hookshot: Hookshot 20.0
horseinfo: Horse Info 0.3.0-1.17
horsestonks: Horse Stonks 1.0.0
hydrogen: Hydrogen 0.3
impersonate: Impersonate 2.3.5
incantationem: Incantationem 1.1.2+1.17.1
indrev: Industrial Revolution 1.10.0-alpha.12
inmis: Inmis 2.3.2-1.17.1
invview: InvView 1.4.6-1.17.1+
io_leangen_geantyref_geantyref: geantyref 1.3.11
ironfurnaces: Iron Furnaces 1.17.1-2.6.1-fabric
jankson: Jankson 3.0.1+j1.2.0
java: OpenJDK 64-Bit Server VM 16
javax_inject_javax_inject: javax.inject 1
jline4mcdsrv: JLine for Minecraft Dedicated Server 0.2.0
kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
kibe: Kibe 1.9.2-BETA+1.17
kjsextras: KubeJS Extras 1.4.0
krypton: Krypton 0.1.4
ktdatataglib: KtDataTagLib 1.5.4
kubejs: KubeJS 1605.3.10-build.9999
kyrptconfig: Kytpt Config 1.1.10-1.17
lapisreserve: Lapis Reserve 1.0.8
ledger: Ledger 1.1.1+build.325
libblockattributes: LibBlockAttributes 0.9.2
libblockattributes_core: LibBlockAttributes (Core) 0.9.2
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.2
libblockattributes_items: LibBlockAttributes (Items) 0.9.2
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 4.1.7+1.17.1
libninepatch: LibNinePatch 1.1.0
libra: Libra 0.3.9.2
lithium: Lithium 0.7.4
luckperms: LuckPerms 5.3.65
maelstrom_library: Maelstrom Library 1.2.1-1.17
magicfungi: Magic Fungi 0.4.1-BETA+1.17.1
magna: Magna 0.3.0-1.17-pre4
mc_discord_reserializer: MC Discord Reserializer 1.0.0
mcda: MC Dungeons Armors 1.7.11
mcdw: MC Dungeons Weapons 3.5.3
mcsa: MC Story Mode Armor 2.3.2-1.17
megane: megane 5.4.2
megane-base: megane-base 5.4.2
megane-dml-simulacrum: megane-dml-simulacrum 5.4.2+1.0.5
megane-extra-generators: megane-extra-generators 5.4.2+1.1-BETA-1.17
megane-fabric-transfer: megane-fabric-transfer 5.4.2+1.3.0-fc40aa9d18
megane-fast-transfer-lib: megane-fast-transfer-lib 5.4.2+0.5.7
megane-industrial-revolution: megane-industrial-revolution 5.4.2+1.10.0-alpha.12
megane-kibe: megane-kibe 5.4.2+1.9.1-BETA-1.17
megane-lib-block-attributes: megane-lib-block-attributes 5.4.2+0.9.0
megane-reborn-core: megane-reborn-core 5.4.2+5.0.8-beta-build.111
megane-runtime: megane-runtime 5.4.2
megane-team-reborn-energy: megane-team-reborn-energy 5.4.2+2.0.0-beta1
megane-tech-reborn: megane-tech-reborn 5.4.2+5.0.8-beta-build.111
megane-vanilla: megane-vanilla 5.4.2+1.17.1
megane-wireless-networks: megane-wireless-networks 5.4.2+1.1.2
minecraft: Minecraft 1.17.1
minimotd-fabric: MiniMOTD 2.0.4
mining_dims: Mining Dimensions 1.1.12
mm: Manningham Mills 2.3
mo_glass: Mo Glass 1.5-MC1.17.1
mocolors: Mo' Colors 1.2.2
morevillagers-fabric: MoreVillagersFabric 2.1.1-SNAPSHOT
mostructures: Mo' Structures 1.3.0-pre1-1.17.1
multipart_entities: MultipartEntities 1.1.2-1.17
myron: Myron 1.6.1
mysql_mysql-connector-java: mysql-connector-java 8.0.25
mythic-mounts: Mythic Mounts 1.17.1-1.3
naturescompass: Nature's Compass 1.17.1-2.0.1-fabric
net_kyori_adventure-api: adventure-api 4.8.1
net_kyori_adventure-key: adventure-key 4.8.1
net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT
net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.8.1
net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.2.0-SNAPSHOT
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.8.1
net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.8.1
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.8.1
net_kyori_examination-api: examination-api 1.1.0
net_kyori_examination-string: examination-string 1.1.0
notenoughcrashes: Not Enough Crashes 3.6.5+1.17.1
nyfsquivers: Nyf's Quivers Fabric-0.2.6
observable: Observable 0.1.2-1.17
omega-config: OmegaConfig 1.0.8
org_fusesource_jansi_jansi: jansi 1.18
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.30
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.30
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.30
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.30
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.2
org_jline_jline: jline 3.15.0
org_jline_jline-terminal-jansi: jline-terminal-jansi 3.15.0
org_objenesis_objenesis: objenesis 3.2
org_spongepowered_configurate-core: configurate-core 4.1.1
org_spongepowered_configurate-hocon: configurate-hocon 4.1.1
org_xerial_sqlite-jdbc: sqlite-jdbc 3.36.0
origins: Origins 1.1.0
origins-classes: Origins: Classes 1.2.2
owo: OwO 0.1.1
packet_tweaker: Packet Tweaker 0.2.0+1.17.1
patchouli: Patchouli 1.17-54-FABRIC
pehkui: Pehkui 2.4.0+1.14.4-1.17.1
persistententities: persistent entities 0.0.4
pipe: Pipe 1.4.0
placeholder-api: Placeholder API 1.1.1+1.17.1
plantinajar: Plant In A Jar 2.2.2
playerabilitylib: Pal 1.3.0
polymer: Polymer 0.1.2+1.17.1
polymorph: Polymorph 0.0.14-1.17.1
prefab: Prefab 2.1.6
pugh_lib: Pugh Lib ${version}
pugh_tools: Pugh Tools ${version}
qcommon-cfg-core: qcommon-cfg-core 3.3.0
qcommon-croco: Croco 2.1.1
quarryplus: QuarryPlus 17.0.390
quickshulker: Quick Shulker 1.2.3-1.17
ratsmischief: Rat's Mischief 1.2.2
reach-entity-attributes: Reach Entity Attributes 2.1.1
reborncore: Reborn Core 5.0.8-beta+build.111
redbits: Red Bits 1.10.1
repurposed_structures: Repurposed Structures 2.3.7+1.17.1
resourceful_tools: Resourceful Tools 1.1.20
respawnablepets: Respawnable Pets 1.17-3
rhino: Rhino 1605.1.4-build.59
roughlyenoughitems: Roughly Enough Items 6.0.279-alpha
rpgstats: RPGStats 4.2.1+1.17.1
rswires: RSWires 4.11.2
rug: Rug 1.17.1-1.1.13
schmucks: Schmucks 1.4.0
secretrooms: Secret Rooms 1.0.0+1.17
seedy-behavior: Seedy Behavior 1.0.2+1.17.1
server_translations_api: Server Translations API 1.4.5+1.17
servertick: Server Tick 1.5
sgui: SGui 1.0.0-rc4+1.17.1
shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17
shulkerutils: shulkerutils 1.0.4-1.17
simplegrinder: Simple Grinder 17.0.1-Fabric
simpletransport: SimpleTransport 1.0.0-1.17.1
someforgepatchesported: Some Forge Patches Ported 1.0.1
somnus: Somnus API 0.0.14-1.17.1
soulbound: Soulbound 2.0.0
spark: spark 1.6.1
spawnprotectiontweaks: SpawnProtectionTweaks 0.3+1.17.1
stacc: Stacc 1.2.3
staffofbuilding: Staff of Building 1.3.2-1.17
starlight: Starlight 1.0.0+fabric.73f6d37
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.3
storagecabinet: Storage Cabinet 1.4.1
structure-helpers: Structure Helpers 3.2.0
structurized: Structurized 1.3.0
styledchat: Styled Chat 1.1.0
tabtps-fabric: TabTPS 1.3.10
team_reborn_energy: Energy 2.0.0-beta1
techreborn: Tech Reborn 5.0.8-beta+build.111
tellme: TellMe 0.9.0
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
terralith: Terralith for Fabric 1.6.1
the_aether: The Aether 1.17.1-1.5.0
things: Things 0.2.5
toms_storage: Tom's Simple Storage Mod 1.1.18
torcherino: Torcherino 15.0.0
transportables: Transportables 1.0.6
trinkets: Trinkets 3.0.4
truerooms: True Secret Rooms 1.1.5
unforgivingvoid: Unforgiving Void 3.1.0+1.17.1
universal-graves: Universal Graves 1.1.0+1.17.1
upgradedshulkers: Upgraded Shulkers 1.0.2-1.17
valley: ValleyCraft 1.3.2
vanish: vanish 1.2.6
veinmining: Vein Mining 0.0.10-1.17
villagerfix: Villager Trade Fix 1.0.0
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0
voidz: VoidZ 1.0.5
wands: Building Wands 2.2.5_mc1.17.1
ward_blocks: Ward Blocks 1.1.8
waystones: Waystones 2.1.2
whereisit: Where Is It 1.13.7
winged: Winged Mod 1.17.1-3.0.0
wirelessnetworks: Wireless Networks 1.1.2
wthit: wthit 3.9.3
xaerominimap: Xaero's Minimap 21.17.2
xaeroworldmap: Xaero's World Map 1.17.1
xlpackets: XLPackets 2.0-1.17
yungsapi: YUNG's API 1.17-Fabric-19
Player Count: 9 / 15; [class_3222['DrRatamaque'/363, l='ServerLevel[world]', x=595.21, y=82.50, z=-10625.70], class_3222['JeezyOG'/564, l='ServerLevel[world]', x=-1400.79, y=0.00, z=-4175.63], class_3222['SlothSlothington'/1073, l='ServerLevel[world]', x=1154.68, y=78.25, z=1465.19], class_3222['SebasTheNinja'/1356, l='ServerLevel[world]', x=-408.49, y=73.88, z=218.71], class_3222['Sombervortex'/1588, l='ServerLevel[world]', x=-415.00, y=69.00, z=240.69], class_3222['PlayboiBunny'/2578, l='ServerLevel[world]', x=589.53, y=96.00, z=-10623.49], class_3222['Rabbid_o'/4299, l='ServerLevel[world]', x=3152.12, y=172.14, z=3131.94], class_3222['Basedtrapical'/7328, l='ServerLevel[world]', x=492.87, y=79.00, z=-234.88], class_3222['MCaesar'/20315, l='ServerLevel[world]', x=-1010.11, y=-50.00, z=-5337.94]]
Data Packs: vanilla, Fabric Mods, secretrooms:server_pack, file/Repurposed_Structures-Charm.zip, file/RugData (incompatible), file/doom, file/eldritch_mobs, file/givemehats, file/nophantom
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Suspected Mods: Fabric Loader (fabricloader), Repurposed Structures (repurposed_structures)```
So now a completely random other class is unable to be found? idk what the heck is up but it is definitely not my mod if now even the very one class that runs the majority of my structures is unable to be found is crashing. No one else seems to be reporting this issue and AoF modpack is able to run my mod just fine on latest version.
So I guess we can rule out a corrupted jar. Now it's probably either the OpenJDK or another mod. Back to me downloading all of your mods i guess. will take me a bit
i spent more than an hour trying to copy your modlist and it keeps crashing randomly at startup by broken mods and conflicts and im losing my mind lol.
If you still want me to attempt to reproduce the issue, could you zip up the folder that holds your mod folder and send that to me? Like if the mods folder was in the .minecraft folder, sipping up the .minecraft folder and sending that to me will help as it would be your exact setup that has all the configs setup and everything.
otherwise, I'm sorry but I got no clue what is going on in your modpack
that's crazy! so my modpack is out on curseforge
https://www.curseforge.com/minecraft/modpacks/another-quality-modpack-2
I am using the latest version but on my server I have updated the repurposed mod to the versions discussed here.
I appreciate you investigating this
Update on this, thank you for linking me the modpack! Interestingly enough, everything works for me. No crashes. Even the config is working just fine. I was using AQM2 [v2.8.4c-hotfix] in single player with openjdk-16.0.2_windows-x64 java. (Click the image for higher resolution)
I guess the only thing left i can do is try to find a way to startup a server and connect to it and see if I can reproduce the problem there.
Sorry for delay. I got a server running with the modpack, connected to it, teleported all over to several structures, and even checked the spawn configs. Everything seems to be working.
I really dont think it's your modpack at all nor my mod. It all works. Instead, I think it's something with your server's environment. I'm gonna close the config issue report as that seems to be tied to whatever is causing your crashes too. At least now we ruled out the modpack itself so hopefully this will help you debug your server's setup and/or environment. Good luck cause I never seen your issue before and I hope you are able to figure it out!
So i'm not sure how exactly it crashed, I just know it crashed as I checked crash-reports and it was there or players notified me of it crashing. Maybe I'll add it back and when it crashes again ask the players who were on what exactly they were doing
Is it possible that it crashes because I am using modloader 0.17.7 on the server?
Another possibility that my dedicated server uses that the server pack does not, C2ME latest version added a feature to utilize jdk.incubator.vector to improve world gen optimization. in my start up args, I have followed this feature how to use by adding --add-modules jdk.incubator.vector
modloader 0.17.7? I only see up to modloader 0.11.7 which i think you meant. I was using that latest modloader for my server test. Though i am not sure how to add the arg for my local server. But yeah, try your server without that arg and see if the issues go away. It would be strange if that was the cause of our pain lol but at this point, test everything
Can close, haven't received it in latest versions :)
wack. I guess it was that --add-modules jdk.incubator.vector
argument then? That's good to know so I can help others with the weird issue
Nope! I turned it back on, it just randomly stopped getting that crash. maybe something happened in one of your updates 🤷
---- Minecraft Crash Report ----
C2ME Compatibility Module Notice: Do NOT report to mod authors if you encountered issues with the following mods:
betterend@0.11.0-pre You can try disabling compatibility modules for these mods in "c2me-compat.toml" and try reproduce again. Or try reproduce without C2ME.
// Ouch. That hurt :(
Time: 10/7/21, 5:33 PM Description: Exception ticking world
java.lang.NoClassDefFoundError: com/telepathicgrunt/repurposedstructures/world/predicates/MatterPhaseRuleTest$1 at com.telepathicgrunt.repurposedstructures.world.predicates.MatterPhaseRuleTest.test(MatterPhaseRuleTest.java:35) at net.minecraft.structure.processor.StructureProcessorRule.test(StructureProcessorRule:54) at net.minecraft.structure.processor.RuleStructureProcessor.process(RuleStructureProcessor:29) at net.minecraft.structure.Structure.process(Structure:385) at net.minecraft.structure.Structure.place(Structure:228) at net.minecraft.structure.pool.SinglePoolElement.generate(SinglePoolElement:126) at net.minecraft.structure.PoolStructurePiece.generate(PoolStructurePiece:88) at net.minecraft.structure.PoolStructurePiece.generate(PoolStructurePiece:84) at net.minecraft.structure.StructureStart.generateStructure(StructureStart:97) at net.minecraft.world.biome.Biome.method_28401(Biome:366) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:189) at it.unimi.dsi.fastutil.longs.LongIterator.forEachRemaining(LongIterator.java:53) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at net.minecraft.world.biome.Biome.generateFeatureStep(Biome:365) at net.minecraft.world.gen.chunk.ChunkGenerator.generateFeatures(ChunkGenerator:245) at net.minecraft.world.chunk.ChunkStatus.method_12151(ChunkStatus:100) at net.minecraft.world.chunk.ChunkStatus.md6fa52f$lambda$runGenerationTask$0$2(ChunkStatus:584) at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764) at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1756) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295) at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) Caused by: java.lang.ClassNotFoundException: com.telepathicgrunt.repurposedstructures.world.predicates.MatterPhaseRuleTest$1 at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636) at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182) at java.lang.ClassLoader.loadClass(ClassLoader.java:519) at net.fabricmc.loader.launch.server.InjectingURLClassLoader.loadClass(InjectingURLClassLoader.java:57) at java.lang.ClassLoader.loadClass(ClassLoader.java:519) at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:175) at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ... 34 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Server thread Stacktrace: at com.telepathicgrunt.repurposedstructures.world.predicates.MatterPhaseRuleTest.method_16768(MatterPhaseRuleTest.java:35) at net.minecraft.class_3821.method_16762(class_3821.java:54) at net.minecraft.class_3826.method_15110(class_3826.java:29) at net.minecraft.class_3499.method_16446(class_3499.java:385) at net.minecraft.class_3499.method_15172(class_3499.java:228) at net.minecraft.class_3781.method_16626(class_3781.java:126) at net.minecraft.class_3790.method_27236(class_3790.java:88) at net.minecraft.class_3790.method_14931(class_3790.java:84) at net.minecraft.class_3449.method_14974(class_3449.java:97) at net.minecraft.class_1959.method_28401(class_1959.java:366) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:189) at it.unimi.dsi.fastutil.longs.LongIterator.forEachRemaining(LongIterator.java:53) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at net.minecraft.class_1959.method_8702(class_1959.java:365) at net.minecraft.class_2794.method_12102(class_2794.java:245) at net.minecraft.class_2806.method_12151(class_2806.java:100) at net.minecraft.class_2806.md6fa52f$lambda$runGenerationTask$0$2(class_2806.java:584)
-- Affected level -- Details: All players: 2 total; [class_3222['SebasTheNinja'/6750, l='ServerLevel[world]', x=-382.90, y=67.00, z=244.86], class_3222['RojinUK'/8561, l='ServerLevel[world]', x=-414.30, y=68.50, z=1301.11]] Chunk stats: 3616 Level dimension: minecraft:overworld Level spawn location: World: (-316,64,251), Section: (at 4,0,11 in -20,4,15; chunk contains blocks -320,-64,240 to -305,319,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Level time: 797089 game time, 677354 day time Level name: world Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Level weather: Rain time: 129689 (now: false), thunder time: 9019 (now: true) Known server brands: fabric Level was modded: true Level storage version: 0x04ABD - Anvil Stacktrace: at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:894) at net.minecraft.class_3176.method_3813(class_3176.java:335) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831) at net.minecraft.server.MinecraftServer.handler$ddl000$modifiedRunLoop(MinecraftServer.java:9390) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270) at java.base/java.lang.Thread.run(Thread.java:831)
-- System Details -- Details: Minecraft Version: 1.17.1 Minecraft Version ID: 1.17.1 Operating System: Linux (amd64) version 4.19.0-14-amd64 Java Version: 16.0.2, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation Memory: 7073861544 bytes (6746 MiB) / 9177137152 bytes (8752 MiB) up to 9177137152 bytes (8752 MiB) CPUs: 5 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): 159762.38 Virtual memory used (MB): 143158.58 Swap memory total (MB): 95301.00 Swap memory used (MB): 37125.57 JVM Flags: 21 total; -XX:+UseContainerSupport -Xms8750M -Xmx8750M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 Fabric Mods: addendum: Addendum 1.0.2 adorn: Adorn 2.1.5+1.17.1 advanced_runtime_resource_pack: Runtime Resource Pack 0.2.9 adventure-platform-fabric: adventure-platform-fabric 4.1.0-SNAPSHOT adventurez: AdventureZ 1.3.0 agape_space: Space Dimensions 0.3.2 annotateddi: Annotated DI 2.0.3+1.17.1 aopalliance_aopalliance: aopalliance 1.0 apoli: Apoli 2.0.0 appleskin: AppleSkin mc1.17-2.1.3 aqupdcaracal: Caracal mob 1.17-1.3.11 arcanus: Arcanus 1.16 architects_palette: Architect's Palette Fabric 1.3 architectury: Architectury 2.5.30 artifality: Artifality 0.4.0 artifice: Artifice 0.15.3+21w07a artofalchemy: Art of Alchemy 1.3.4 attributefix: Attribute Fix {FABRIC} 1.0.3 badstdout: BadStdOut 1.1.0-1.17 balm-fabric: Balm 1.3.0+0 banhammer: BanHammer 0.4.1+1.17.1 battletowers: Battle Towers 3.4.0-1.17.1 bclib: BCLib 0.3.1 beenfo: Beenfo 1.17.1-fabric0.36.1-1.3.2 better_wandering_trader: Better Wandering Trader 1.7.0 betterdungeons: YUNG's Better Dungeons 1.17-1.0.2 betterend: Better End 0.11.0-pre bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1 betternether: Better Nether 5.1.3 betterstrongholds: YUNG's Better Strongholds 1.17-1.1.2 bewitchment: Bewitchment 1.17-9 bitsandchisels: BitsAndChisels 2.5.3 blast: BLAST 1.8 blockbot-api: BlockBot Api 1.0.0 blockbot-discord: BlockBot Discord 2.0.0-beta blockshifter: Blockshifter 1.4.0+fabric-1.17.1 blockus: Blockus 2.2.10+1.17.1 blue_endless_jankson: jankson 1.2.1 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.3-1.17.1 box-of-placeholders: Box of Placeholders 1.3.2+1.17.1 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.5.0 calio: Calio 1.0.3 cardinal-components: Cardinal Components API 3.1.1 cardinal-components-base: Cardinal Components API (base) 3.1.1 cardinal-components-block: Cardinal Components API (blocks) 3.1.1 cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1 cardinal-components-entity: Cardinal Components API (entities) 3.1.1 cardinal-components-item: Cardinal Components API (items) 3.1.1 cardinal-components-level: Cardinal Components API (world saves) 3.1.1 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1 cardinal-components-util: Cardinal Components API (utilities) 3.1.1 cardinal-components-world: Cardinal Components API (worlds) 3.1.1 carpet: Carpet Mod 1.4.46 carpet-extra: Carpet Extra 1.4.43 carpet-fixes: Carpet Fixes 1.17.1-1.1.0+v211006 carpet-tis-addition: Carpet TIS Addition 1.22.0+build.678 carrier: Carrier 1.8.0 charm: Charm 3.3.2 chipped: Chipped 1.1.1 chunky: Chunky 1.2.124 cloth-api: Cloth API 2.0.54 cloth-armor-api-v1: Cloth Armor API v1 1.5.47 cloth-basic-math: Cloth Basic Math 0.5.1 cloth-client-events-v0: Cloth Client Events v0 2.0.54 cloth-common-events-v1: Cloth Common Events v1 2.0.54 cloth-config2: Cloth Config v5 5.0.38 cloth-datagen-api-v1: Cloth Datagen v1 2.0.54 cloth-utils-v1: Cloth Utils v1 2.0.54 cloud: Cloud 1.5.0 cloud_commandframeworkcloud-brigadier: cloud-brigadier 1.5.0 cloud_commandframeworkcloud-core: cloud-core 1.5.0 cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0 cloud_commandframeworkcloud-services: cloud-services 1.5.0 cmdspy: Command Spy 1.2.3 colorutility: ColorUtility 2.0.1 com_electronwill_night-config_core: core 3.6.3 com_electronwill_night-config_toml: toml 3.6.3 com_fasterxml_jackson_dataformat_jackson-dataformat-yaml: jackson-dataformat-yaml 2.12.2 com_google_inject_guice: guice 5.0.1 com_moandjiezana_toml_toml4j: toml4j 0.7.2 com_typesafe_config: config 1.4.1 com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT completeconfig: CompleteConfig 1.0.0 conjuring: Conjuring 1.0.7 cosmetic-armor: Cosmetic Armor 1.1.0 couplings: Couplings 1.5.0+1.17 craftingtweaks: Crafting Tweaks 13.0.0+0 creativeonepunch: Creative One-Punch 1.2 croptopia: Croptopia 1.6.3 crowdin-translate: CrowdinTranslate 1.3+1.17 customportalapi: Custom Portal Api 0.0.1-beta41-1.17 customportals: Custom Portals 2.1.0 dark-enchanting: Dark Enchanting 0.4.1-1.17.1 darkpaintings: Dark Paintings 4.0.2 discerning_furnace: Discerning Furnace 1.0.3+MC1.17-1.17.1 dml-refabricated: Deep Mob Learning: Refabricated 0.4.4-beta dml-refabricated-base: DML: Refabricated - Base 0.4.4-beta dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.4-beta dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.4-beta dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.4-beta dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.5 doom: Doom Fabric 4.0.17 dragonloot: DragonLoot 1.0.9 dual_riders: DualRiders 1.0.5 dungeons_arise: When Dungeons Arise 2.1.48-fabric ec-core: Essential Commands Core 1.0.0-mc1.17.1 eer: Erroring Entity Remover 1.0.1+1.17.1 eldritch_mobs: Eldritch Mobs 1.9.6 emagnet: E Magnet 1.2.3 enchant_giver: Enchant Giver 1.1.0 essential_commands: Essential Commands 0.16.2-mc1.17.1 essentialaddons: Essential Addons 1.17.1-1.0.5 expandedstorage: Expanded Storage 7.1.2 explorerscompass: Explorer's Compass 1.17.1-2.0.2-fabric extraalchemy: Extra Alchemy 1.6.1 extragenerators: Extra Generators 1.1-BETA+1.17 extraorigins: Extra Origins 1.17-8 fabric: Fabric API 0.40.1+1.17 fabric-api-base: Fabric API Base 0.3.0+a02b446313 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.0+cbda931818 fabric-biome-api-v1: Fabric Biome API (v1) 3.2.0+cbda931818 fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18 fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18 fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931818 fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931818 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718 fabric-entity-events-v1: Fabric Entity Events (v1) 1.2.3+87cc6e4c18 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.10+fc40aa9d18 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931818 fabric-item-api-v1: Fabric Item API (v1) 1.2.4+cbda931818 fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118 fabric-language-kotlin: Fabric Language Kotlin 1.6.4+kotlin.1.5.30 fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446318 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318 fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+2e8bd82f18 fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318 fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab612118 fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318 fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee18 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446318 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931818 fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18 fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.1+b06cb95b18 fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612118 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.3.1+4658223018 fabricenchantments: Fabric Enchantments 0.4.2 fabricloader: Fabric Loader 0.11.7 fabrictailor: Fabric Tailor 1.7.1 factory: Factory 1.17.1-1.4.0 fake-player-api: Fake Player API 0.2.0 fallflyinglib: FallFlyingLib 3.0.0-beta.2 fallingtree: FallingTree 2.14.2 farmersdelight: Farmer's Delight 1.17.1-0.1.2 fastfurnace: FastFurnace 1.17-3.0 fasttransferlib: Fast Transfer Lib 0.5.5 fatxporbs: Fat Experience Orbs 1.0.1 ferritecore: FerriteCore 3.1.0 fiber: fiber 0.23.0-2 fireplacelib: Fireplace Lib 6.0.6+1.17.1 flan: Flan 1.17.1-1.6.2 flytre-lib-base: Flytre Lib - Base Module 1.2.0 flytre-lib-compat: Flytre Lib - Compat Module 1.0.0 flytre-lib-config: Flytre Lib - Config Module 1.1.0 flytre-lib-event: Flytre Lib - Event Module 1.0.1 flytre-lib-gui: Flytre Lib - GUI Module 1.0.0 flytre-lib-storage: Flytre Lib - Storage Module 2.3.1 flytre_lib: Flytre Lib 1.3.9 geckolib3: Geckolib 3.0.14 givemehats: Give Me Hats! 1.6 glassential: Glassential 1.17-1.2.0 go-fish: Go Fish 1.3.0-beta-1.17.1 gobber2: Gobber2 2.4.52 goldenhoppers: Golden Hoppers 1.1.0 golemsgalore: Golems Galore 1.0.3-1.17.1 goosiklib: Goosik Lib 0.1.0 harvest_scythes: Harvest Scythes 2.0.6 hctm-base: HCTM Base 3.6.2 headindex: Head Index 1.0.2 heartbond: Heartbond 1.1.0 hlandbukkit_c2me-fabric_ver_1_17libs: libs 0.2.0+alpha.5.0 hologram-api: Hologram API 0.2.1+1.17.1 hookshot: Hookshot 20.0 horseinfo: Horse Info 0.3.0-1.17 horsestonks: Horse Stonks 1.0.0 hydrogen: Hydrogen 0.3 impersonate: Impersonate 2.3.5 incantationem: Incantationem 1.1.2+1.17.1 indrev: Industrial Revolution 1.10.0-alpha.12 inmis: Inmis 2.3.2-1.17.1 invview: InvView 1.4.6-1.17.1+ io_leangen_geantyref_geantyref: geantyref 1.3.11 ironfurnaces: Iron Furnaces 1.17.1-2.6.1-fabric jankson: Jankson 3.0.1+j1.2.0 java: OpenJDK 64-Bit Server VM 16 javax_inject_javax_inject: javax.inject 1 jline4mcdsrv: JLine for Minecraft Dedicated Server 0.2.0 kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1 kibe: Kibe 1.9.2-BETA+1.17 kjsextras: KubeJS Extras 1.4.0 krypton: Krypton 0.1.4 ktdatataglib: KtDataTagLib 1.5.4 kubejs: KubeJS 1605.3.10-build.9999 kyrptconfig: Kytpt Config 1.1.10-1.17 lapisreserve: Lapis Reserve 1.0.8 ledger: Ledger 1.1.1+build.325 libblockattributes: LibBlockAttributes 0.9.2 libblockattributes_core: LibBlockAttributes (Core) 0.9.2 libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.2 libblockattributes_items: LibBlockAttributes (Items) 0.9.2 libcd: LibCapableData 3.0.3+1.16.3 libgui: LibGui 4.1.7+1.17.1 libninepatch: LibNinePatch 1.1.0 libra: Libra 0.3.9.2 lithium: Lithium 0.7.4 luckperms: LuckPerms 5.3.65 maelstrom_library: Maelstrom Library 1.2.1-1.17 magicfungi: Magic Fungi 0.4.1-BETA+1.17.1 magna: Magna 0.3.0-1.17-pre4 mc_discord_reserializer: MC Discord Reserializer 1.0.0 mcda: MC Dungeons Armors 1.7.11 mcdw: MC Dungeons Weapons 3.5.3 mcsa: MC Story Mode Armor 2.3.2-1.17 megane: megane 5.4.2 megane-base: megane-base 5.4.2 megane-dml-simulacrum: megane-dml-simulacrum 5.4.2+1.0.5 megane-extra-generators: megane-extra-generators 5.4.2+1.1-BETA-1.17 megane-fabric-transfer: megane-fabric-transfer 5.4.2+1.3.0-fc40aa9d18 megane-fast-transfer-lib: megane-fast-transfer-lib 5.4.2+0.5.7 megane-industrial-revolution: megane-industrial-revolution 5.4.2+1.10.0-alpha.12 megane-kibe: megane-kibe 5.4.2+1.9.1-BETA-1.17 megane-lib-block-attributes: megane-lib-block-attributes 5.4.2+0.9.0 megane-reborn-core: megane-reborn-core 5.4.2+5.0.8-beta-build.111 megane-runtime: megane-runtime 5.4.2 megane-team-reborn-energy: megane-team-reborn-energy 5.4.2+2.0.0-beta1 megane-tech-reborn: megane-tech-reborn 5.4.2+5.0.8-beta-build.111 megane-vanilla: megane-vanilla 5.4.2+1.17.1 megane-wireless-networks: megane-wireless-networks 5.4.2+1.1.2 minecraft: Minecraft 1.17.1 minimotd-fabric: MiniMOTD 2.0.4 mining_dims: Mining Dimensions 1.1.12 mm: Manningham Mills 2.3 mo_glass: Mo Glass 1.5-MC1.17.1 mocolors: Mo' Colors 1.2.2 morevillagers-fabric: MoreVillagersFabric 2.1.1-SNAPSHOT mostructures: Mo' Structures 1.3.0-pre1-1.17.1 multipart_entities: MultipartEntities 1.1.2-1.17 myron: Myron 1.6.1 mysql_mysql-connector-java: mysql-connector-java 8.0.25 mythic-mounts: Mythic Mounts 1.17.1-1.3 naturescompass: Nature's Compass 1.17.1-2.0.1-fabric net_kyori_adventure-api: adventure-api 4.8.1 net_kyori_adventure-key: adventure-key 4.8.1 net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.8.1 net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.2.0-SNAPSHOT net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.8.1 net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.8.1 net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.8.1 net_kyori_examination-api: examination-api 1.1.0 net_kyori_examination-string: examination-string 1.1.0 notenoughcrashes: Not Enough Crashes 3.6.5+1.17.1 nyfsquivers: Nyf's Quivers Fabric-0.2.6 observable: Observable 0.1.2-1.17 omega-config: OmegaConfig 1.0.8 org_fusesource_jansi_jansi: jansi 1.18 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.30 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.30 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.30 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.30 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.1 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.2 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.2 org_jline_jline: jline 3.15.0 org_jline_jline-terminal-jansi: jline-terminal-jansi 3.15.0 org_objenesis_objenesis: objenesis 3.2 org_spongepowered_configurate-core: configurate-core 4.1.1 org_spongepowered_configurate-hocon: configurate-hocon 4.1.1 org_xerial_sqlite-jdbc: sqlite-jdbc 3.36.0 origins: Origins 1.1.0 origins-classes: Origins: Classes 1.2.2 owo: OwO 0.1.1 packet_tweaker: Packet Tweaker 0.2.0+1.17.1 patchouli: Patchouli 1.17-54-FABRIC pehkui: Pehkui 2.4.0+1.14.4-1.17.1 persistententities: persistent entities 0.0.4 pipe: Pipe 1.4.0 placeholder-api: Placeholder API 1.1.1+1.17.1 plantinajar: Plant In A Jar 2.2.2 playerabilitylib: Pal 1.3.0 polymer: Polymer 0.1.2+1.17.1 polymorph: Polymorph 0.0.14-1.17.1 prefab: Prefab 2.1.6 pugh_lib: Pugh Lib ${version} pugh_tools: Pugh Tools ${version} qcommon-cfg-core: qcommon-cfg-core 3.3.0 qcommon-croco: Croco 2.1.1 quarryplus: QuarryPlus 17.0.390 quickshulker: Quick Shulker 1.2.3-1.17 ratsmischief: Rat's Mischief 1.2.2 reach-entity-attributes: Reach Entity Attributes 2.1.1 reborncore: Reborn Core 5.0.8-beta+build.111 redbits: Red Bits 1.10.1 repurposed_structures: Repurposed Structures 2.3.5+1.17.1 resourceful_tools: Resourceful Tools 1.1.20 respawnablepets: Respawnable Pets 1.17-3 rhino: Rhino 1605.1.4-build.59 roughlyenoughitems: Roughly Enough Items 6.0.279-alpha rpgstats: RPGStats 4.2.1+1.17.1 rswires: RSWires 4.11.2 rug: Rug 1.17.1-1.1.13 schmucks: Schmucks 1.4.0 secretrooms: Secret Rooms 1.0.0+1.17 seedy-behavior: Seedy Behavior 1.0.2+1.17.1 server_translations_api: Server Translations API 1.4.5+1.17 servertick: Server Tick 1.5 sgui: SGui 1.0.0-rc4+1.17.1 shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17 shulkerutils: shulkerutils 1.0.4-1.17 simplegrinder: Simple Grinder 17.0.1-Fabric simpletransport: SimpleTransport 1.0.0-1.17.1 someforgepatchesported: Some Forge Patches Ported 1.0.1 somnus: Somnus API 0.0.14-1.17.1 soulbound: Soulbound 2.0.0 spark: spark 1.6.1 spawnprotectiontweaks: SpawnProtectionTweaks 0.3+1.17.1 stacc: Stacc 1.2.3 staffofbuilding: Staff of Building 1.3.2-1.17 starlight: Starlight 1.0.0+fabric.73f6d37 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.3 storagecabinet: Storage Cabinet 1.4.1 structure-helpers: Structure Helpers 3.2.0 structurized: Structurized 1.3.0 styledchat: Styled Chat 1.1.0 tabtps-fabric: TabTPS 1.3.10 team_reborn_energy: Energy 2.0.0-beta1 techreborn: Tech Reborn 5.0.8-beta+build.111 tellme: TellMe 0.9.0 terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2 terralith: Terralith for Fabric 1.6.1 the_aether: The Aether 1.17.1-1.5.0 things: Things 0.2.5 toms_storage: Tom's Simple Storage Mod 1.1.18 torcherino: Torcherino 15.0.0 transportables: Transportables 1.0.6 trinkets: Trinkets 3.0.4 truerooms: True Secret Rooms 1.1.5 unforgivingvoid: Unforgiving Void 3.1.0+1.17.1 universal-graves: Universal Graves 1.1.0+1.17.1 upgradedshulkers: Upgraded Shulkers 1.0.2-1.17 valley: ValleyCraft 1.3.2 vanish: vanish 1.2.6 veinmining: Vein Mining 0.0.10-1.17 villagerfix: Villager Trade Fix 1.0.0 voidtotem: Void Totem (Fabric) 1.17.0-1.0.0 voidz: VoidZ 1.0.5 wands: Building Wands 2.2.5_mc1.17.1 ward_blocks: Ward Blocks 1.1.8 waystones: Waystones 2.1.2 whereisit: Where Is It 1.13.7 winged: Winged Mod 1.17.1-3.0.0 wirelessnetworks: Wireless Networks 1.1.2 wthit: wthit 3.9.3 xaerominimap: Xaero's Minimap 21.17.2 xaeroworldmap: Xaero's World Map 1.17.1 xlpackets: XLPackets 2.0-1.17 yungsapi: YUNG's API 1.17-Fabric-19 Player Count: 2 / 15; [class_3222['SebasTheNinja'/6750, l='ServerLevel[world]', x=-382.90, y=67.00, z=244.86], class_3222['RojinUK'/8561, l='ServerLevel[world]', x=-414.30, y=68.50, z=1301.11]] Data Packs: vanilla, Fabric Mods, secretrooms:server_pack, file/Repurposed_Structures-Charm.zip, file/RugData (incompatible), file/doom, file/eldritch_mobs, file/givemehats, file/nophantom Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt) Suspected Mods: Fabric Loader (fabricloader), Repurposed Structures (repurposed_structures)