Created
December 28, 2021 08:17
-
-
Save DatrixTHLK/52334dc39158ec03e01927e875f1be37 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// I let you down. Sorry :( | |
Time: 12/27/21, 5:45 PM | |
Description: Initializing game | |
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'battletowers'! | |
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) | |
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) | |
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) | |
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) | |
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) | |
at fudge.notenoughcrashes.fabric.mixinhandlers.ModLoaders.fabricEntrypoints(ModLoaders.java:9) | |
at net.minecraft.class_310.redirect$emo000$catchFabricInit(class_310.java:20554) | |
at net.minecraft.class_310.<init>(class_310.java:457) | |
at net.minecraft.client.main.Main.main(Main.java:179) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.base/java.lang.reflect.Method.invoke(Method.java:567) | |
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608) | |
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) | |
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.base/java.lang.reflect.Method.invoke(Method.java:567) | |
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) | |
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) | |
at org.multimc.EntryPoint.listen(EntryPoint.java:143) | |
at org.multimc.EntryPoint.main(EntryPoint.java:34) | |
Caused by: java.lang.NoClassDefFoundError: robosky/structurehelpers/structure/processor/WeightedChanceProcessor | |
at draylar.battletowers.api.Towers.collectProcessors(Towers.java:74) | |
at draylar.battletowers.api.Towers.register(Towers.java:43) | |
at draylar.battletowers.api.tower.Tower.register(Tower.java:55) | |
at draylar.staticcontent.StaticContent.load(StaticContent.java:41) | |
at draylar.battletowers.registry.BattleTowerWorld.init(BattleTowerWorld.java:53) | |
at draylar.battletowers.BattleTowers.onInitialize(BattleTowers.java:31) | |
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) | |
... 21 more | |
Caused by: java.lang.ClassNotFoundException: robosky.structurehelpers.structure.processor.WeightedChanceProcessor | |
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636) | |
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182) | |
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) | |
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:158) | |
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) | |
... 28 more | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Render thread | |
Stacktrace: | |
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) | |
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) | |
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) | |
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) | |
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) | |
-- Initialization -- | |
Details: | |
Stacktrace: | |
at fudge.notenoughcrashes.mixinhandlers.EntryPointCatcher.handleEntryPointError(EntryPointCatcher.java:28) | |
at net.minecraft.class_310.redirect$emo000$catchFabricInit(class_310.java:20556) | |
at net.minecraft.class_310.<init>(class_310.java:457) | |
at net.minecraft.client.main.Main.main(Main.java:179) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.base/java.lang.reflect.Method.invoke(Method.java:567) | |
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608) | |
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) | |
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.base/java.lang.reflect.Method.invoke(Method.java:567) | |
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) | |
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) | |
at org.multimc.EntryPoint.listen(EntryPoint.java:143) | |
at org.multimc.EntryPoint.main(EntryPoint.java:34) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.17.1 | |
Minecraft Version ID: 1.17.1 | |
Operating System: Linux (amd64) version 5.13.0-22-generic | |
Java Version: 16, Oracle Corporation | |
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation | |
Memory: 1621268136 bytes (1546 MiB) / 2285895680 bytes (2180 MiB) up to 8589934592 bytes (8192 MiB) | |
CPUs: 8 | |
Processor Vendor: GenuineIntel | |
Processor Name: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz | |
Identifier: Intel64 Family 6 Model 140 Stepping 1 | |
Microarchitecture: Tiger Lake | |
Frequency (GHz): 2.80 | |
Number of physical packages: 1 | |
Number of physical CPUs: 4 | |
Number of logical CPUs: 8 | |
Graphics card #0 name: TigerLake-LP GT2 [Iris Xe Graphics] | |
Graphics card #0 vendor: Intel Corporation (0x8086) | |
Graphics card #0 VRAM (MB): 256.00 | |
Graphics card #0 deviceId: 0x9a49 | |
Graphics card #0 versionInfo: unknown | |
Virtual memory max (MB): 9938.70 | |
Virtual memory used (MB): 8785.61 | |
Swap memory total (MB): 2048.00 | |
Swap memory used (MB): 967.14 | |
JVM Flags: 2 total; -Xms512m -Xmx8192m | |
Fabric Mods: | |
adapaxels: AdaPaxels 1.2.2+1.17.1 | |
adorn: Adorn 2.3.1+1.17.1 | |
advanced_runtime_resource_pack: Runtime Resource Pack 0.4.3 | |
advancedcompass: Advanced Compass 1.2.6 | |
advancementinfo: AdvancementInfo 1.17.1-fabric0.36.1-1.3 | |
advancementplaques: Advancement Plaques 1.4.2 | |
advancements-enlarger: Advancements Enlarger 0.2.4 | |
ambientenvironment: Ambient Environment 6.0.22 | |
amecsapi: Amecs API 1.3.3+mc1.17.1 | |
animatica: Animatica 0.2+1.17 | |
antighost: AntiGhost 1.17.1-fabric0.36.1-1.1.4 | |
appleskin: AppleSkin mc1.17.1-2.2.0 | |
architectury: Architectury 2.8.66 | |
autopath: Automatic Path 1.4.6 | |
battletowers: Battle Towers 3.4.1-1.17.1 | |
bedbenefitsfabric: Bed Benefits 1.17.1-0.1.1 | |
betterbeds: Better Beds 1.2.0 | |
betterf3: BetterF3 1.1.5 | |
bettermounthud: Better Mount HUD 1.1.2 | |
betterrecipebook: Better Recipe Book 1.5.4 | |
block_of: Block Of... 1.0.2 | |
blockus: Blockus 2.2.10+1.17.1 | |
blue_endless_jankson: jankson 1.2.1 | |
blur: Blur (Fabric) 2.4.0 | |
bno: Basic Nether Ores 1.17.1-6.0.1-Fabric | |
bsvsb: Better Sodium Video Settings Button 2.0.4 | |
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.5.0 | |
cardinal-components-base: Cardinal Components API (base) 3.1.1 | |
cardinal-components-block: Cardinal Components API (blocks) 3.1.1 | |
cardinal-components-entity: Cardinal Components API (entities) 3.1.1 | |
cardinal-components-item: Cardinal Components API (items) 3.1.1 | |
chisel: Chisel 1.2.0 | |
chunky: Chunky 1.2.147 | |
citresewn: CITResewn 0.8.1 | |
cleardespawn: Clear Despawn 1.1.4 | |
cloth-api: Cloth API 2.0.54 | |
cloth-basic-math: cloth-basic-math 0.6.0 | |
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.1.40 | |
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54 | |
cloth-scissors-api-v1: Cloth Scissors API v1 2.0.54 | |
cloth-utils-v1: Cloth Utils v1 2.0.54 | |
clumps: Clumps 7.0.10 | |
coat: Coat 1.0.0-beta.14 | |
collective-fabric: Collective (Fabric) 3.11 | |
com_electronwill_night-config_core: core 3.6.3 | |
com_electronwill_night-config_toml: toml 3.6.3 | |
com_eliotlash_mclib_mclib: mclib 18 | |
com_eliotlash_molang_molang: molang 18 | |
com_github_javafactorydev_lightningstorage: LightningStorage 3.1.8 | |
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.2.0 | |
confabricate: confabricate 2.2.0-SNAPSHOT+4.1.1 | |
consistency_plus: Consistency Plus 0.4.3+1.17 | |
continuity: Continuity 1.0.2+1.17 | |
croptopia: Croptopia 1.7.0 | |
crowdin-translate: CrowdinTranslate 1.3+1.17 | |
cullleaves: Cull Leaves 2.3.2 | |
customportalapi: Custom Portal Api 0.0.1-beta46-1.17 | |
dark-loading-screen: Dark Loading Screen 1.6.11 | |
dashloader: DashLoader 3.0-beta4 | |
dawn: Dawn API 2.0.6 | |
deepslatecutting: Deepslate Cutting 1.2.2 | |
denseores: Dense Ores: Refabricated 1.1+1.17 | |
dev_quantumfusion_dashloader_dashloader-core: dashloader-core 1.0 | |
dev_quantumfusion_hyphen: hyphen 0.1 | |
diggusmaximus: Diggus Maximus 1.5.1-1.17 | |
disable_custom_worlds_advice: Disable Custom Worlds Advice 1.4 | |
drippyloadingscreen: Drippy Loading Screen 1.3.1 | |
dynamicfps: Dynamic FPS 2.0.6 | |
eatinganimationid: Eating Animation 1.2 | |
enchantinginfuser: Enchanting Infuser 2.0.0 | |
enhanced_quarries: Enhanced Quarries 1.2.0_RC8 | |
enhancedblockentities: Enhanced Block Entities 0.5+1.17 | |
enhancedcelestials: Enhanced Celestials 2.0.6 | |
entityculling: EntityCulling-Fabric 1.3.3 | |
enum-extender-3000: Enum Extender 3000 1.0.0 | |
explorerscompass: Explorer's Compass 1.17.1-2.0.2-fabric | |
fab: Foodables 1.1.0 | |
fabric: Fabric API 0.45.0+1.17 | |
fabric-api-base: Fabric API Base 0.4.0+cf39a74318 | |
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.0+e821752d18 | |
fabric-biome-api-v1: Fabric Biome API (v1) 3.2.2+cf39a74318 | |
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.6+cf39a74318 | |
fabric-command-api-v1: Fabric Command API (v1) 1.1.4+cf39a74318 | |
fabric-commands-v0: Fabric Commands (v0) 0.2.3+cf39a74318 | |
fabric-containers-v0: Fabric Containers (v0) 0.1.13+cf39a74318 | |
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.1+3447790d18 | |
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.6+cf39a74318 | |
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.13+cf39a74318 | |
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.1+377137cc18 | |
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.12+e99fbe1218 | |
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.4+cf39a74318 | |
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.8+cf39a74318 | |
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+6617390918 | |
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.2+cf39a74318 | |
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.6+2a2bb57318 | |
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.4+cf39a74318 | |
fabric-language-kotlin: Fabric Language Kotlin 1.7.0+kotlin.1.6.0 | |
fabric-language-scala: Fabric Language Scala 2.0.0+scala.3.0.2 | |
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.6+0392f3a618 | |
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.5+cf39a74318 | |
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+cf39a74318 | |
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.6+cf39a74318 | |
fabric-models-v0: Fabric Models (v0) 0.3.1+cf39a74318 | |
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.14+cf39a74318 | |
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.12+cf39a74318 | |
fabric-networking-v0: Fabric Networking (v0) 0.3.3+cf39a74318 | |
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+f907116918 | |
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.7+cf39a74318 | |
fabric-particles-v1: Fabric Particles (v1) 0.2.5+cf39a74318 | |
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.13+cf39a74318 | |
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.5+cf39a74318 | |
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.9+cf39a74318 | |
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.6+cf39a74318 | |
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.6+cf39a74318 | |
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.2.1+cf39a74318 | |
fabric-rendering-v0: Fabric Rendering (v0) 1.1.7+cf39a74318 | |
fabric-rendering-v1: Fabric Rendering (v1) 1.10.1+377137cc18 | |
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.10+f09604ce18 | |
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.5+cf39a74318 | |
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.9+cf39a74318 | |
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.15+cf39a74318 | |
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.3+cf39a74318 | |
fabric-textures-v0: Fabric Textures (v0) 1.0.7+cf39a74318 | |
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.2+cf39a74318 | |
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.4+cf39a74318 | |
fabrication: Fabrication 2.2.1 | |
fabricloader: Fabric Loader 0.12.12 | |
fallingleaves: Falling Leaves 1.7.4+1.17.1 | |
fastchest: FastChest 1.2+1.17 | |
fastfurnace: FastFurnace 1.17-3.0 | |
fastgrowth: FastGrowth 1.4 | |
ferritecore: FerriteCore 3.1.0 | |
fiber: fiber 0.23.0-2 | |
fluidphysics: Fluid Physics 1.6.0+fabric-1.17.1 | |
fluidtank: Fluid Tank 17.1.3-fabric | |
flytre-lib-base: Flytre Lib - Base Module 1.3.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.2 | |
flytre_lib: Flytre Lib 1.4.3 | |
forgeconfigapiport: Forge Config API Port 2.0.1 | |
fpsdisplay: FPS-fabric 1.0 | |
geckolib3: Geckolib 3.0.29 | |
goprone: GoProne 1.0 | |
health_levels: Health Levels 1.0.1 | |
helpwanted: Help Wanted 1.1.2 | |
here-be-no-dragons: Here be no Dragons! 1.0.0 | |
hlandbukkit_c2me-fabric_ver_1_17_libs_: libs 0.2.0+alpha.5.0 | |
horsestatsvanilla: Horse Stats Vanilla 4.1.8 | |
hydrogen: Hydrogen 0.3 | |
iceberg: Iceberg 1.0.27 | |
imm_ptl_core: Immersive Portals Core 0.36 | |
immersive_portals: Immersive Portals 0.36 | |
indium: Indium 1.0.1+mc1.17.1 | |
infinitory: Infinitory 1.2.2 | |
infinityfix: Infinity Fix 1.1.0 | |
io_airlift_aircompressor: aircompressor 0.21 | |
io_leangen_geantyref_geantyref: geantyref 1.3.11 | |
iris: Iris 1.1.3 | |
ironchests: Iron Chests for Fabric 1.4.5 | |
ironfurnaces: Iron Furnaces 1.17.1-2.7.1-fabric | |
itemmodelfix: Item Model Fix 1.0.3+1.17 | |
jankson: Jankson 3.0.1+j1.2.0 | |
java: OpenJDK 64-Bit Server VM 16 | |
kirin: Kirin UI 1.9.1 | |
konkrete: Konkrete 1.3.0 | |
krypton: Krypton 0.1.4 | |
kyrptconfig: Kytpt Config 1.1.10-1.17 | |
lambdabettergrass: LambdaBetterGrass 1.2.1+1.17 | |
lambdynlights: LambDynamicLights 2.0.2+1.17 | |
lazydfu: LazyDFU 0.1.2 | |
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.2.2+1.17.1 | |
libmultipart: LibMultiPart 0.6.0 | |
libnetworkstack: Lib Network Stack 0.5.0 | |
libninepatch: LibNinePatch 1.1.0 | |
libzoomer: LibZoomer 0.3.0+1.17.1 | |
lightoverlay: Light Overlay 6.0.1 | |
lithium: Lithium 0.7.5 | |
littletweaks: LittleTweaks 1.0.0 | |
magna: Magna 1.5.5-1.17-pre4 | |
materials: Michael's Materials [Fabric] 0.2.1 | |
maybe-data: Maybe data 1.0.1-1.17 | |
maybe-more-data: Maybe More Data 1.0.0-1.17.1 | |
medievalweapons: Medieval Weapons 1.1.7 | |
midnightlib: MidnightLib 0.3.0 | |
minecraft: Minecraft 1.17.1 | |
mineralchance-fabric: Mineral Chance (Fabric) 1.6 | |
mining_dims: Mining Dimensions 1.1.15 | |
mm: Manningham Mills 2.3 | |
modmenu: Mod Menu 2.0.14 | |
modsettings: ModSettings 1.0.0 | |
moremobdrops: More Mob Drops 1.0.0 | |
mores: Mores 1.0.0 | |
morevillagers-fabric: MoreVillagersFabric 2.1.1-SNAPSHOT | |
mousetweaks: Mouse Tweaks 2.15 | |
mousewheelie: Mouse Wheelie 1.8.0+mc1.17.1 | |
mythic-mounts: Mythic Mounts 1.17.1-3.0 | |
ninjaphenix_container_lib: NinjaPhenix's Container Library 1.2.5 | |
nofade: No Fade 1.17-2.0.0 | |
notenoughanimations: NotEnoughAnimations 1.4.0 | |
notenoughcrashes: Not Enough Crashes 4.1.2+1.17.1 | |
notes: Notes 1.0.8 | |
notify: Notify 1.3.0-rc2 | |
okzoomer: Ok Zoomer 5.0.0-beta.3+1.17.1 | |
omega-config: OmegaConfig 1.0.8 | |
ordinarytweaks: SomeOrdinaryTweaks 1.0.0 | |
org_anarres_jcpp: jcpp 1.4.14 | |
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1 | |
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.0 | |
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.0 | |
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.0 | |
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.0 | |
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2 | |
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2 | |
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1 | |
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1 | |
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1 | |
org_joml_joml: joml 1.10.2 | |
org_quiltmc_quilt-json5: quilt-json5 1.0.0 | |
org_scala-lang_scala-library: scala-library 2.13.6 | |
org_scala-lang_scala3-library_3: scala3-library_3 3.0.2 | |
org_slf4j_slf4j-api: slf4j-api 1.7.12 | |
org_spongepowered_configurate-core: configurate-core 4.1.1 | |
org_spongepowered_configurate-extra-dfu4: configurate-extra-dfu4 4.1.1 | |
org_spongepowered_configurate-gson: configurate-gson 4.1.1 | |
org_spongepowered_configurate-hocon: configurate-hocon 4.1.1 | |
oro_config: OroArmor Config 2.1.0 | |
phosphor: Phosphor 0.8.0 | |
pipe: Pipe 1.6.0 | |
pipeplus: PipePlus 0.3.2 | |
polymorph: Polymorph 0.0.15-1.17.1 | |
presencefootsteps: Presence Footsteps r34-1.17-rc1 | |
pride: Pride Lib 1.0.0+21w03a | |
puzzleslib: Puzzles Lib 2.0.2 | |
q_misc_util: A Miscellaneous Utility Library from qouteall 0.36 | |
quarrymod: Industial Quarry Mod 0.5.2 | |
reach-entity-attributes: Reach Entity Attributes 2.1.1 | |
reborncore: Reborn Core 5.0.11-beta | |
reeses-sodium-options: Reese's Sodium Options 1.2.3 | |
reinfbarrel: Reinforced Barrels 1.0.4+1.17 | |
reinfchest: Reinforced Chests 1.0.4+1.17 | |
reinfcore: Reinforced Core 1.1.1+1.17 | |
reinfshulker: Reinforced Shulker Boxes 1.1.3+1.17 | |
resagri: Resourceful Agriculture 1.2 | |
roughlyenoughitems: Roughly Enough Items 6.2.351 | |
rpgz: RPGZ 0.4.10 | |
rupee: Rupees 1.2.0 | |
satin: Satin 1.6.4 | |
scorch: Scorch 1.2.0 | |
seedy-behavior: Seedy Behavior 1.0.2+1.17.1 | |
semitranslucency: Semi Translucency 1.0-fabric | |
shulkerboxtooltip: Shulker Box Tooltip 3.0.4+1.17.1 | |
simple_backpack: SimpleBackpack 1.1.20 | |
simple_pipes: SimplePipeTest 0.6.2 | |
simple_pipes_dep_container: SimplePipeTest (Dependency Container) 0.6.2 | |
skeletonfix: Skeleton Aiming Fix 1.1.0+1.17 | |
skinlayers: 3d Skin Layers 1.3.1 | |
smoothblocks: Smooth Blocks 1.2.5 | |
smoothboot: Smooth Boot 1.16.5-1.6.0 | |
smoothscrollingeverywhere: Smooth Scrolling Everywhere 3.0.3-unstable | |
sodium: Sodium 0.3.3+build.8 | |
sodium-extra: Sodium Extra 0.3.6 | |
sound_physics_remastered: Sound Physics Remastered 1.17.1-1.0.2 | |
spatialharvesters: Spatial Harvesters 0.11.12c | |
spirit: Spirit 1.1.0 | |
spruceui: SpruceUI 3.3.0+1.17 | |
static-content: Static Content 1.0.2-1.16.2 | |
staticdata: Static Data 1.1.2 | |
stockpile: Stockpile 1.1.5+1.17.1 | |
stonecutter_recipe_tags: Stonecutter Recipe Tags 2.0.0 | |
team_reborn_energy: Energy 2.0.0-beta1 | |
techreborn: Tech Reborn 5.0.11-beta | |
terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.4 | |
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2 | |
terralith: Terralith for Fabric 1.6.1 | |
toolstats: Tool Stats 2.0.1 | |
tooltipfix: ToolTip Fix 1.0.4-1.17.1 | |
torohealth: ToroHealth Damage Indicators 1.17.1-fabric-12 | |
tweed: Tweed API 3.0.0-beta.22 | |
tweed4_annotated: tweed4_annotated 1.2.0 | |
tweed4_base: tweed4_base 1.3.1 | |
tweed4_data: tweed4_data 1.2.0 | |
tweed4_data_hjson: tweed4_data_hjson 1.1.0 | |
tweed4_tailor_coat: tweed4_tailor_coat 1.0.1 | |
tweed4_tailor_screen: tweed4_tailor_screen 1.0.1 | |
universal_ores: Universal Ores 1.0 | |
vanilla-hammers: Vanilla Hammers 3.1.2-1.17 | |
wandering_collector: Wandering Collector 1.0.2+mc1.17 | |
waveycapes: WaveyCapes 1.0.4 | |
waystones: Waystones 2.2.2 | |
wmitaf: WMITAF 1.1.4 | |
wthit: wthit 3.11.2 | |
xaerominimap: Xaero's Minimap 21.22.6 | |
xaeroworldmap: Xaero's World Map 1.18.8 | |
Launched Version: 1.17.1 | |
Backend library: LWJGL version 3.2.2 build 10 | |
Backend API: NO CONTEXT | |
Window size: <not initialized> | |
GL Caps: Using framebuffer using OpenGL 3.2 | |
GL debug messages: <disabled> | |
Using VBOs: Yes | |
Is Modded: Definitely; Client brand changed to 'fabric' | |
Type: Client (map_client.txt) | |
CPU: <unknown> | |
Suspected Mods: Minecraft (minecraft), Battle Towers (battletowers), Fabric Loader (fabricloader), Static Content (static-content), Not Enough Crashes (notenoughcrashes) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment