Last active
September 29, 2021 09:35
-
-
Save maicol07/7b30ea801fd6f667a3b8552c0c0719e8 to your computer and use it in GitHub Desktop.
Crash report (Extra generators + Iris)
This file contains hidden or 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 ---- | |
// You should try our sister game, Minceraft! | |
Time: 9/29/21, 11:14 AM | |
Description: Initializing game | |
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'extragenerators'! | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33) | |
at net.minecraft.class_310.redirect$zhb000$catchFabricInit(class_310.java:5564) | |
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.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | |
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208) | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) | |
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) | |
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162) | |
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154) | |
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) | |
at io.github.lucaargolo.extragenerators.common.blockentity.BlockEntityCompendium.<clinit>(BlockEntityCompendium.kt:16) | |
at io.github.lucaargolo.extragenerators.ExtraGenerators.onInitialize(ExtraGenerators.kt:34) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47) | |
... 12 more | |
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [megane-extra-generators.mixins.json:ItemInvHolder] from phase [DEFAULT] in config [megane-extra-generators.mixins.json] FAILED during APPLY | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:594) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356) | |
... 21 more | |
Caused by: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException: No candidates were found matching itemInv:Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; in io/github/lucaargolo/extragenerators/common/blockentity/ItemGeneratorBlockEntity for megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; [INJECT Applicator Phase -> megane-extra-generators.mixins.json:ItemInvHolder -> Apply Accessors -> -> Locate -> megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv;] | |
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.61) | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.findTarget(AccessorInfo.java:518) | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.findTargetField(AccessorInfo.java:501) | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.locate(AccessorInfo.java:475) | |
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.generateAccessors(MixinTargetContext.java:1318) | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyAccessors(MixinApplicatorStandard.java:1051) | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) | |
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208) | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) | |
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) | |
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162) | |
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) | |
at io.github.lucaargolo.extragenerators.common.blockentity.BlockEntityCompendium.<clinit>(BlockEntityCompendium.kt:16) | |
at io.github.lucaargolo.extragenerators.ExtraGenerators.onInitialize(ExtraGenerators.kt:34) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33) | |
at net.minecraft.client.MinecraftClient.redirect$zhb000$catchFabricInit(MinecraftClient:5564) | |
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient:457) | |
at net.minecraft.client.main.Main.main(Main:179) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:567) | |
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Render thread | |
Stacktrace: | |
at net.minecraft.class_128.handler$hfp000$fillPatchouliContext(class_128.java:1521) | |
-- Patchouli Book Info -- | |
Details: | |
Patchouli open book context: n/a | |
Stacktrace: | |
at net.minecraft.class_128.handler$hfp000$fillPatchouliContext(class_128.java:1521) | |
at net.minecraft.class_128.<init>(class_128.java:37) | |
at net.minecraft.class_128.method_560(class_128.java:267) | |
at fudge.notenoughcrashes.mixinhandlers.EntryPointCatcher.handleEntryPointError(EntryPointCatcher.java:37) | |
at net.minecraft.class_310.redirect$zhb000$catchFabricInit(class_310.java:5566) | |
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.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | |
-- Initialization -- | |
Details: | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.17.1 | |
Minecraft Version ID: 1.17.1 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 16.0.1, Microsoft | |
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft | |
Memory: 303010032 bytes (288 MiB) / 1610612736 bytes (1536 MiB) up to 12884901888 bytes (12288 MiB) | |
CPUs: 16 | |
Processor Vendor: GenuineIntel | |
Processor Name: Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz | |
Identifier: Intel64 Family 6 Model 165 Stepping 2 | |
Microarchitecture: unknown | |
Frequency (GHz): 2.30 | |
Number of physical packages: 1 | |
Number of physical CPUs: 8 | |
Number of logical CPUs: 16 | |
Graphics card #0 name: NVIDIA GeForce RTX 2070 Super | |
Graphics card #0 vendor: NVIDIA (0x10de) | |
Graphics card #0 VRAM (MB): 4095.00 | |
Graphics card #0 deviceId: 0x1e91 | |
Graphics card #0 versionInfo: DriverVersion=30.0.14.7212 | |
Graphics card #1 name: Intel(R) UHD Graphics | |
Graphics card #1 vendor: Intel Corporation (0x8086) | |
Graphics card #1 VRAM (MB): 1024.00 | |
Graphics card #1 deviceId: 0x9bc4 | |
Graphics card #1 versionInfo: DriverVersion=26.20.100.7985 | |
Memory slot #0 capacity (MB): 16384.00 | |
Memory slot #0 clockSpeed (GHz): 3.20 | |
Memory slot #0 type: DDR4 | |
Memory slot #1 capacity (MB): 16384.00 | |
Memory slot #1 clockSpeed (GHz): 3.20 | |
Memory slot #1 type: DDR4 | |
Virtual memory max (MB): 38314.79 | |
Virtual memory used (MB): 29025.86 | |
Swap memory total (MB): 5762.58 | |
Swap memory used (MB): 214.84 | |
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m | |
Fabric Mods: | |
adapaxels: AdaPaxels 1.2.1+1.17.1 | |
addendum: Addendum 1.0.2 | |
additionaladditions: Additional Additions 2.1.3 | |
additionalbars: Additional Bars 2.1.1 | |
adorn: Adorn 2.1.3+1.17.1 | |
advanced_runtime_resource_pack: Runtime Resource Pack 0.4.3 | |
advancementplaques: Advancement Plaques 1.3.1 | |
advancements-enlarger: Advancements Enlarger 0.2.4 | |
advdebug: Advancements Debug 2.3.0 | |
adventurez: AdventureZ 1.2.10 | |
alaskanativecraft: Alaska Native Craft 1.3.1 | |
ambientenvironment: Ambient Environment fabric-1.17-rc2-6.0.0.11 | |
amecsapi: Amecs API 1.1.4+mc21w16a | |
animal_feeding_trough: Animal Feeding Trough 1.0.2 | |
appleskin: AppleSkin mc1.17-2.1.3 | |
aqupd: Caracal mob 1.17-1.2.2 | |
aqupdgrizzly: Grizzly Bear mob 1.1.1 | |
arcanus: Arcanus 1.11 | |
architects_palette: Architect's Palette Fabric 1.2 | |
architectury: Architectury 2.2.21 | |
artifality: Artifality 0.3.3 | |
artofalchemy: Art of Alchemy: Memoriam 1.2.0+1.17.1 | |
assembly: Assembly 21w06a-1.0.0 | |
atbyw: All The Blocks You Want (ATBYW) 1.5.2 | |
attributefix: Attribute Fix {FABRIC} 1.0.2 | |
audiooutput: AudioOutput 0.0.4 | |
authme: Auth Me 1.5.0 | |
autoconfig1u: Auto Config v1 Updated 3.3.1 | |
balm-fabric: Balm 1.3.0+0 | |
barrenisles: Barren Isles fabric-1.17-1.0.6 | |
battletowers: Battle Towers 3.4.0-1.17.1 | |
bclib: BCLib 0.2.3 | |
beaconoverhaul: Beacon Overhaul 1.4.1+1.17 | |
bebooks: Better Enchanted Books 1.2.11 | |
bedspreads: Bedspreads 1.4.0-1.17 | |
beenfo: Beenfo 1.17.1-fabric0.36.1-1.3.2 | |
bendy-lib: Bendy api 2.0.2 | |
better_wandering_trader: Better Wandering Trader 1.7.0 | |
better_withered_mobs: Better Withered Mobs 1.6.1 | |
betterbiomeblend: Better Biome Blend 1.17.0-1.2.9-fabric | |
betterdungeons: YUNG's Better Dungeons 1.17-1.0 | |
betterend: Better End 0.10.5-pre | |
betterf3: BetterF3 1.1.5 | |
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.0 | |
bettermounthud: Better Mount HUD 1.1.2 | |
betternether: Better Nether 5.1.3 | |
bettersodiumvideosettingsbutton: Better Sodium Video Settings Button 2.0.2 | |
bewitchment: Bewitchment 1.17-3 | |
bigbeacons: Big Beacons 1.2.3 | |
blast: BLAST 1.7 | |
blockus: Blockus 2.2.7+1.17.1 | |
blue_endless_jankson: jankson 1.2.1 | |
blur: Blur (Fabric) 2.1.0 | |
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.2-1.17 | |
bountiful: Bountiful 1.0.0 | |
bowinfinityfix: Bow Infinity Fix rv10 | |
breakprogress: Break Progress 1.0.1 | |
btweaks: Benchmark Tweaks 1.1.0 | |
caelus: Caelus API 0.0.17-1.17 | |
can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.1.0 | |
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.47 | |
carpet-extra: Carpet Extra 1.4.43 | |
carpet-fixes: Carpet Fixes 1.17.1-1.1.0+v210919 | |
carpet-tis-addition: Carpet TIS Addition 1.22.0+build.678 | |
carrier: Carrier 1.8.0 | |
cavebiomes: Cave Biomes 0.6.3 | |
charm: Charm 3.3.2 | |
charmonium: Charmonium 3.3.0 | |
cherishedworlds: Cherished Worlds 2.0.1-1.17.1 | |
chesttracker: Chest Tracker 1.0.18 | |
chipped: Chipped 1.1.1 | |
chord: Chord 1.8.0+1.17-rc1-fabric | |
chunkpregen: Fabric Chunk Pregenerator 0.3.3 | |
cleancut: CleanCut 1.17-4.0-fabric | |
cleanview: CleanView 1.17.1-v1-fabric | |
cleardespawn: Clear Despawn 1.17.1-fabric0.36.1-1.1.1 | |
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-scissors-api-v1: Cloth Scissors API v1 2.0.54 | |
cloth-utils-v1: Cloth Utils v1 2.0.54 | |
clumps: Clumps fabric-1.17-7.0.0.2 | |
coat: Coat 1.0.0-beta.9 | |
colorutility: ColorUtility 2.0.1 | |
columns: Columns 1.2.0 | |
com_electronwill_night-config_core: core 3.6.3 | |
com_electronwill_night-config_toml: toml 3.6.3 | |
com_focamacho_sealconfig: sealconfig 1.2.2 | |
com_moandjiezana_toml_toml4j: toml4j 0.7.2 | |
comforts: Comforts 0.0.4-1.17 | |
compactstatuseffects: Compact Status Effects 2.0.1 | |
companion_bats: Companion Bats 1.17.3 | |
completeconfig: CompleteConfig 1.1.0 | |
compressed: Compressed Mod 1.3.3 | |
concreteconversion: Concrete Conversion 6.0.0.1 | |
conjuring: Conjuring 1.0.5 | |
connectiblechains: Connectible Chains 1.2.2 | |
controlling: Controlling For Fabric 1.1.2 | |
cosmetic-armor: Cosmetic Armor 1.1.0 | |
couplings: Couplings 1.5.0+1.17 | |
craftingtweaks: Crafting Tweaks 13.0.0+0 | |
croptopia: Croptopia 1.6.3 | |
croptosis: Croptosis 1.1.3 | |
crowdin-translate: CrowdinTranslate 1.3+1.17 | |
crusade: Crusade 1.2.4 | |
cullleaves: Cull Leaves 2.3.0 | |
customstars: Custom Stars 0.5 | |
dankstorage: Dank Storage 2.1-1.17.1 | |
dark-enchanting: Dark Enchanting 0.4.1-1.17.1 | |
darkpaintings: Dark Paintings 3.0.6 | |
dawn: Dawn API 2.0.6 | |
de_javagl_obj: obj 0.3.0 | |
deepslatecutting: Deepslate Cutting 1.2.2 | |
defaultsettings: DefaultSettings 3.0.3 | |
detailab: Detail Armor Bar 2.6.1+1.17.1-fabric | |
diggusmaximus: Diggus Maximus 1.4.5-1.17 | |
disable_custom_worlds_advice: Disable Custom Worlds Advice 1.3 | |
dml-refabricated: Deep Mob Learning: Refabricated 0.4.2-beta | |
dml-refabricated-base: DML: Refabricated - Base 0.4.2-beta | |
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.2-beta | |
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.2-beta | |
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.2-beta | |
dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.3 | |
dracomelette: Dracomelette 1.17-2 | |
dragonloot: DragonLoot 1.0.8 | |
dual_riders: DualRiders 1.0.5 | |
ducts: Ducts 1.1.4 | |
dungeons_arise: When Dungeons Arise 2.1.47-fabric | |
dynamicfps: Dynamic FPS 2.0.4 | |
editsign: EditSign 2.2.1 | |
eer: Erroring Entity Remover 1.0.1+1.17.1 | |
eggtab: Egg Tab 2.1.0+1.16-fabric | |
eldritch_mobs: Eldritch Mobs 1.9.1 | |
elytratrinket: Elytra Trinket 2.0.1-1.17 | |
emagnet: E Magnet 1.2.3 | |
emotecraft: Emotecraft 2.0.8 | |
enchantment_lore: EnchantmentLore 1.2.1+MC1.17.1 | |
enchantmentdescriptions: Enchantment Descriptions 3.0.12 | |
enhanced_mushrooms: Enhanced Mushrooms 1.0.5 | |
entityculling: EntityCulling-Fabric 1.3.3 | |
exotic-art-core: Exotic Art Core Content Pack 1.0.408 | |
exotic-art-tech: Exotic Art Tech Pack 1.2.408 | |
exotic-matter: Exotic Matter 2.12.408 | |
expandedstorage: Expanded Storage 7.0.0-alpha.33 | |
extraalchemy: Extra Alchemy 1.6.1 | |
extragenerators: Extra Generators 1.1-BETA+1.17 | |
ezpas: Ezpas 1.2.1 | |
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-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b446318 | |
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-furnaces: Fabric Furnaces 2.0.1-1.17 | |
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+a02b44633d | |
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118 | |
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+cbda931818 | |
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e18 | |
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+a02b44633d | |
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-models-v0: Fabric Models (v0) 0.3.0+a02b446318 | |
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+cbda931818 | |
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-renderer-api-v1: Fabric Renderer API (v1) 0.4.4+cbda931818 | |
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+cbda931818 | |
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.3+4658223018 | |
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446313 | |
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018 | |
fabric-rendering-v0: Fabric Rendering (v0) 1.1.4+4658223018 | |
fabric-rendering-v1: Fabric Rendering (v1) 1.8.2+ffb6d41e18 | |
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18 | |
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+198a96213d | |
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-textures-v0: Fabric Textures (v0) 1.0.6+a02b446318 | |
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d | |
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.3.1+4658223018 | |
fabric-tree-chopper: Fabric Tree Chopper 0.7.2 | |
fabricenchantments: Fabric Enchantments 0.3.2 | |
fabricloader: Fabric Loader 0.11.6 | |
fabrishot: Fabrishot 1.5.1 | |
facility: Facility 0.12.224 | |
fake-player-api: Fake Player API 0.2.0 | |
fallflyinglib: FallFlyingLib 3.0.0-beta.2 | |
fallingleaves: Falling Leaves 1.7.3+1.17.1 | |
fallingtree: FallingTree 2.12.1 | |
farmersdelight: Farmer's Delight 1.17.1-0.1.2 | |
fastchest: FastChest 1.2+1.17 | |
fastfurnace: FastFurnace 1.17-3.0 | |
fasttransferlib: Fast Transfer Lib 0.5.6 | |
fermion: Fermion 2.11.244 | |
fermion-gui: Fermion GUI 2.6.244 | |
fermion-modkeys: Fermion Modifier Keys 1.10.244 | |
fermion-orientation: Fermion Orientation 1.2.244 | |
fermion-varia: Fermion Varia 2.6.244 | |
ferritecore: FerriteCore 3.0.1 | |
fertilization: Fertilization 6.0.0+0 | |
fiber: fiber 0.23.0-2 | |
fiber2cloth: Fiber To Cloth 3.2.0 | |
flonters: Flonters 1.2.1+1.17.1 | |
fluidity: Fluidity 0.16.218 | |
flytre_lib: FlytreLib 0.2.21 | |
fonthack: Font Hack 2.4.65 | |
fruitful: Fruitful 1.0.1 | |
gateofbabylon: Gate Of Babylon 1.5.0-1.17 | |
gbfabrictools: GBfabrictools 1.3.4+1.17 | |
gearreborn: Gear Reborn 1.17-0.1.7 | |
geckolib3: Geckolib 3.0.8 | |
givemehats: Give Me Hats! 1.6 | |
glassdoor: Glass Doors 1.5.0-1.16 | |
glassential: Glassential 1.17-1.2.0 | |
go-fish: Go Fish 1.3.0-beta-1.17.1 | |
gobber2: Gobber2 2.4.49 | |
golemsgalore: Golems Galore 1.0.2+mc.1.17 | |
goml: Get Off My Lawn 1.4.0-beta | |
graveyard: The Graveyard 1.0 | |
guardiansgalore: GuardiansGalore 1.17.1-2.1 | |
hardcorequesting: Hardcore Questing Mode 1.17.1-5.6.2 | |
harvest_scythes: Harvest Scythes 2.0.5 | |
hctm-base: HCTM Base 3.6.1 | |
healthoverlay: Health Overlay 4.0.2 | |
heartbond: Heartbond 1.1.0 | |
hologram-api: Hologram API 0.2.1+1.17.1 | |
hookshot: Hookshot 20.0 | |
iknowwhatimdoing: I Know What I'm Doing 3.1.0 | |
impaled: Impaled 1.0.1 | |
impersonate: Impersonate 2.3.2 | |
improved-stations: Improved Stations 2.0.7 | |
incantationem: Incantationem 1.1 | |
indrev: Industrial Revolution 1.10.0-alpha.12 | |
indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0+1.17.1 | |
inmis: Inmis 2.3.1-1.17 | |
inventoryhud: Inventory HUD + 3.3.2 | |
iris: Iris 1.1.2+build.9 | |
ironbundles: Iron Bundles 1.0.2+1.17 | |
jankson: Jankson 3.0.1+j1.2.0 | |
java: OpenJDK 64-Bit Server VM 16 | |
jumpoverfences: JumpOverFences 1.16-0.0.3 | |
kambrik: Kambrik 1.1.0 | |
kibe: Kibe 1.8-BETA+1.17 | |
kirin: Kirin UI 1.8.7-1.17 | |
kjsextras: KubeJS Extras 1.3.2 | |
ktdatataglib: KtDataTagLib 1.5.4 | |
kubejs: KubeJS 1605.3.10-build.9999 | |
kyrptconfig: Kytpt Config 1.1.10-1.17 | |
lacrimis: Lacrimis 2.1.3+1.17.1 | |
lakeside: Lakeside 1.1.0+1.17 | |
lapisreserve: Lapis Reserve 1.0.8 | |
lazydfu: LazyDFU 0.1.2 | |
libaddict: libaddict 0.3.0 | |
libblockattributes: LibBlockAttributes 0.9.0 | |
libblockattributes_core: LibBlockAttributes (Core) 0.9.0 | |
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0 | |
libblockattributes_items: LibBlockAttributes (Items) 0.9.0 | |
libcd: LibCapableData 3.0.3+1.16.3 | |
libgui: LibGui 4.1.7+1.17.1 | |
libjf: LibJF 1.0.2 | |
libninepatch: LibNinePatch 1.1.0 | |
libzoomer: LibZoomer 0.2.1+1.17 | |
lifts: Lifts 1.2-BETA+1.17 | |
lovely_snails: Lovely Snails 1.0.2+1.17 | |
maelstrom_library: Maelstrom Library 1.2.1-1.17 | |
magicfungi: Magic Fungi 0.4.1-BETA+1.17.1 | |
magna: Magna 1.5.5-1.17-pre4 | |
mavm: More Axolotl Variants Mod 1.0.2b | |
maybe-data: Maybe data 1.0.1-1.17 | |
maybe-more-data: Maybe More Data 1.0.0-1.17.1 | |
me_hypherionmc_simple-rpc-lib: simple-rpc-lib 2.1.5 | |
megane: megane 5.1.1 | |
megane-base: megane-base 5.1.1 | |
megane-extra-generators: megane-extra-generators 5.1.1+1.0.5-BETA-1.17 | |
megane-fast-transfer-lib: megane-fast-transfer-lib 5.1.1+0.4.2 | |
megane-industrial-revolution: megane-industrial-revolution 5.1.1+1.10.0-alpha.4 | |
megane-kibe: megane-kibe 5.1.1+1.7.2-BETA-1.17 | |
megane-lib-block-attributes: megane-lib-block-attributes 5.1.1+0.9.0 | |
megane-modern-industrialization: megane-modern-industrialization 5.1.1+0.5.2-alpha.02 | |
megane-runtime: megane-runtime 5.1.1 | |
megane-team-reborn-energy: megane-team-reborn-energy 5.1.1+0.1.1 | |
megane-tech-reborn: megane-tech-reborn 5.1.1+5.0.2-beta-build.38 | |
megane-vanilla: megane-vanilla 5.1.1+1.17.1 | |
megane-wireless-networks: megane-wireless-networks 5.1.1+1.1.1 | |
midashunger: Midas Hunger 1.4.0 | |
midnightlib: MidnightLib 0.2.5 | |
minecraft: Minecraft 1.17.1 | |
miningutility: Mining Utility 1.2 | |
mm: Manningham Mills 2.2 | |
mo_glass: Mo Glass 1.5-MC1.17.1 | |
mocolors: Mo' Colors 1.2.2 | |
modern_industrialization: Modern Industrialization 0.5.3 | |
modmenu: Mod Menu 2.0.6 | |
mojangster: Mojangster 1.17-3.0.1 | |
morebannerfeatures: More Banner Features 1.0.2 | |
morevillagers-fabric: MoreVillagersFabric 2.1.0-SNAPSHOT | |
mostructures: Mo' Structures 1.2.1-1.17 | |
mousewheelie: Mouse Wheelie 1.7.3+mc1.17.1-pre1 | |
multipart_entities: MultipartEntities 1.1.2-1.17 | |
myron: Myron 1.6.0 | |
mythic-mounts: Mythic Mounts 1.17.1-1.3 | |
naturescompass: Nature's Compass 1.17.1-2.0.0-fabric | |
nbtcrafting: NBT Crafting 2.0.19+mc1.17 | |
nears: Nears 1.1.2 | |
no-potion-offset: No Potion Offset ${version} | |
noanglebrackets: NoAngleBrackets 1.1.0 | |
nomorescore: No More Score 1.0.0 | |
notenoughcrashes: Not Enough Crashes 3.4.4+1.17 | |
notes: Notes 1.0.6 | |
nyfsquivers: Nyf's Quivers Fabric-0.2.4 | |
okzoomer: Ok Zoomer 5.0.0-beta.2+1.17 | |
omega-config: OmegaConfig 1.0.8 | |
onsoulfire: On Soul Fire 1.17-2 | |
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1 | |
org_codehaus_groovy_groovy: groovy 3.0.8 | |
org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.8 | |
org_jetbrains_annotations: annotations 19.0.0 | |
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 | |
ostoverhaul: Ost Overhaul 0.1 | |
outvoted: Outvoted 2.0.0-alpha.12 | |
owo: OwO 0.1.1 | |
oxidizelib: OxidizeLib 1.1.0 | |
packages: Packages 1.2.1 | |
packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1 | |
patchouli: Patchouli 1.17-54-FABRIC | |
pehkui: Pehkui 2.2.1+1.14.4-1.17 | |
phonos: Phonos 0.1.2+1.17 | |
placeholder-api: Placeholder API 1.1.0+1.17.1 | |
platypus: Platypuses 1.0.0 | |
playerabilitylib: Pal 1.3.0 | |
pling: Pling 1.4.0 | |
polymer: Polymer 0.1.0-rc.4+1.17.1 | |
presencefootsteps: Presence Footsteps r31-1.17-rc1 | |
promenade: Promenade 2.1.2 | |
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 | |
quarrymod: Industial Quarry Mod 0.2.1 | |
quarryplus: QuarryPlus 17.0.376 | |
quicksand: Quicksand 1.0.2 | |
quitconfirm: QuitConfirm 1.3 | |
rad: Reload Audio Driver 1.0.1 | |
rangers_haven: Ranger's Haven 2.2.1 | |
ratsmischief: Rat's Mischief 1.2 | |
reach-entity-attributes: Reach Entity Attributes 2.1.1 | |
reborncore: Reborn Core 5.0.5-beta+build.85 | |
redbits: Red Bits 1.9.0 | |
repurposed_structures: Repurposed Structures 2.3.4+1.17.1 | |
reroll: Reroll 1.3.0-1.17.1 | |
respawnablepets: Respawnable Pets 1.17-2 | |
rhino: Rhino 1605.1.2-build.40 | |
ringsofascension: Rings of Ascension 1.0 | |
ripplers: Ripplers 0.3.1 | |
riverredux: River Redux 0.2.0 | |
roughlyenoughitems: Roughly Enough Items 6.0.264-alpha | |
rswires: RSWires 4.11.1 | |
rtree-3i-lite-fabric: rtree-3i-lite for Fabric 0.3.0 | |
runelic: Runelic 3.0.1 | |
salutem: Salutem 1.2.0 | |
satin: Satin 1.6.0-nightly.1.17-pre3 | |
scorch: Scorch 1.0.2 | |
server_translations_api: Server Translations API 1.4.5+1.17 | |
sgui: SGui 1.0.0-rc4+1.17.1 | |
shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17 | |
simple-rpc: Simple Rpc 1.17-2.3.1-fabric | |
sit: Sit 1.17.1-13 | |
skinnedlanterns: Skinned Lanterns 1.1.5 | |
slight-gui-modifications: 'Slight' GUI Modifications 2.0.1 | |
slotlink: slotlink 3.0.4 | |
slotlock: SlotLock 1.0.4-BETA+1.17 | |
smootherbedrock: Smoother Bedrock 1.0.1 | |
snowundertrees: Snow Under Trees 1.0.0 | |
sodium: Sodium 0.3.2+IRIS2-build.9 | |
sodium-extra: Sodium Extra 0.3.4 | |
someforgepatchesported: Some Forge Patches Ported 1.0.1 | |
somnus: Somnus API 0.0.14-1.17.1 | |
spark: spark 1.6.1 | |
spatialharvesters: Spatial Harvesters 0.11.12b | |
special-circumstances: Special Circumstances 1.9.244 | |
spellbound: Spellbound 1.5.0 | |
spiceoffabric: Spice of Fabric 1.3.4+1.17.1 | |
spruceui: SpruceUI 3.2.0+1.17 | |
staffofbuilding: Staff of Building 1.3.2-1.17 | |
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 | |
stonevaults: Stonevaults 1.1.0 | |
strawdummy: Straw Dummy 1.5.0 | |
structure-helpers: Structure Helpers 3.2.0 | |
structurized: Structurized 1.3.0 | |
tacocraft: TacoCraft 1.6.4-1.17.1 | |
team_reborn_energy: Energy 2.0.0-beta1 | |
techreborn: Tech Reborn 5.0.5-beta+build.85 | |
terraform-biome-builder-api-v1: Terraform Biome Builder API (v1) 2.0.0 | |
terraform-config-api-v1: Terraform Config API (v1) 2.0.0 | |
terraform-overworld-biome-extensions-api-v1: Terraform Overworld Biome Extensions API (v1) 2.0.0 | |
terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.4 | |
terraform-surfaces-api-v1: Terraform Surfaces API (v1) 2.0.0 | |
terraform-tree-api-v1: Terraform Tree API (v1) 2.0.0 | |
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2 | |
terrarianslimes: Terrarian Slimes 1.1-BETA+1.17 | |
things: Things 0.2.5 | |
timeinabottle: Time in a Bottle 1.5-mc1.17-fabric | |
tooltipfix: ToolTip Fix 1.0.3-1.16 | |
totemicoverhaul: Totemic Overhaul 1.1.7 | |
totemmod: Wither Totems Mod 0.3.2 | |
transliterationlib: TRansliterationLib 1.1.0 | |
transportables: Transportables 1.0.5 | |
traverse: Traverse 4.0.0-beta.2 | |
trident_return: TridentReturn 1.2.4 | |
trinketofundying: Trinket of Undying 2.0.0-1.17 | |
trinkets: Trinkets 3.0.2 | |
truerooms: True Secret Rooms 1.1.5 | |
trumpet-skeleton: Trumpet Skeleton 1.1.4 | |
tweed: Tweed 3.0.0-beta.26 | |
tweed4_annotated: tweed4_annotated 1.0.0 | |
tweed4_base: tweed4_base 1.0.0 | |
tweed4_data: tweed4_data 1.0.0 | |
tweed4_data_hjson: tweed4_data_hjson 1.0.0 | |
tweed4_tailor_coat: tweed4_tailor_coat 1.0.0 | |
tweed4_tailor_screen: tweed4_tailor_screen 1.0.0 | |
twigs: Twigs 1.0.2 | |
universal-graves: Universal Graves 1.0.8+1.17.1 | |
universal_ores: Universal Ores 1.0 | |
untitledduckmod: Untitled Duck Mod 0.3.0 | |
urns: Urns 1.0.1 | |
vanilla-hammers: Vanilla Hammers 3.1.2-1.17 | |
vanilla_degus: Vanilla Degus 1.2.0 | |
vanillaexcavators: Vanilla Excavators 1.1.0 | |
vanillaplusbiomes: Vanilla Plus Biomes 0.3.2 | |
villagershats: Goosik's Villager Hats 1.2.0 | |
visuality: Visuality 0.1.1 | |
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0 | |
voidz: VoidZ 1.0.5 | |
wandering_collector: Wandering Collector 1.0.2+mc1.17 | |
wands: Building Wands 2.2.5_mc1.17.1 | |
waystones: Waystones 2.0.2 | |
whereisit: Where Is It 1.13.7 | |
winged: Winged Mod 1.17.1-3.0.0 | |
wirelessnetworks: Wireless Networks 1.1.2 | |
wolveswitharmor: Wolves With Armor 1.6.0-1.17 | |
woods_and_mires: Woods and Mires 1.1.1+1.17 | |
workings: Workings 1.0.7 | |
wrenchable: Wrenchable 1.1.0+1.17 | |
wthit: wthit 3.7.0 | |
xaerominimap: Xaero's Minimap 21.13.0 | |
xaeroworldmap: Xaero's World Map 1.16.1 | |
xlpackets: XLPackets 2.0-1.17 | |
xp_storage: XP Storage 1.4+1.17.1 | |
xp_storage_trinkets: XP Storage - Trinkets 0.1+1.17.1 | |
yosbr: YOSBR 0.1.1 | |
yungsapi: YUNG's API 1.17-Fabric-16 | |
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: Fabric Loader (fabricloader), Extra Generators (extragenerators) |
This file contains hidden or 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 ---- | |
// There are four lights! | |
Time: 9/29/21, 11:14 AM | |
Description: Initializing game | |
java.lang.NullPointerException: Cannot invoke "net.coderbot.iris.pipeline.PipelineManager.getPipeline()" because the return value of "net.coderbot.iris.Iris.getPipelineManager()" is null | |
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.61) | |
at net.minecraft.client.render.GameRenderer.isPhase(GameRenderer:3815) | |
at net.minecraft.client.render.GameRenderer.handler$bni000$iris$overridePositionShader(GameRenderer:3545) | |
at net.minecraft.client.render.GameRenderer.getPositionShader(GameRenderer) | |
at com.mojang.blaze3d.systems.RenderSystem.setShader(RenderSystem:1137) | |
at net.minecraft.client.render.WorldRenderer.renderStars(WorldRenderer:645) | |
at net.minecraft.client.render.WorldRenderer.<init>(WorldRenderer:278) | |
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient:573) | |
at net.minecraft.client.main.Main.main(Main:179) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:567) | |
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Render thread | |
Stacktrace: | |
at net.minecraft.class_757.isPhase(class_757.java:3815) | |
at net.minecraft.class_757.handler$bni000$iris$overridePositionShader(class_757.java:3545) | |
at net.minecraft.class_757.method_34539(class_757.java) | |
at com.mojang.blaze3d.systems.RenderSystem.setShader(RenderSystem.java:1137) | |
-- Patchouli Book Info -- | |
Details: | |
Patchouli open book context: n/a | |
Stacktrace: | |
at net.minecraft.class_128.handler$hfp000$fillPatchouliContext(class_128.java:1521) | |
at net.minecraft.class_128.<init>(class_128.java:37) | |
at net.minecraft.class_128.method_560(class_128.java:267) | |
at net.minecraft.client.main.Main.main(Main.java:185) | |
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.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | |
-- Initialization -- | |
Details: | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.17.1 | |
Minecraft Version ID: 1.17.1 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 16.0.1, Microsoft | |
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft | |
Memory: 313358184 bytes (298 MiB) / 1610612736 bytes (1536 MiB) up to 12884901888 bytes (12288 MiB) | |
CPUs: 16 | |
Processor Vendor: GenuineIntel | |
Processor Name: Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz | |
Identifier: Intel64 Family 6 Model 165 Stepping 2 | |
Microarchitecture: unknown | |
Frequency (GHz): 2.30 | |
Number of physical packages: 1 | |
Number of physical CPUs: 8 | |
Number of logical CPUs: 16 | |
Graphics card #0 name: NVIDIA GeForce RTX 2070 Super | |
Graphics card #0 vendor: NVIDIA (0x10de) | |
Graphics card #0 VRAM (MB): 4095.00 | |
Graphics card #0 deviceId: 0x1e91 | |
Graphics card #0 versionInfo: DriverVersion=30.0.14.7212 | |
Graphics card #1 name: Intel(R) UHD Graphics | |
Graphics card #1 vendor: Intel Corporation (0x8086) | |
Graphics card #1 VRAM (MB): 1024.00 | |
Graphics card #1 deviceId: 0x9bc4 | |
Graphics card #1 versionInfo: DriverVersion=26.20.100.7985 | |
Memory slot #0 capacity (MB): 16384.00 | |
Memory slot #0 clockSpeed (GHz): 3.20 | |
Memory slot #0 type: DDR4 | |
Memory slot #1 capacity (MB): 16384.00 | |
Memory slot #1 clockSpeed (GHz): 3.20 | |
Memory slot #1 type: DDR4 | |
Virtual memory max (MB): 38314.79 | |
Virtual memory used (MB): 29276.87 | |
Swap memory total (MB): 5762.58 | |
Swap memory used (MB): 214.84 | |
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m | |
Fabric Mods: | |
adapaxels: AdaPaxels 1.2.1+1.17.1 | |
addendum: Addendum 1.0.2 | |
additionaladditions: Additional Additions 2.1.3 | |
additionalbars: Additional Bars 2.1.1 | |
adorn: Adorn 2.1.3+1.17.1 | |
advanced_runtime_resource_pack: Runtime Resource Pack 0.4.3 | |
advancementplaques: Advancement Plaques 1.3.1 | |
advancements-enlarger: Advancements Enlarger 0.2.4 | |
advdebug: Advancements Debug 2.3.0 | |
adventurez: AdventureZ 1.2.10 | |
alaskanativecraft: Alaska Native Craft 1.3.1 | |
ambientenvironment: Ambient Environment fabric-1.17-rc2-6.0.0.11 | |
amecsapi: Amecs API 1.1.4+mc21w16a | |
animal_feeding_trough: Animal Feeding Trough 1.0.2 | |
appleskin: AppleSkin mc1.17-2.1.3 | |
aqupd: Caracal mob 1.17-1.2.2 | |
aqupdgrizzly: Grizzly Bear mob 1.1.1 | |
arcanus: Arcanus 1.11 | |
architects_palette: Architect's Palette Fabric 1.2 | |
architectury: Architectury 2.2.21 | |
artifality: Artifality 0.3.3 | |
artofalchemy: Art of Alchemy: Memoriam 1.2.0+1.17.1 | |
assembly: Assembly 21w06a-1.0.0 | |
atbyw: All The Blocks You Want (ATBYW) 1.5.2 | |
attributefix: Attribute Fix {FABRIC} 1.0.2 | |
audiooutput: AudioOutput 0.0.4 | |
authme: Auth Me 1.5.0 | |
autoconfig1u: Auto Config v1 Updated 3.3.1 | |
balm-fabric: Balm 1.3.0+0 | |
barrenisles: Barren Isles fabric-1.17-1.0.6 | |
battletowers: Battle Towers 3.4.0-1.17.1 | |
bclib: BCLib 0.2.3 | |
beaconoverhaul: Beacon Overhaul 1.4.1+1.17 | |
bebooks: Better Enchanted Books 1.2.11 | |
bedspreads: Bedspreads 1.4.0-1.17 | |
beenfo: Beenfo 1.17.1-fabric0.36.1-1.3.2 | |
bendy-lib: Bendy api 2.0.2 | |
better_wandering_trader: Better Wandering Trader 1.7.0 | |
better_withered_mobs: Better Withered Mobs 1.6.1 | |
betterbiomeblend: Better Biome Blend 1.17.0-1.2.9-fabric | |
betterdungeons: YUNG's Better Dungeons 1.17-1.0 | |
betterend: Better End 0.10.5-pre | |
betterf3: BetterF3 1.1.5 | |
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.0 | |
bettermounthud: Better Mount HUD 1.1.2 | |
betternether: Better Nether 5.1.3 | |
bettersodiumvideosettingsbutton: Better Sodium Video Settings Button 2.0.2 | |
bewitchment: Bewitchment 1.17-3 | |
bigbeacons: Big Beacons 1.2.3 | |
blast: BLAST 1.7 | |
blockus: Blockus 2.2.7+1.17.1 | |
blue_endless_jankson: jankson 1.2.1 | |
blur: Blur (Fabric) 2.1.0 | |
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.2-1.17 | |
bountiful: Bountiful 1.0.0 | |
bowinfinityfix: Bow Infinity Fix rv10 | |
breakprogress: Break Progress 1.0.1 | |
btweaks: Benchmark Tweaks 1.1.0 | |
caelus: Caelus API 0.0.17-1.17 | |
can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.1.0 | |
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.47 | |
carpet-extra: Carpet Extra 1.4.43 | |
carpet-fixes: Carpet Fixes 1.17.1-1.1.0+v210919 | |
carpet-tis-addition: Carpet TIS Addition 1.22.0+build.678 | |
carrier: Carrier 1.8.0 | |
cavebiomes: Cave Biomes 0.6.3 | |
charm: Charm 3.3.2 | |
charmonium: Charmonium 3.3.0 | |
cherishedworlds: Cherished Worlds 2.0.1-1.17.1 | |
chesttracker: Chest Tracker 1.0.18 | |
chipped: Chipped 1.1.1 | |
chord: Chord 1.8.0+1.17-rc1-fabric | |
chunkpregen: Fabric Chunk Pregenerator 0.3.3 | |
cleancut: CleanCut 1.17-4.0-fabric | |
cleanview: CleanView 1.17.1-v1-fabric | |
cleardespawn: Clear Despawn 1.17.1-fabric0.36.1-1.1.1 | |
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-scissors-api-v1: Cloth Scissors API v1 2.0.54 | |
cloth-utils-v1: Cloth Utils v1 2.0.54 | |
clumps: Clumps fabric-1.17-7.0.0.2 | |
coat: Coat 1.0.0-beta.9 | |
colorutility: ColorUtility 2.0.1 | |
columns: Columns 1.2.0 | |
com_electronwill_night-config_core: core 3.6.3 | |
com_electronwill_night-config_toml: toml 3.6.3 | |
com_focamacho_sealconfig: sealconfig 1.2.2 | |
com_moandjiezana_toml_toml4j: toml4j 0.7.2 | |
comforts: Comforts 0.0.4-1.17 | |
compactstatuseffects: Compact Status Effects 2.0.1 | |
companion_bats: Companion Bats 1.17.3 | |
completeconfig: CompleteConfig 1.1.0 | |
compressed: Compressed Mod 1.3.3 | |
concreteconversion: Concrete Conversion 6.0.0.1 | |
conjuring: Conjuring 1.0.5 | |
connectiblechains: Connectible Chains 1.2.2 | |
controlling: Controlling For Fabric 1.1.2 | |
cosmetic-armor: Cosmetic Armor 1.1.0 | |
couplings: Couplings 1.5.0+1.17 | |
craftingtweaks: Crafting Tweaks 13.0.0+0 | |
croptopia: Croptopia 1.6.3 | |
croptosis: Croptosis 1.1.3 | |
crowdin-translate: CrowdinTranslate 1.3+1.17 | |
crusade: Crusade 1.2.4 | |
cullleaves: Cull Leaves 2.3.0 | |
customstars: Custom Stars 0.5 | |
dankstorage: Dank Storage 2.1-1.17.1 | |
dark-enchanting: Dark Enchanting 0.4.1-1.17.1 | |
darkpaintings: Dark Paintings 3.0.6 | |
dawn: Dawn API 2.0.6 | |
de_javagl_obj: obj 0.3.0 | |
deepslatecutting: Deepslate Cutting 1.2.2 | |
defaultsettings: DefaultSettings 3.0.3 | |
detailab: Detail Armor Bar 2.6.1+1.17.1-fabric | |
diggusmaximus: Diggus Maximus 1.4.5-1.17 | |
disable_custom_worlds_advice: Disable Custom Worlds Advice 1.3 | |
dml-refabricated: Deep Mob Learning: Refabricated 0.4.2-beta | |
dml-refabricated-base: DML: Refabricated - Base 0.4.2-beta | |
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.2-beta | |
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.2-beta | |
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.2-beta | |
dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.3 | |
dracomelette: Dracomelette 1.17-2 | |
dragonloot: DragonLoot 1.0.8 | |
dual_riders: DualRiders 1.0.5 | |
ducts: Ducts 1.1.4 | |
dungeons_arise: When Dungeons Arise 2.1.47-fabric | |
dynamicfps: Dynamic FPS 2.0.4 | |
editsign: EditSign 2.2.1 | |
eer: Erroring Entity Remover 1.0.1+1.17.1 | |
eggtab: Egg Tab 2.1.0+1.16-fabric | |
eldritch_mobs: Eldritch Mobs 1.9.1 | |
elytratrinket: Elytra Trinket 2.0.1-1.17 | |
emagnet: E Magnet 1.2.3 | |
emotecraft: Emotecraft 2.0.8 | |
enchantment_lore: EnchantmentLore 1.2.1+MC1.17.1 | |
enchantmentdescriptions: Enchantment Descriptions 3.0.12 | |
enhanced_mushrooms: Enhanced Mushrooms 1.0.5 | |
entityculling: EntityCulling-Fabric 1.3.3 | |
exotic-art-core: Exotic Art Core Content Pack 1.0.408 | |
exotic-art-tech: Exotic Art Tech Pack 1.2.408 | |
exotic-matter: Exotic Matter 2.12.408 | |
expandedstorage: Expanded Storage 7.0.0-alpha.33 | |
extraalchemy: Extra Alchemy 1.6.1 | |
extragenerators: Extra Generators 1.1-BETA+1.17 | |
ezpas: Ezpas 1.2.1 | |
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-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b446318 | |
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-furnaces: Fabric Furnaces 2.0.1-1.17 | |
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+a02b44633d | |
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118 | |
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+cbda931818 | |
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e18 | |
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+a02b44633d | |
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-models-v0: Fabric Models (v0) 0.3.0+a02b446318 | |
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+cbda931818 | |
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-renderer-api-v1: Fabric Renderer API (v1) 0.4.4+cbda931818 | |
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+cbda931818 | |
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.3+4658223018 | |
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446313 | |
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018 | |
fabric-rendering-v0: Fabric Rendering (v0) 1.1.4+4658223018 | |
fabric-rendering-v1: Fabric Rendering (v1) 1.8.2+ffb6d41e18 | |
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18 | |
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+198a96213d | |
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-textures-v0: Fabric Textures (v0) 1.0.6+a02b446318 | |
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d | |
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.3.1+4658223018 | |
fabric-tree-chopper: Fabric Tree Chopper 0.7.2 | |
fabricenchantments: Fabric Enchantments 0.3.2 | |
fabricloader: Fabric Loader 0.11.6 | |
fabrishot: Fabrishot 1.5.1 | |
facility: Facility 0.12.224 | |
fake-player-api: Fake Player API 0.2.0 | |
fallflyinglib: FallFlyingLib 3.0.0-beta.2 | |
fallingleaves: Falling Leaves 1.7.3+1.17.1 | |
fallingtree: FallingTree 2.12.1 | |
farmersdelight: Farmer's Delight 1.17.1-0.1.2 | |
fastchest: FastChest 1.2+1.17 | |
fastfurnace: FastFurnace 1.17-3.0 | |
fasttransferlib: Fast Transfer Lib 0.5.6 | |
fermion: Fermion 2.11.244 | |
fermion-gui: Fermion GUI 2.6.244 | |
fermion-modkeys: Fermion Modifier Keys 1.10.244 | |
fermion-orientation: Fermion Orientation 1.2.244 | |
fermion-varia: Fermion Varia 2.6.244 | |
ferritecore: FerriteCore 3.0.1 | |
fertilization: Fertilization 6.0.0+0 | |
fiber: fiber 0.23.0-2 | |
fiber2cloth: Fiber To Cloth 3.2.0 | |
flonters: Flonters 1.2.1+1.17.1 | |
fluidity: Fluidity 0.16.218 | |
flytre_lib: FlytreLib 0.2.21 | |
fonthack: Font Hack 2.4.65 | |
fruitful: Fruitful 1.0.1 | |
gateofbabylon: Gate Of Babylon 1.5.0-1.17 | |
gbfabrictools: GBfabrictools 1.3.4+1.17 | |
gearreborn: Gear Reborn 1.17-0.1.7 | |
geckolib3: Geckolib 3.0.8 | |
givemehats: Give Me Hats! 1.6 | |
glassdoor: Glass Doors 1.5.0-1.16 | |
glassential: Glassential 1.17-1.2.0 | |
go-fish: Go Fish 1.3.0-beta-1.17.1 | |
gobber2: Gobber2 2.4.49 | |
golemsgalore: Golems Galore 1.0.2+mc.1.17 | |
goml: Get Off My Lawn 1.4.0-beta | |
graveyard: The Graveyard 1.0 | |
guardiansgalore: GuardiansGalore 1.17.1-2.1 | |
hardcorequesting: Hardcore Questing Mode 1.17.1-5.6.2 | |
harvest_scythes: Harvest Scythes 2.0.5 | |
hctm-base: HCTM Base 3.6.1 | |
healthoverlay: Health Overlay 4.0.2 | |
heartbond: Heartbond 1.1.0 | |
hologram-api: Hologram API 0.2.1+1.17.1 | |
hookshot: Hookshot 20.0 | |
iknowwhatimdoing: I Know What I'm Doing 3.1.0 | |
impaled: Impaled 1.0.1 | |
impersonate: Impersonate 2.3.2 | |
improved-stations: Improved Stations 2.0.7 | |
incantationem: Incantationem 1.1 | |
indrev: Industrial Revolution 1.10.0-alpha.12 | |
indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0+1.17.1 | |
inmis: Inmis 2.3.1-1.17 | |
inventoryhud: Inventory HUD + 3.3.2 | |
iris: Iris 1.1.2+build.9 | |
ironbundles: Iron Bundles 1.0.2+1.17 | |
jankson: Jankson 3.0.1+j1.2.0 | |
java: OpenJDK 64-Bit Server VM 16 | |
jumpoverfences: JumpOverFences 1.16-0.0.3 | |
kambrik: Kambrik 1.1.0 | |
kibe: Kibe 1.8-BETA+1.17 | |
kirin: Kirin UI 1.8.7-1.17 | |
kjsextras: KubeJS Extras 1.3.2 | |
ktdatataglib: KtDataTagLib 1.5.4 | |
kubejs: KubeJS 1605.3.10-build.9999 | |
kyrptconfig: Kytpt Config 1.1.10-1.17 | |
lacrimis: Lacrimis 2.1.3+1.17.1 | |
lakeside: Lakeside 1.1.0+1.17 | |
lapisreserve: Lapis Reserve 1.0.8 | |
lazydfu: LazyDFU 0.1.2 | |
libaddict: libaddict 0.3.0 | |
libblockattributes: LibBlockAttributes 0.9.0 | |
libblockattributes_core: LibBlockAttributes (Core) 0.9.0 | |
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0 | |
libblockattributes_items: LibBlockAttributes (Items) 0.9.0 | |
libcd: LibCapableData 3.0.3+1.16.3 | |
libgui: LibGui 4.1.7+1.17.1 | |
libjf: LibJF 1.0.2 | |
libninepatch: LibNinePatch 1.1.0 | |
libzoomer: LibZoomer 0.2.1+1.17 | |
lifts: Lifts 1.2-BETA+1.17 | |
lovely_snails: Lovely Snails 1.0.2+1.17 | |
maelstrom_library: Maelstrom Library 1.2.1-1.17 | |
magicfungi: Magic Fungi 0.4.1-BETA+1.17.1 | |
magna: Magna 1.5.5-1.17-pre4 | |
mavm: More Axolotl Variants Mod 1.0.2b | |
maybe-data: Maybe data 1.0.1-1.17 | |
maybe-more-data: Maybe More Data 1.0.0-1.17.1 | |
me_hypherionmc_simple-rpc-lib: simple-rpc-lib 2.1.5 | |
megane: megane 5.1.1 | |
megane-base: megane-base 5.1.1 | |
megane-extra-generators: megane-extra-generators 5.1.1+1.0.5-BETA-1.17 | |
megane-fast-transfer-lib: megane-fast-transfer-lib 5.1.1+0.4.2 | |
megane-industrial-revolution: megane-industrial-revolution 5.1.1+1.10.0-alpha.4 | |
megane-kibe: megane-kibe 5.1.1+1.7.2-BETA-1.17 | |
megane-lib-block-attributes: megane-lib-block-attributes 5.1.1+0.9.0 | |
megane-modern-industrialization: megane-modern-industrialization 5.1.1+0.5.2-alpha.02 | |
megane-runtime: megane-runtime 5.1.1 | |
megane-team-reborn-energy: megane-team-reborn-energy 5.1.1+0.1.1 | |
megane-tech-reborn: megane-tech-reborn 5.1.1+5.0.2-beta-build.38 | |
megane-vanilla: megane-vanilla 5.1.1+1.17.1 | |
megane-wireless-networks: megane-wireless-networks 5.1.1+1.1.1 | |
midashunger: Midas Hunger 1.4.0 | |
midnightlib: MidnightLib 0.2.5 | |
minecraft: Minecraft 1.17.1 | |
miningutility: Mining Utility 1.2 | |
mm: Manningham Mills 2.2 | |
mo_glass: Mo Glass 1.5-MC1.17.1 | |
mocolors: Mo' Colors 1.2.2 | |
modern_industrialization: Modern Industrialization 0.5.3 | |
modmenu: Mod Menu 2.0.6 | |
mojangster: Mojangster 1.17-3.0.1 | |
morebannerfeatures: More Banner Features 1.0.2 | |
morevillagers-fabric: MoreVillagersFabric 2.1.0-SNAPSHOT | |
mostructures: Mo' Structures 1.2.1-1.17 | |
mousewheelie: Mouse Wheelie 1.7.3+mc1.17.1-pre1 | |
multipart_entities: MultipartEntities 1.1.2-1.17 | |
myron: Myron 1.6.0 | |
mythic-mounts: Mythic Mounts 1.17.1-1.3 | |
naturescompass: Nature's Compass 1.17.1-2.0.0-fabric | |
nbtcrafting: NBT Crafting 2.0.19+mc1.17 | |
nears: Nears 1.1.2 | |
no-potion-offset: No Potion Offset ${version} | |
noanglebrackets: NoAngleBrackets 1.1.0 | |
nomorescore: No More Score 1.0.0 | |
notenoughcrashes: Not Enough Crashes 3.4.4+1.17 | |
notes: Notes 1.0.6 | |
nyfsquivers: Nyf's Quivers Fabric-0.2.4 | |
okzoomer: Ok Zoomer 5.0.0-beta.2+1.17 | |
omega-config: OmegaConfig 1.0.8 | |
onsoulfire: On Soul Fire 1.17-2 | |
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1 | |
org_codehaus_groovy_groovy: groovy 3.0.8 | |
org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.8 | |
org_jetbrains_annotations: annotations 19.0.0 | |
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 | |
ostoverhaul: Ost Overhaul 0.1 | |
outvoted: Outvoted 2.0.0-alpha.12 | |
owo: OwO 0.1.1 | |
oxidizelib: OxidizeLib 1.1.0 | |
packages: Packages 1.2.1 | |
packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1 | |
patchouli: Patchouli 1.17-54-FABRIC | |
pehkui: Pehkui 2.2.1+1.14.4-1.17 | |
phonos: Phonos 0.1.2+1.17 | |
placeholder-api: Placeholder API 1.1.0+1.17.1 | |
platypus: Platypuses 1.0.0 | |
playerabilitylib: Pal 1.3.0 | |
pling: Pling 1.4.0 | |
polymer: Polymer 0.1.0-rc.4+1.17.1 | |
presencefootsteps: Presence Footsteps r31-1.17-rc1 | |
promenade: Promenade 2.1.2 | |
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 | |
quarrymod: Industial Quarry Mod 0.2.1 | |
quarryplus: QuarryPlus 17.0.376 | |
quicksand: Quicksand 1.0.2 | |
quitconfirm: QuitConfirm 1.3 | |
rad: Reload Audio Driver 1.0.1 | |
rangers_haven: Ranger's Haven 2.2.1 | |
ratsmischief: Rat's Mischief 1.2 | |
reach-entity-attributes: Reach Entity Attributes 2.1.1 | |
reborncore: Reborn Core 5.0.5-beta+build.85 | |
redbits: Red Bits 1.9.0 | |
repurposed_structures: Repurposed Structures 2.3.4+1.17.1 | |
reroll: Reroll 1.3.0-1.17.1 | |
respawnablepets: Respawnable Pets 1.17-2 | |
rhino: Rhino 1605.1.2-build.40 | |
ringsofascension: Rings of Ascension 1.0 | |
ripplers: Ripplers 0.3.1 | |
riverredux: River Redux 0.2.0 | |
roughlyenoughitems: Roughly Enough Items 6.0.264-alpha | |
rswires: RSWires 4.11.1 | |
rtree-3i-lite-fabric: rtree-3i-lite for Fabric 0.3.0 | |
runelic: Runelic 3.0.1 | |
salutem: Salutem 1.2.0 | |
satin: Satin 1.6.0-nightly.1.17-pre3 | |
scorch: Scorch 1.0.2 | |
server_translations_api: Server Translations API 1.4.5+1.17 | |
sgui: SGui 1.0.0-rc4+1.17.1 | |
shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17 | |
simple-rpc: Simple Rpc 1.17-2.3.1-fabric | |
sit: Sit 1.17.1-13 | |
skinnedlanterns: Skinned Lanterns 1.1.5 | |
slight-gui-modifications: 'Slight' GUI Modifications 2.0.1 | |
slotlink: slotlink 3.0.4 | |
slotlock: SlotLock 1.0.4-BETA+1.17 | |
smootherbedrock: Smoother Bedrock 1.0.1 | |
snowundertrees: Snow Under Trees 1.0.0 | |
sodium: Sodium 0.3.2+IRIS2-build.9 | |
sodium-extra: Sodium Extra 0.3.4 | |
someforgepatchesported: Some Forge Patches Ported 1.0.1 | |
somnus: Somnus API 0.0.14-1.17.1 | |
spark: spark 1.6.1 | |
spatialharvesters: Spatial Harvesters 0.11.12b | |
special-circumstances: Special Circumstances 1.9.244 | |
spellbound: Spellbound 1.5.0 | |
spiceoffabric: Spice of Fabric 1.3.4+1.17.1 | |
spruceui: SpruceUI 3.2.0+1.17 | |
staffofbuilding: Staff of Building 1.3.2-1.17 | |
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 | |
stonevaults: Stonevaults 1.1.0 | |
strawdummy: Straw Dummy 1.5.0 | |
structure-helpers: Structure Helpers 3.2.0 | |
structurized: Structurized 1.3.0 | |
tacocraft: TacoCraft 1.6.4-1.17.1 | |
team_reborn_energy: Energy 2.0.0-beta1 | |
techreborn: Tech Reborn 5.0.5-beta+build.85 | |
terraform-biome-builder-api-v1: Terraform Biome Builder API (v1) 2.0.0 | |
terraform-config-api-v1: Terraform Config API (v1) 2.0.0 | |
terraform-overworld-biome-extensions-api-v1: Terraform Overworld Biome Extensions API (v1) 2.0.0 | |
terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.4 | |
terraform-surfaces-api-v1: Terraform Surfaces API (v1) 2.0.0 | |
terraform-tree-api-v1: Terraform Tree API (v1) 2.0.0 | |
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2 | |
terrarianslimes: Terrarian Slimes 1.1-BETA+1.17 | |
things: Things 0.2.5 | |
timeinabottle: Time in a Bottle 1.5-mc1.17-fabric | |
tooltipfix: ToolTip Fix 1.0.3-1.16 | |
totemicoverhaul: Totemic Overhaul 1.1.7 | |
totemmod: Wither Totems Mod 0.3.2 | |
transliterationlib: TRansliterationLib 1.1.0 | |
transportables: Transportables 1.0.5 | |
traverse: Traverse 4.0.0-beta.2 | |
trident_return: TridentReturn 1.2.4 | |
trinketofundying: Trinket of Undying 2.0.0-1.17 | |
trinkets: Trinkets 3.0.2 | |
truerooms: True Secret Rooms 1.1.5 | |
trumpet-skeleton: Trumpet Skeleton 1.1.4 | |
tweed: Tweed 3.0.0-beta.26 | |
tweed4_annotated: tweed4_annotated 1.0.0 | |
tweed4_base: tweed4_base 1.0.0 | |
tweed4_data: tweed4_data 1.0.0 | |
tweed4_data_hjson: tweed4_data_hjson 1.0.0 | |
tweed4_tailor_coat: tweed4_tailor_coat 1.0.0 | |
tweed4_tailor_screen: tweed4_tailor_screen 1.0.0 | |
twigs: Twigs 1.0.2 | |
universal-graves: Universal Graves 1.0.8+1.17.1 | |
universal_ores: Universal Ores 1.0 | |
untitledduckmod: Untitled Duck Mod 0.3.0 | |
urns: Urns 1.0.1 | |
vanilla-hammers: Vanilla Hammers 3.1.2-1.17 | |
vanilla_degus: Vanilla Degus 1.2.0 | |
vanillaexcavators: Vanilla Excavators 1.1.0 | |
vanillaplusbiomes: Vanilla Plus Biomes 0.3.2 | |
villagershats: Goosik's Villager Hats 1.2.0 | |
visuality: Visuality 0.1.1 | |
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0 | |
voidz: VoidZ 1.0.5 | |
wandering_collector: Wandering Collector 1.0.2+mc1.17 | |
wands: Building Wands 2.2.5_mc1.17.1 | |
waystones: Waystones 2.0.2 | |
whereisit: Where Is It 1.13.7 | |
winged: Winged Mod 1.17.1-3.0.0 | |
wirelessnetworks: Wireless Networks 1.1.2 | |
wolveswitharmor: Wolves With Armor 1.6.0-1.17 | |
woods_and_mires: Woods and Mires 1.1.1+1.17 | |
workings: Workings 1.0.7 | |
wrenchable: Wrenchable 1.1.0+1.17 | |
wthit: wthit 3.7.0 | |
xaerominimap: Xaero's Minimap 21.13.0 | |
xaeroworldmap: Xaero's World Map 1.16.1 | |
xlpackets: XLPackets 2.0-1.17 | |
xp_storage: XP Storage 1.4+1.17.1 | |
xp_storage_trinkets: XP Storage - Trinkets 0.1+1.17.1 | |
yosbr: YOSBR 0.1.1 | |
yungsapi: YUNG's API 1.17-Fabric-16 | |
Launched Version: fabric-loader-0.11.6-1.17.1 | |
Backend library: LWJGL version 3.2.2 build 10 | |
Backend API: NVIDIA GeForce RTX 2070 Super/PCIe/SSE2 GL version 3.2.0 NVIDIA 472.12, NVIDIA Corporation | |
Window size: <not initialized> | |
GL Caps: Using framebuffer using OpenGL 3.2 | |
GL debug messages: | |
Using VBOs: Yes | |
Is Modded: Definitely; Client brand changed to 'fabric' | |
Type: Client (map_client.txt) | |
CPU: 16x Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz | |
Suspected Mods: Fabric Loader (fabricloader) |
This file contains hidden or 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
[11:12:43] [main/INFO]: Loading for game Minecraft 1.17.1 | |
[11:12:43] [ForkJoinPool-1-worker-23/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 | |
[11:12:43] [ForkJoinPool-1-worker-31/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 | |
[11:12:43] [ForkJoinPool-1-worker-9/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 | |
[11:12:44] [ForkJoinPool-1-worker-19/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 | |
[11:12:44] [ForkJoinPool-1-worker-7/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 | |
[11:12:44] [ForkJoinPool-1-worker-25/WARN]: The mod "extraalchemy" contains invalid entries in its mod json: | |
- Invalid entry in person "contribution" at line 19 column 21 | |
[11:12:44] [ForkJoinPool-1-worker-17/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 | |
[11:12:44] [ForkJoinPool-1-worker-13/WARN]: The mod "qcommon-croco" contains invalid entries in its mod json: | |
- Unsupported root entry "links" at line 10 column 10 | |
[11:12:45] [ForkJoinPool-1-worker-7/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 | |
[11:12:45] [main/WARN]: Warnings were found! | |
- Conflicting versions found for fabric-api-base: used 0.3.0+a02b446313, also found 0.3.0+a02b4463d5, 0.3.0+a02b44633d, 0.3.0+a02b446318, 0.3.0+c88702897d, 0.3.0+a02b4463a0 | |
- Conflicting versions found for fabric-networking-v0: used 0.3.2+92519afa13, also found 0.3.2+92519afad5, 0.3.2+92519afa18 | |
- Conflicting versions found for fabric-api-lookup-api-v1: used 1.3.0+cbda931818, also found 1.3.0+b246072f13 | |
- Mod 'Sodium Extra' (sodium-extra) recommends any version of mod reeses-sodium-options, which is missing! | |
- You must install any version of reeses-sodium-options. | |
- Conflicting versions found for fabric-key-binding-api-v1: used 1.0.4+cbda931818, also found 1.0.4+a02b44633d | |
- Mod 'Compact Status Effects' (compactstatuseffects) conflicts with any version of mod 'No Potion Offset' (no-potion-offset), but a matching version is present: ${version}! | |
- While this won't prevent you from starting the game, the developer(s) of 'Compact Status Effects' (compactstatuseffects) have found that version ${version} of 'No Potion Offset' (no-potion-offset) conflicts with their mod. | |
- It is heavily recommended to remove one of the mods. | |
- Mod 'No Potion Offset' (no-potion-offset) v${version} is being loaded from the user's mod directory. | |
- Mod 'Clear Despawn' (cleardespawn) recommends version 1.1.7 or later of mod modupdater, which is missing! | |
- You must install version 1.1.7 or later of modupdater. | |
- Conflicting versions found for fabric-rendering-data-attachment-v1: used 0.1.5+a02b446313, also found 0.1.5+a02b446318 | |
- Mod 'Beenfo' (beenfo) recommends version 1.1.7 or later of mod modupdater, which is missing! | |
- You must install version 1.1.7 or later of modupdater. | |
- Conflicting versions found for fabric-renderer-api-v1: used 0.4.4+cbda931818, also found 0.4.4+5f02c96918 | |
- Conflicting versions found for fabric-item-api-v1: used 1.2.4+a02b44633d, also found 1.2.4+cbda931818, 1.2.4+a02b446318 | |
- Mod 'BetterF3' (betterf3) recommends version 2.0.0.* of mod 'Mod Menu' (modmenu), but a non-matching version is present: 2.0.6! | |
- You must install version 2.0.0.* of 'Mod Menu' (modmenu). | |
- Mod 'Mod Menu' (modmenu) v2.0.6 is being loaded from the user's mod directory. | |
- Mod 'QuarryPlus' (quarryplus) conflicts with any version before 2.0.0 of mod 'Energy' (team_reborn_energy), but a matching version is present: 2.0.0-beta1! | |
- While this won't prevent you from starting the game, the developer(s) of 'QuarryPlus' (quarryplus) have found that version 2.0.0-beta1 of 'Energy' (team_reborn_energy) conflicts with their mod. | |
- It is heavily recommended to remove one of the mods. | |
- Mod 'Energy' (team_reborn_energy) v2.0.0-beta1 is being provided by 'Extra Generators' (extragenerators) v2.0.0-beta1. | |
- Conflicting versions found for fabric-object-builder-api-v1: used 1.10.9+b7ab612118, also found 1.10.9+cbda931818 | |
- Conflicting versions found for fabric-lifecycle-events-v1: used 1.4.4+a02b44633d, also found 1.4.4+a02b446318 | |
- Conflicting versions found for fabric-tool-attribute-api-v1: used 1.2.12+b7ab61213d, also found 1.2.12+b7ab612118 | |
- Conflicting versions found for fabric-screen-api-v1: used 1.0.4+198a96213d, also found 1.0.4+cbda931818 | |
[11:12:45] [main/WARN]: Mod `{}` ({}) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends' | |
[11:12:45] [main/INFO]: [FabricLoader] Loading 491 mods: | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+mc21w16a | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+0 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- bowinfinityfix@rv10 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+v210919 | |
- [email protected]+build.678 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17-rc1-fabric | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected]+0 | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1-fabric | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected]+1.16-fabric | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+MC1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected]+a02b446313 | |
- [email protected]+cbda931818 | |
- [email protected]+cbda931818 | |
- [email protected]+a02b446318 | |
- [email protected]+5ab9934c18 | |
- [email protected]+92519afa18 | |
- [email protected]+cbda931818 | |
- [email protected]+cbda931818 | |
- [email protected]+be9da31018 | |
- [email protected]+6cefd57718 | |
- [email protected]+87cc6e4c18 | |
- [email protected]+fc40aa9d18 | |
- [email protected]+92519afa18 | |
- [email protected] | |
- [email protected]+cbda931818 | |
- [email protected]+a02b44633d | |
- [email protected]+b7ab612118 | |
- [email protected]+cbda931818 | |
- [email protected]+36b77c3e18 | |
- [email protected]+kotlin.1.5.30 | |
- [email protected]+scala.2.13.6 | |
- [email protected]+a02b44633d | |
- [email protected]+a02b446318 | |
- [email protected]+92519afa18 | |
- [email protected]+a02b446318 | |
- [email protected]+cbda931818 | |
- [email protected]+a02b446318 | |
- [email protected]+92519afa13 | |
- [email protected]+b7ab612118 | |
- [email protected]+a02b446318 | |
- [email protected]+a02b446318 | |
- [email protected] | |
- [email protected]+e2961fee18 | |
- [email protected]+cbda931818 | |
- [email protected]+cbda931818 | |
- [email protected]+4658223018 | |
- [email protected]+a02b446313 | |
- [email protected]+4658223018 | |
- [email protected]+4658223018 | |
- [email protected]+ffb6d41e18 | |
- [email protected]+a00e834b18 | |
- [email protected]+198a96213d | |
- [email protected]+cbda931818 | |
- [email protected]+5ab9934c18 | |
- [email protected]+b06cb95b18 | |
- [email protected]+a02b446318 | |
- [email protected]+b7ab61213d | |
- [email protected]+4658223018 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+0 | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+mc.1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected]+build.9 | |
- [email protected]+1.17 | |
- [email protected]+j1.2.0 | |
- java@16 | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.16.3 | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected]+1.17 | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.0.5-BETA-1.17 | |
- [email protected]+0.4.2 | |
- [email protected]+1.10.0-alpha.4 | |
- [email protected]+1.7.2-BETA-1.17 | |
- [email protected]+0.9.0 | |
- [email protected]+0.5.2-alpha.02 | |
- [email protected] | |
- [email protected]+0.1.1 | |
- [email protected]+5.0.2-beta-build.38 | |
- [email protected]+1.17.1 | |
- [email protected]+1.1.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+mc1.17.1-pre1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+mc1.17 | |
- [email protected] | |
- no-potion-offset@${version} | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.14.4-1.17 | |
- [email protected]+1.17 | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- pugh_lib@${version} | |
- pugh_tools@${version} | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+build.85 | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected]+1.17.1 | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected]+IRIS2-build.9 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+build.85 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+mc1.17 | |
- [email protected]_mc1.17.1 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected]+1.17 | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected]+1.17.1 | |
- [email protected]+1.17.1 | |
- [email protected] | |
- [email protected] | |
[11:12:45] [main/INFO]: Dependencies overridden for "farmersdelight" | |
[11:12:45] [main/WARN]: Mod `assembly` (21w06a-1.0.0) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `wands` (2.2.5_mc1.17.1) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `concreteconversion` (6.0.0.1) uses more dot-separated version components than SemVer allows; support for this is currently not guaranteed. | |
[11:12:45] [main/WARN]: Mod `ambientenvironment` (fabric-1.17-rc2-6.0.0.11) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `appleskin` (mc1.17-2.1.3) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `pugh_lib` (${version}) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `bowinfinityfix` (rv10) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `clumps` (fabric-1.17-7.0.0.2) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `barrenisles` (fabric-1.17-1.0.6) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `no-potion-offset` (${version}) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `nyfsquivers` (Fabric-0.2.4) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `spatialharvesters` (0.11.12b) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `pugh_tools` (${version}) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `mavm` (1.0.2b) does not respect SemVer - comparison support is limited. | |
[11:12:45] [main/WARN]: Mod `presencefootsteps` (r31-1.17-rc1) does not respect SemVer - comparison support is limited. | |
[11:12:55] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/Maicol/curseforge/minecraft/Install/libraries/net/fabricmc/sponge-mixin/0.9.4+mixin.0.8.2/sponge-mixin-0.9.4+mixin.0.8.2.jar Service=Knot/Fabric Env=CLIENT | |
[11:12:55] [main/INFO]: Compatibility level set to JAVA_16 | |
[11:13:02] [main/WARN]: Reference map 'mythic-mounts-refmap.json' for mythic-mounts.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'owo-refmap.json' for owo.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'wrenchable-refmap.json' for wrenchable.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'assembly-refmap.json' for assembly.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'grizzlybear-refmap.json' for grizzlybear.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'craftingtweaks-fabric-refmap.json' for craftingtweaks.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'twigs-refmap.json' for twigs.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'indrev-nikolite-refmap.json' for indrev-nikolite.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'addendum-refmap.json' for addendum.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: [Satin] Sodium is present, custom block renders may not work | |
[11:13:02] [main/INFO]: Loaded configuration file for Sodium: 28 options available, 0 override(s) found | |
[11:13:02] [main/WARN]: Reference map 'dmlSimulacrum-refmap.json' for dmlSimulacrum.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'ducts-refmap.json' for ducts.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'ezpas-refmap.json' for ezpas.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'caracalmob-refmap.json' for caracalmob.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:02] [main/WARN]: Reference map 'coat-refmap.json' for coat.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:03] [main/INFO]: [MixinConfig] Not adding music_improvements.TryCustomMusicMixin | |
[11:13:03] [main/INFO]: [MixinConfig] Not adding helper.CheckEnchantingPowerMixin | |
[11:13:03] [main/INFO]: [MixinConfig] Not adding devenv.FixDevAuthSpamMixin | |
[11:13:03] [main/INFO]: [MixinConfig] Not adding helper.ShowEnchantmentParticlesMixin | |
[11:13:03] [main/WARN]: Reference map 'fabric-chunkpregen-refmap.json' for chunkpregen.mixins.json could not be read. If this is a development environment you can ignore this message | |
[11:13:03] [main/WARN]: @Mixin target net/minecraft/class_481$class_484 is public in mousewheelie.mixins.json:MixinCreativeSlot and should be specified in value | |
[11:13:03] [main/WARN]: @Mixin target net/minecraft/class_2474$class_5124 is public in fabric-tag-extensions-v0.mixins.json:MixinObjectBuilder and should be specified in value | |
[11:13:03] [main/WARN]: @Mixin target net/minecraft/class_785$class_786 is public in crusade.mixins.json:ModelElementMixin and should be specified in value | |
[11:13:03] [main/WARN]: Error loading class: net/kyrptonaught/inventorysorter/client/SortButtonWidget (java.lang.ClassNotFoundException: net/kyrptonaught/inventorysorter/client/SortButtonWidget) | |
[11:13:04] [main/WARN]: Error loading class: me/flashyreese/mods/reeses_sodium_options/client/gui/SodiumVideoOptionsScreen (java.lang.ClassNotFoundException: me/flashyreese/mods/reeses_sodium_options/client/gui/SodiumVideoOptionsScreen) | |
[11:13:04] [main/WARN]: Error loading class: io/github/apace100/apoli/power/PreventItemUsePower (java.lang.ClassNotFoundException: io/github/apace100/apoli/power/PreventItemUsePower) | |
[11:13:04] [main/WARN]: @Mixin target io.github.apace100.apoli.power.PreventItemUsePower was not found bewitchment.mixins.json:integration.origins.PreventItemUsePowerMixin | |
[11:13:04] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in mixins.impersonate.common.json:EntityTrackerAccessor and should be specified in value | |
[11:13:04] [main/WARN]: @Mixin target net/minecraft/class_1921$class_4687 is public in iris-batched-entity-rendering.mixins.json:MixinMultiPhaseRenderLayer and should be specified in value | |
[11:13:04] [main/WARN]: Error loading class: me/jellysquid/mods/lithium/common/world/chunk/LithiumHashPalette (java.lang.ClassNotFoundException: me/jellysquid/mods/lithium/common/world/chunk/LithiumHashPalette) | |
[11:13:04] [main/WARN]: @Mixin target me.jellysquid.mods.lithium.common.world.chunk.LithiumHashPalette was not found polymer.mixins.json:block.BlockPaletteMixin | |
[11:13:04] [main/WARN]: @Mixin target net/minecraft/class_631$class_3681 is public in sodium.mixins.json:features.chunk_rendering.MixinClientChunkManager$MixinClientChunkMap and should be specified in value | |
[11:13:05] [main/WARN]: Error loading class: me/shedaniel/rei/impl/client/gui/fabric/ScreenOverlayImplImpl (java.lang.ClassNotFoundException: me/shedaniel/rei/impl/client/gui/fabric/ScreenOverlayImplImpl) | |
[11:13:05] [main/WARN]: @Mixin target me.shedaniel.rei.impl.client.gui.fabric.ScreenOverlayImplImpl was not found appleskin.mixins.json:REITooltipMixin | |
[11:13:05] [main/WARN]: @Mixin target net/minecraft/class_3353$class_3354 is public in charm.mixins.json:accessor.MineshaftCorridorAccessor and should be specified in value | |
[11:13:05] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value | |
[11:13:10] [main/INFO]: Kambrik Says Hello! | |
[11:13:10] [main/INFO]: Trying to switch memory allocators to work around memory leaks present with Jemalloc 5.0.0 through 5.2.0 on Windows | |
[11:13:11] [main/WARN]: Couldn't restore the server config as it's not included | |
[11:13:11] [main/INFO]: I used the json to destroy the json | |
[11:13:11] [main/INFO]: Initializing StacktraceDeobfuscator | |
[11:13:11] [main/INFO]: Done initializing StacktraceDeobfuscator | |
[11:13:15] [main/WARN]: @Final field field_25041:Ljava/util/function/IntSupplier; in mojangster.mixins.json:SplashOverlay should be final | |
[11:13:17] [main/WARN]: @Redirect conflict. Skipping terrarianslimes.mixins.json:PistonBlockMixin->@Redirect::redirectIsMovableBlockEntityCheck(Lnet/minecraft/class_2680;)Z with priority 200, already redirected by carpet.mixins.json:PistonBlock_movableTEMixin->@Redirect::ifHasBlockEntity(Lnet/minecraft/class_2680;)Z with priority 1000 | |
[11:13:18] [main/WARN]: Method overwrite conflict for method_5800 in carpet-fixes.mixins.json:itemFixes.ItemEntity_lightningKillsDropsMixin, previously written by carpet.mixins.ItemEntityMixin. Skipping method. | |
[11:13:19] [main/WARN]: Method overwrite conflict for equals in nyfsquivers.mixins.json:ItemStackMixin, previously written by draylar.inmis.mixin.ItemStackMixin. Skipping method. | |
[11:13:22] [main/WARN]: Method overwrite conflict for getStructureSpawns in barrenisles.mixins.json:NoiseChunkGeneratorMixin, previously written by com.finallion.graveyard.mixin.NoiseChunkGeneratorMixin. Skipping method. | |
[11:13:22] [main/WARN]: Method overwrite conflict for getStructureSpawns in scorch.mixins.json:NoiseChunkGeneratorMixin, previously written by com.finallion.graveyard.mixin.NoiseChunkGeneratorMixin. Skipping method. | |
[11:13:23] [main/WARN]: Method overwrite conflict for setCount in clumps.common.json:ExperienceOrbAccess, previously written by carpet.mixins.ExperienceOrbEntityMixin. Skipping method. | |
[11:13:23] [main/WARN]: Method overwrite conflict for setAmount in extraalchemy.access.json:AccessorExperienceOrbEntity, previously written by carpet.mixins.ExperienceOrbEntityMixin. Skipping method. | |
[11:13:23] [main/WARN]: @Redirect conflict. Skipping carpet-fixes.mixins.json:entityFixes.FishingBobberEntity_outsideWaterMixin->@Redirect::betterTick(Lnet/minecraft/class_3610;Lnet/minecraft/class_3494;)Z with priority 1000, already redirected by go-fish.mixins.json:FishingBobberLavaFishingMixin->@Redirect::fallOutsideLiquid(Lnet/minecraft/class_3610;Lnet/minecraft/class_3494;)Z with priority 1000 | |
[11:13:26] [main/ERROR]: Entity trumpet-skeleton:trumpet_skeleton has no attributes | |
[11:13:26] [Render thread/WARN]: Method overwrite conflict for method_22920 in sodium.mixins.json:features.buffer_builder.intrinsics.MixinBufferBuilder, previously written by net.coderbot.iris.mixin.vertices.block_rendering.MixinBufferBuilder_SeparateAo. Skipping method. | |
[11:13:26] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' | |
[11:13:27] [Render thread/INFO]: Setting user: xMaicx | |
[11:13:27] [Render thread/INFO]: [STDOUT]: DEUS VULT! | |
[11:13:27] [Render thread/INFO]: Looking for KubeJS plugins... | |
[11:13:27] [Render thread/INFO]: Found kubejs plugin | |
[11:13:28] [Render thread/INFO]: Done in 0 s | |
[11:13:28] [Render thread/INFO]: Loaded common.properties | |
[11:13:28] [Render thread/INFO]: [STDOUT]: Context#setLanguageVersion(v) is deprecated! | |
[11:13:28] [Render thread/INFO]: Loaded script startup_scripts:items.js in 0.107 s | |
[11:13:28] [Render thread/INFO]: Loaded script startup_scripts:worldgen.js in 0.001 s | |
[11:13:28] [Render thread/INFO]: Loaded 2/2 KubeJS startup scripts in 0.239 s | |
[11:13:28] [Render thread/INFO]: [STDOUT]: Context#setLanguageVersion(v) is deprecated! | |
[11:13:28] [Render thread/INFO]: Loaded script client_scripts:rei.js in 0.004 s | |
[11:13:28] [Render thread/INFO]: Loaded 1/1 KubeJS client scripts in 0.008 s | |
[11:13:28] [Render thread/INFO]: Trying to read config file... | |
[11:13:28] [Render thread/INFO]: A config file was found, loading it.. | |
[11:13:28] [Render thread/INFO]: Successfully loaded config file. | |
[11:13:29] [Render thread/INFO]: Initialized Columns compatibility | |
[11:13:29] [Render thread/INFO]: TechReborn setup done! | |
[11:13:30] [Render thread/INFO]: [Assembly] Initializing | |
[11:13:31] [Render thread/INFO]: ATBYW Mod Interaction RRP Inintiliazed | |
[11:13:31] [Render thread/INFO]: ATBYW Items Inintiliazed | |
[11:13:31] [Render thread/INFO]: ATBYW Blocks Inintiliazed | |
[11:13:31] [Render thread/ERROR]: No data fixer registered for timer_repeater | |
[11:13:31] [Render thread/INFO]: ATBYW Block Entities Inintiliazed | |
[11:13:31] [Render thread/INFO]: ATBYW Recipes Inintiliazed | |
[11:13:31] [Render thread/INFO]: ATBYW RRP Inintiliazed | |
[11:13:31] [Render thread/INFO]: ATBYW Inintiliazed | |
[11:13:32] [Render thread/INFO]: Initializing ModEntityTypes... | |
[11:13:32] [Render thread/ERROR]: No data fixer registered for outvoted:wildfire | |
[11:13:32] [Render thread/ERROR]: No data fixer registered for outvoted:glutton | |
[11:13:32] [Render thread/ERROR]: No data fixer registered for outvoted:barnacle | |
[11:13:32] [Render thread/ERROR]: No data fixer registered for outvoted:meerkat | |
[11:13:32] [Render thread/ERROR]: No data fixer registered for outvoted:ostrich | |
[11:13:32] [Render thread/ERROR]: No data fixer registered for burrow | |
[11:13:33] [Render thread/INFO]: [STDOUT]: Deep Mob Learning: Refabricated is good to go | |
[11:13:33] [Render thread/INFO]: Initializing Custom Stars... | |
[11:13:33] [Render thread/INFO]: [STDOUT]: KtDataTagLib Example Mod is running | |
[11:13:33] [Render thread/INFO]: [STDOUT]: Config: net.nicguzzo.wands.WandsConfig@7fc861ff | |
[11:13:33] [Render thread/INFO]: [STDOUT]: Config updated! | |
[11:13:33] [Render thread/INFO]: [STDOUT]: Config loaded! | |
[11:13:33] [Render thread/INFO]: [Animal Feeding Trough] Load Complete! Enjoy :D | |
[11:13:33] [Render thread/INFO]: [STDOUT]: May you find fine hats! | |
[11:13:33] [Render thread/INFO]: Trying to read config file... | |
[11:13:33] [Render thread/INFO]: A config file was found, loading it.. | |
[11:13:33] [Render thread/INFO]: Successfully loaded config file. | |
[11:13:33] [Render thread/INFO]: Trying to read config file... | |
[11:13:33] [Render thread/INFO]: A config file was found, loading it.. | |
[11:13:33] [Render thread/INFO]: Successfully loaded config file. | |
[11:13:33] [Render thread/FATAL]: Mixin apply failed megane-extra-generators.mixins.json:ItemInvHolder -> io.github.lucaargolo.extragenerators.common.blockentity.ItemGeneratorBlockEntity: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException No candidates were found matching itemInv:Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; in io/github/lucaargolo/extragenerators/common/blockentity/ItemGeneratorBlockEntity for megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; [INJECT Applicator Phase -> megane-extra-generators.mixins.json:ItemInvHolder -> Apply Accessors -> -> Locate -> megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv;] | |
org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException: No candidates were found matching itemInv:Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; in io/github/lucaargolo/extragenerators/common/blockentity/ItemGeneratorBlockEntity for megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; [INJECT Applicator Phase -> megane-extra-generators.mixins.json:ItemInvHolder -> Apply Accessors -> -> Locate -> megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv;] | |
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.61) ~[?:?] | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.findTarget(AccessorInfo.java:518) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.findTargetField(AccessorInfo.java:501) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.locate(AccessorInfo.java:475) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.generateAccessors(MixinTargetContext.java:1318) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyAccessors(MixinApplicatorStandard.java:1051) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) ~[sponge-mixin-0.9.4+mixin.0.8.2.jar:0.9.4+mixin.0.8.2] | |
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) ~[fabric-loader-0.11.6.jar:0.9.4+mixin.0.8.2] | |
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162) ~[fabric-loader-0.11.6.jar:?] | |
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154) ~[fabric-loader-0.11.6.jar:?] | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?] | |
at io.github.lucaargolo.extragenerators.common.blockentity.BlockEntityCompendium.<clinit>(BlockEntityCompendium.kt:16) ~[extra-generators-1.1-BETA+1.17.jar:?] | |
at io.github.lucaargolo.extragenerators.ExtraGenerators.onInitialize(ExtraGenerators.kt:34) ~[extra-generators-1.1-BETA+1.17.jar:?] | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47) ~[fabric-loader-0.11.6.jar:?] | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33) ~[fabric-loader-0.11.6.jar:?] | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33) ~[fabric-loader-0.11.6.jar:?] | |
at net.minecraft.client.MinecraftClient.redirect$zhb000$catchFabricInit(MinecraftClient:5564) ~[?:?] | |
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient:457) ~[?:?] | |
at net.minecraft.client.main.Main.main(Main:179) [intermediary-1.17.1.jar:?] | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?] | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] | |
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] | |
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?] | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?] | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?] | |
[11:13:34] [Render thread/INFO]: [STDOUT]: PughLib has loaded - v1.1.5 | |
[11:13:34] [Render thread/INFO]: Industrial Revolution has initialized. | |
[11:13:34] [Render thread/INFO]: Reborn core is done for now, now to let other mods have their turn... | |
[11:13:34] [Render thread/INFO]: Totemic Overhaul by Tacodude Initalized. | |
[11:13:35] [Render thread/INFO]: Called onInitialize. | |
[11:13:35] [Render thread/INFO]: Finished initializing. | |
[11:13:35] [Render thread/INFO]: Discovered plugin breakprogress:break_progress at io.github.haykam821.breakprogress.BreakProgressWailaPlugin | |
[11:13:35] [Render thread/INFO]: Discovered plugin megane:plugin at badasintended.megane.runtime.Megane | |
[11:13:35] [Render thread/INFO]: Discovered plugin waila:vanilla at mcp.mobius.waila.plugin.vanilla.WailaVanilla | |
[11:13:35] [Render thread/INFO]: Discovered plugin cimtb:cimtb_plugin at me.shedaniel.cimtb.CimtbWailaPlugin | |
[11:13:35] [Render thread/INFO]: Discovered plugin waila:core at mcp.mobius.waila.plugin.core.WailaCore | |
[11:13:35] [Render thread/INFO]: Discovered plugin modern_industrialization:plugin at aztech.modern_industrialization.compat.waila.MIWailaPlugin | |
[11:13:35] [Render thread/INFO]: Registering plugin at mcp.mobius.waila.plugin.core.WailaCore | |
[11:13:35] [Render thread/INFO]: Registering plugin at aztech.modern_industrialization.compat.waila.MIWailaPlugin | |
[11:13:35] [Render thread/INFO]: Registering plugin at badasintended.megane.runtime.Megane | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.Minecraft from megane-vanilla | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.FastTransferLib from megane-fast-transfer-lib | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.LibBlockAttributesFluids from megane-lib-block-attributes | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.WirelessNetworks from megane-wireless-networks | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.ModernIndustrialization from megane-modern-industrialization | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.TeamRebornEnergy from megane-team-reborn-energy | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.ExtraGenerators from megane-extra-generators | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.IndustrialRevolution from megane-industrial-revolution | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.TechReborn from megane-tech-reborn | |
[11:13:35] [Render thread/INFO]: [megane] Loading badasintended.megane.impl.Kibe from megane-kibe | |
[11:13:35] [Render thread/INFO]: Registering plugin at io.github.haykam821.breakprogress.BreakProgressWailaPlugin | |
[11:13:35] [Render thread/INFO]: Registering plugin at mcp.mobius.waila.plugin.vanilla.WailaVanilla | |
[11:13:35] [Render thread/INFO]: Registering plugin at me.shedaniel.cimtb.CimtbWailaPlugin | |
[11:13:35] [Render thread/INFO]: [cave biomes] Your caves are cavier! | |
[11:13:35] [Render thread/INFO]: [Enhanced Mushrooms] Initializing | |
[11:13:35] [Render thread/INFO]: Definitely not up to no good | |
[11:13:36] [Render thread/WARN]: @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$dob000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. | |
[11:13:36] [Render thread/INFO]: [Croptosis] has been initiated. | |
[11:13:36] [Render thread/ERROR]: No data fixer registered for untitledduckmod:duck | |
[11:13:36] [Render thread/ERROR]: No data fixer registered for untitledduckmod:duck_egg | |
[11:13:36] [Render thread/ERROR]: No data fixer registered for untitledduckmod:goose | |
[11:13:36] [Render thread/ERROR]: No data fixer registered for untitledduckmod:goose_egg | |
[11:13:36] [Render thread/INFO]: Loaded configuration file "C:\Users\Maicol\curseforge\minecraft\Instances\Benchmark - 1.17.1\config\trumpet-skeleton.properties" | |
[11:13:37] [Render thread/INFO]: [Chord] Initializing | |
[11:13:37] [Render thread/INFO]: [Chord] Initialized | |
[11:13:37] [Render thread/INFO]: Common init is called. quarryplus | |
[11:13:37] [Render thread/INFO]: Silk not found, not loading compatibility for fluids. | |
[11:13:37] [Render thread/INFO]: Dank Storage found, loading compatibility for items. | |
[11:13:37] [Render thread/INFO]: [STDOUT]: Loading TRansliterationLib | |
[11:13:37] [Render thread/INFO]: [STDOUT]: Loaded TRansliterationLib | |
[11:13:37] [Render thread/INFO]: Trying to read config file... | |
[11:13:37] [Render thread/INFO]: A config file was found, loading it.. | |
[11:13:37] [Render thread/INFO]: Successfully loaded config file. | |
[11:13:37] [Render thread/INFO]: [STDOUT]: ######## BetterNether for 1.17.1 ######## | |
[11:13:37] [Render thread/INFO]: [BetterNether] Enabled Vanilla Hammers Integration | |
[11:13:37] [Render thread/INFO]: [BetterNether] Enabled Vanilla Excavators Integration | |
[11:13:40] [Render thread/INFO]: [Addendum] Add-End-Um | |
[11:13:40] [Render thread/INFO]: Trying to read config file... | |
[11:13:40] [Render thread/INFO]: A config file was found, loading it.. | |
[11:13:40] [Render thread/INFO]: Successfully loaded config file. | |
[11:13:40] [Render thread/INFO]: Ducts! | |
[11:13:40] [Render thread/INFO]: Loaded 5 Static Content files for battletowers:towers | |
[11:13:40] [Render thread/INFO]: [Audio Output] Init | |
[11:13:41] [Render thread/WARN]: @Final field field_14349:Lorg/apache/logging/log4j/Logger; in carpet-fixes.mixins.json:backports.PlayerManager_LlamaRidingDupeMixin should be final | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled AerialAffinityEnchantment | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled AnvilImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ArmorInvisibility | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Atlases | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled AutoRestock | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled AutomaticRecipeUnlock | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled AzaleaWood | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled BatBuckets | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled BeaconsHealMobs | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Beekeepers | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled BiomeDungeons | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled BlockOfEnderPearls | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled BlockOfGunpowder | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled BlockOfSugar | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Bookcases | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled BundleSorting | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled CampfiresNoDamage | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Casks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled CaveSpidersDropCobwebs | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ChickensDropFeathers | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ClearItemFrames | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled CollectionEnchantment | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ColoredBundles | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ColoredGlints | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled CookingPots | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled CopperRails | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled CoralSeaLanterns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled CoralSquids | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Core | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled DecreaseRepairCost | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled EbonyWood | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled EditableSigns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled EnderBundles | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled EndermitePowder | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled EntitySpawners | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ExtraBoats | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ExtraNuggets | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ExtraRecipes | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ExtractEnchantments | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled FeatherFallingCrops | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled GentlePotionParticles | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Glowballs | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled GrindableHorseArmor | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled HoeHarvesting | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled HuskImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled InventoryTidying | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Kilns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled LavaBucketDestroysItems | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Lumberjacks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled MapTooltips | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled MineshaftImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Mooblooms | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled MorePortalFrames | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled MoreVillageBiomes | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled MusicImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled OpenDoubleDoors | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ParrotsStayOnShoulder | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled PathToDirt | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled PlayerPressurePlates | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled PlayerState | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled PotionOfHogsbane | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled PotionOfPiercingVision | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled PotionOfSpelunking | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Quadrants | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled RaidHorns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled RedstoneLanterns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled RedstoneSand | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled RemoveNitwits | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled RemovePotionGlint | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled RemoveSpyglassScope | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled ShulkerBoxTooltips | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled SnowStorms | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled StackableEnchantedBooks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled StackablePotions | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled StackableStews | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled StorageCrates | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled StorageLabels | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled StrayImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled TamedAnimalsNoDamage | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled TotemOfPreserving | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled UseTotemFromInventory | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantBarrels | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantBars | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantBookshelves | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantChains | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantChests | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantLadders | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantLanterns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantMobTextures | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled VillagersFollowEmeraldBlocks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled WanderingTraderImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled WitchesDropLuck | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Enabled Woodcutters | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running AerialAffinityEnchantment | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running AnvilImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ArmorInvisibility | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Atlases | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running AutoRestock | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running AutomaticRecipeUnlock | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running AzaleaWood | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running BatBuckets | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running BeaconsHealMobs | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Beekeepers | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running BiomeDungeons | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running BlockOfEnderPearls | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running BlockOfGunpowder | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running BlockOfSugar | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Bookcases | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running BundleSorting | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running CampfiresNoDamage | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Casks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running CaveSpidersDropCobwebs | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ChickensDropFeathers | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ClearItemFrames | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running CollectionEnchantment | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ColoredBundles | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ColoredGlints | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running CookingPots | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running CopperRails | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running CoralSeaLanterns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running CoralSquids | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Core | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running DecreaseRepairCost | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running EbonyWood | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running EditableSigns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running EnderBundles | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running EndermitePowder | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running EntitySpawners | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ExtraBoats | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ExtraNuggets | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ExtraRecipes | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ExtractEnchantments | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running FeatherFallingCrops | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running GentlePotionParticles | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Glowballs | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running GrindableHorseArmor | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running HoeHarvesting | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running HuskImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running InventoryTidying | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Kilns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running LavaBucketDestroysItems | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Lumberjacks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running MapTooltips | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running MineshaftImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Mooblooms | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running MorePortalFrames | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running MoreVillageBiomes | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running MusicImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running OpenDoubleDoors | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ParrotsStayOnShoulder | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running PathToDirt | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running PlayerPressurePlates | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running PlayerState | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running PotionOfHogsbane | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running PotionOfPiercingVision | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running PotionOfSpelunking | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Quadrants | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running RaidHorns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running RedstoneLanterns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running RedstoneSand | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running RemoveNitwits | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running RemovePotionGlint | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running RemoveSpyglassScope | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running ShulkerBoxTooltips | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running SnowStorms | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running StackableEnchantedBooks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running StackablePotions | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running StackableStews | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running StorageCrates | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running StorageLabels | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running StrayImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running TamedAnimalsNoDamage | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running TotemOfPreserving | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running UseTotemFromInventory | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantBarrels | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantBars | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantBookshelves | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantChains | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantChests | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantLadders | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantLanterns | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VariantMobTextures | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running VillagersFollowEmeraldBlocks | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running WanderingTraderImprovements | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running WitchesDropLuck | |
[11:13:41] [Render thread/INFO]: [ModuleLoader] Running Woodcutters | |
[11:13:41] [Render thread/INFO]: [AqUpd's Mobs] Grizzly Bears mod is loaded! | |
[11:13:42] [Render thread/INFO]: [HQM] Loading Quest Line, with 0 temp paths. () | |
[11:13:42] [Render thread/INFO]: Loaded 5 Static Content files for wolveswitharmor:wolf_armor | |
[11:13:43] [Render thread/INFO]: Loaded Config! Regular deepslate extras are OFF | |
[11:13:44] [Render thread/INFO]: Fruity! | |
[11:13:45] [Render thread/INFO]: [STDOUT]: index is:33 | |
[11:13:46] [Render thread/INFO]: [STDOUT]: index is:44 | |
[11:13:49] [Render thread/INFO]: [STDOUT]: index is:124 | |
[11:13:50] [Render thread/INFO]: [STDOUT]: index is:150 | |
[11:14:01] [Render thread/INFO]: [STDOUT]: PughTools has loaded - v1.0.3 | |
[11:14:09] [Render thread/INFO]: [Skinned Lanterns] Lanterns Loaded! | |
[11:14:09] [Render thread/INFO]: Starting datagen in: C:\Users\Maicol\curseforge\minecraft\Instances\src\generated\resources | |
[11:14:09] [Render thread/INFO]: Starting provider: ModelStateDataProvider | |
[11:14:09] [Render thread/INFO]: ModelStateDataProvider finished after 11 ms | |
[11:14:09] [Render thread/INFO]: Starting provider: LootTableDataProvider | |
[11:14:09] [Render thread/INFO]: LootTableDataProvider finished after 6 ms | |
[11:14:09] [Render thread/INFO]: All providers took: 19 ms | |
[11:14:09] [Render thread/INFO]: [Skinned Lanterns] SkinnedStates Loaded! | |
[11:14:09] [Render thread/INFO]: Starting datagen in: C:\Users\Maicol\curseforge\minecraft\Instances\src\generated\resources | |
[11:14:09] [Render thread/INFO]: Starting provider: ModelStateDataProvider | |
[11:14:09] [Render thread/INFO]: ModelStateDataProvider finished after 7 ms | |
[11:14:09] [Render thread/INFO]: Starting provider: LootTableDataProvider | |
[11:14:09] [Render thread/INFO]: LootTableDataProvider finished after 96 ms | |
[11:14:09] [Render thread/INFO]: All providers took: 104 ms | |
[11:14:10] [Render thread/INFO]: [Skinned Lanterns] SkinnedTables Loaded! | |
[11:14:10] [Render thread/INFO]: [Skinned Lanterns] SkinnedDataGen Loaded! | |
[11:14:10] [Render thread/INFO]: [Skinned Lanterns] Skinning the Lanterns! | |
[11:14:10] [Render thread/INFO]: REI Found | |
[11:14:10] [Render thread/INFO]: Common init | |
[11:14:10] [Render thread/INFO]: Optifine is not installed | |
[11:14:13] [Render thread/INFO]: [AqUpd's Mobs] Caracal mod is loaded! | |
[11:14:13] [Render thread/INFO]: [STDOUT]: Let there be nears! | |
[11:14:13] [Render thread/INFO]: Registering pehkui effects | |
[11:14:13] [Render thread/INFO]: Registered 16 status effects | |
[11:14:13] [Render thread/INFO]: Registered dummy effects | |
[11:14:13] [Render thread/INFO]: Registering pehkui potions | |
[11:14:13] [Render thread/INFO]: Registered 39 potions | |
[11:14:13] [Render thread/INFO]: Registering pehkui recipes | |
[11:14:14] [Render thread/INFO]: [Wandering Collector] Initializing | |
[11:14:14] [Render thread/INFO]: Loaded 14 Static Content files for vanilla-hammers:hammers | |
[11:14:17] [Render thread/INFO]: Loaded configuration file "C:\Users\Maicol\curseforge\minecraft\Instances\Benchmark - 1.17.1\config\flonters.properties" | |
[11:14:17] [Render thread/INFO]: [Fabric-Waystones] is initializing. | |
[11:14:17] [Render thread/INFO]: [Fabric-Waystones] has successfully been initialized. | |
[11:14:17] [Render thread/INFO]: [Fabric-Waystones] If you have any issues or questions, feel free to join our Discord: https://discord.gg/vMjzgS4. | |
[11:14:31] [Render thread/INFO]: Tech Reborn is detected, loading compatibility recipes for Modern Industrialization! | |
[11:14:31] [Render thread/INFO]: Industrial Revolution is detected, loading compatibility recipes for Modern Industrialization! | |
[11:14:31] [Render thread/INFO]: Modern Industrialization setup done! | |
[11:14:31] [Render thread/INFO]: imagine people still looking for these :hahayes: | |
[11:14:32] [Render thread/INFO]: Humankind cannot gain anything without first giving something in return. To obtain, something of equal value must be lost. | |
[11:14:34] [Render thread/INFO]: Config loaded. | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ReiPlugin [techreborn] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider REIPlugin [winged] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider REIPlugin [indrev] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider OxidizePlugin [oxidizelib] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider OxidizeClientPlugin [oxidizelib] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider FabricWailaRei [wthit] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ReiPlugin [slotlink] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider LacrimisPlugin [lacrimis] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ClientLacrimisPlugin [lacrimis] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider CharmReiClientPlugin [charm] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider CharmReiServerPlugin [charm] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ImprovedStationsREIContainerInfo [improved-stations] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ImprovedStationsREIPlugin [improved-stations] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ReiCompat [expandedstorage] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider REIPlugin [kubejs] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ReiPlugin [kjsextras] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ReiPlugin [magicfungi] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider REIChippedPlugin [chipped] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider RoughlyEnoughItemsIntegration [craftingtweaks] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider BWREIPlugin [bewitchment] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ConjuringPlugin [conjuring] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider AlaskaPlugin [alaskanativecraft] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ThingsPlugin [things] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider REIPlugin [betterend] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider APPlugin [architects_palette] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider MIREIPlugin [modern_industrialization] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider FluidFuelsPlugin [modern_industrialization] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ForgeHammerRecipePlugin [modern_industrialization] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider MachinesPlugin [modern_industrialization] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ReiPlugin [dml-refabricated-rei] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider REIPlugin [nbtcrafting] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ReiCompat [extragenerators] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider FacilityReiPlugin [facility] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider REIPlugin [spiceoffabric] for REIPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider OxidizePlugin [oxidizelib] for REIServerPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider LacrimisPlugin [lacrimis] for REIServerPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider CharmReiServerPlugin [charm] for REIServerPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider ImprovedStationsREIContainerInfo [improved-stations] for REIServerPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIServerPlugin | |
[11:14:34] [Render thread/INFO]: Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIServerPlugin | |
[11:14:34] [OnlineMappingProvider/INFO]: Yarn mapping file yarn-1.17.1+build.61-v2.tiny loaded | |
[11:14:35] [Render thread/INFO]: Heartbond was initialized. Enjoy bonding! | |
[11:14:35] [Render thread/INFO]: [STDOUT]: Negative index in crash report handler (13/14) | |
[11:14:35] [Render thread/FATAL]: Minecraft ran into a problem! Report saved to: C:\Users\Maicol\curseforge\minecraft\Instances\Benchmark - 1.17.1\crash-reports\crash-2021-09-29_11.14.35-server.txt | |
---- Minecraft Crash Report ---- | |
// You're mean. | |
Time: 9/29/21, 11:14 AM | |
Description: Initializing game | |
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'extragenerators'! | |
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.61) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33) | |
at net.minecraft.client.MinecraftClient.redirect$zhb000$catchFabricInit(MinecraftClient:5564) | |
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient:457) | |
at net.minecraft.client.main.Main.main(Main:179) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:567) | |
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | |
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208) | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) | |
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) | |
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162) | |
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) | |
at io.github.lucaargolo.extragenerators.common.blockentity.BlockEntityCompendium.<clinit>(BlockEntityCompendium.kt:16) | |
at io.github.lucaargolo.extragenerators.ExtraGenerators.onInitialize(ExtraGenerators.kt:34) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47) | |
... 12 more | |
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [megane-extra-generators.mixins.json:ItemInvHolder] from phase [DEFAULT] in config [megane-extra-generators.mixins.json] FAILED during APPLY | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:594) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356) | |
... 21 more | |
Caused by: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException: No candidates were found matching itemInv:Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; in io/github/lucaargolo/extragenerators/common/blockentity/ItemGeneratorBlockEntity for megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv; [INJECT Applicator Phase -> megane-extra-generators.mixins.json:ItemInvHolder -> Apply Accessors -> -> Locate -> megane-extra-generators.mixins.json:ItemInvHolder->@Accessor[FIELD_GETTER]::getItemInv()Lalexiil/mc/lib/attributes/item/impl/FullFixedItemInv;] | |
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.61) | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.findTarget(AccessorInfo.java:518) | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.findTargetField(AccessorInfo.java:501) | |
at org.spongepowered.asm.mixin.gen.AccessorInfo.locate(AccessorInfo.java:475) | |
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.generateAccessors(MixinTargetContext.java:1318) | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyAccessors(MixinApplicatorStandard.java:1051) | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) | |
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) | |
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) | |
... 21 more | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Render thread | |
Stacktrace: | |
at net.minecraft.class_128.handler$hfp000$fillPatchouliContext(class_128.java:1521) | |
-- Patchouli Book Info -- | |
Details: | |
Patchouli open book context: n/a | |
Stacktrace: | |
at net.minecraft.class_128.handler$hfp000$fillPatchouliContext(class_128.java:1521) | |
at net.minecraft.class_128.<init>(class_128.java:37) | |
at net.minecraft.class_128.method_560(class_128.java:267) | |
at fudge.notenoughcrashes.mixinhandlers.EntryPointCatcher.handleEntryPointError(EntryPointCatcher.java:37) | |
at net.minecraft.class_310.redirect$zhb000$catchFabricInit(class_310.java:5566) | |
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.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | |
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | |
-- Initialization -- | |
Details: | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.17.1 | |
Minecraft Version ID: 1.17.1 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 16.0.1, Microsoft | |
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft | |
Memory: 303010032 bytes (288 MiB) / 1610612736 bytes (1536 MiB) up to 12884901888 bytes (12288 MiB) | |
CPUs: 16 | |
Processor Vendor: GenuineIntel | |
Processor Name: Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz | |
Identifier: Intel64 Family 6 Model 165 Stepping 2 | |
Microarchitecture: unknown | |
Frequency (GHz): 2.30 | |
Number of physical packages: 1 | |
Number of physical CPUs: 8 | |
Number of logical CPUs: 16 | |
Graphics card #0 name: NVIDIA GeForce RTX 2070 Super | |
Graphics card #0 vendor: NVIDIA (0x10de) | |
Graphics card #0 VRAM (MB): 4095.00 | |
Graphics card #0 deviceId: 0x1e91 | |
Graphics card #0 versionInfo: DriverVersion=30.0.14.7212 | |
Graphics card #1 name: Intel(R) UHD Graphics | |
Graphics card #1 vendor: Intel Corporation (0x8086) | |
Graphics card #1 VRAM (MB): 1024.00 | |
Graphics card #1 deviceId: 0x9bc4 | |
Graphics card #1 versionInfo: DriverVersion=26.20.100.7985 | |
Memory slot #0 capacity (MB): 16384.00 | |
Memory slot #0 clockSpeed (GHz): 3.20 | |
Memory slot #0 type: DDR4 | |
Memory slot #1 capacity (MB): 16384.00 | |
Memory slot #1 clockSpeed (GHz): 3.20 | |
Memory slot #1 type: DDR4 | |
Virtual memory max (MB): 38314.79 | |
Virtual memory used (MB): 29025.86 | |
Swap memory total (MB): 5762.58 | |
Swap memory used (MB): 214.84 | |
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m | |
Fabric Mods: | |
adapaxels: AdaPaxels 1.2.1+1.17.1 | |
addendum: Addendum 1.0.2 | |
additionaladditions: Additional Additions 2.1.3 | |
additionalbars: Additional Bars 2.1.1 | |
adorn: Adorn 2.1.3+1.17.1 | |
advanced_runtime_resource_pack: Runtime Resource Pack 0.4.3 | |
advancementplaques: Advancement Plaques 1.3.1 | |
advancements-enlarger: Advancements Enlarger 0.2.4 | |
advdebug: Advancements Debug 2.3.0 | |
adventurez: AdventureZ 1.2.10 | |
alaskanativecraft: Alaska Native Craft 1.3.1 | |
ambientenvironment: Ambient Environment fabric-1.17-rc2-6.0.0.11 | |
amecsapi: Amecs API 1.1.4+mc21w16a | |
animal_feeding_trough: Animal Feeding Trough 1.0.2 | |
appleskin: AppleSkin mc1.17-2.1.3 | |
aqupd: Caracal mob 1.17-1.2.2 | |
aqupdgrizzly: Grizzly Bear mob 1.1.1 | |
arcanus: Arcanus 1.11 | |
architects_palette: Architect's Palette Fabric 1.2 | |
architectury: Architectury 2.2.21 | |
artifality: Artifality 0.3.3 | |
artofalchemy: Art of Alchemy: Memoriam 1.2.0+1.17.1 | |
assembly: Assembly 21w06a-1.0.0 | |
atbyw: All The Blocks You Want (ATBYW) 1.5.2 | |
attributefix: Attribute Fix {FABRIC} 1.0.2 | |
audiooutput: AudioOutput 0.0.4 | |
authme: Auth Me 1.5.0 | |
autoconfig1u: Auto Config v1 Updated 3.3.1 | |
balm-fabric: Balm 1.3.0+0 | |
barrenisles: Barren Isles fabric-1.17-1.0.6 | |
battletowers: Battle Towers 3.4.0-1.17.1 | |
bclib: BCLib 0.2.3 | |
beaconoverhaul: Beacon Overhaul 1.4.1+1.17 | |
bebooks: Better Enchanted Books 1.2.11 | |
bedspreads: Bedspreads 1.4.0-1.17 | |
beenfo: Beenfo 1.17.1-fabric0.36.1-1.3.2 | |
bendy-lib: Bendy api 2.0.2 | |
better_wandering_trader: Better Wandering Trader 1.7.0 | |
better_withered_mobs: Better Withered Mobs 1.6.1 | |
betterbiomeblend: Better Biome Blend 1.17.0-1.2.9-fabric | |
betterdungeons: YUNG's Better Dungeons 1.17-1.0 | |
betterend: Better End 0.10.5-pre | |
betterf3: BetterF3 1.1.5 | |
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.0 | |
bettermounthud: Better Mount HUD 1.1.2 | |
betternether: Better Nether 5.1.3 | |
bettersodiumvideosettingsbutton: Better Sodium Video Settings Button 2.0.2 | |
bewitchment: Bewitchment 1.17-3 | |
bigbeacons: Big Beacons 1.2.3 | |
blast: BLAST 1.7 | |
blockus: Blockus 2.2.7+1.17.1 | |
blue_endless_jankson: jankson 1.2.1 | |
blur: Blur (Fabric) 2.1.0 | |
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.2-1.17 | |
bountiful: Bountiful 1.0.0 | |
bowinfinityfix: Bow Infinity Fix rv10 | |
breakprogress: Break Progress 1.0.1 | |
btweaks: Benchmark Tweaks 1.1.0 | |
caelus: Caelus API 0.0.17-1.17 | |
can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.1.0 | |
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.47 | |
carpet-extra: Carpet Extra 1.4.43 | |
carpet-fixes: Carpet Fixes 1.17.1-1.1.0+v210919 | |
carpet-tis-addition: Carpet TIS Addition 1.22.0+build.678 | |
carrier: Carrier 1.8.0 | |
cavebiomes: Cave Biomes 0.6.3 | |
charm: Charm 3.3.2 | |
charmonium: Charmonium 3.3.0 | |
cherishedworlds: Cherished Worlds 2.0.1-1.17.1 | |
chesttracker: Chest Tracker 1.0.18 | |
chipped: Chipped 1.1.1 | |
chord: Chord 1.8.0+1.17-rc1-fabric | |
chunkpregen: Fabric Chunk Pregenerator 0.3.3 | |
cleancut: CleanCut 1.17-4.0-fabric | |
cleanview: CleanView 1.17.1-v1-fabric | |
cleardespawn: Clear Despawn 1.17.1-fabric0.36.1-1.1.1 | |
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-scissors-api-v1: Cloth Scissors API v1 2.0.54 | |
cloth-utils-v1: Cloth Utils v1 2.0.54 | |
clumps: Clumps fabric-1.17-7.0.0.2 | |
coat: Coat 1.0.0-beta.9 | |
colorutility: ColorUtility 2.0.1 | |
columns: Columns 1.2.0 | |
com_electronwill_night-config_core: core 3.6.3 | |
com_electronwill_night-config_toml: toml 3.6.3 | |
com_focamacho_sealconfig: sealconfig 1.2.2 | |
com_moandjiezana_toml_toml4j: toml4j 0.7.2 | |
comforts: Comforts 0.0.4-1.17 | |
compactstatuseffects: Compact Status Effects 2.0.1 | |
companion_bats: Companion Bats 1.17.3 | |
completeconfig: CompleteConfig 1.1.0 | |
compressed: Compressed Mod 1.3.3 | |
concreteconversion: Concrete Conversion 6.0.0.1 | |
conjuring: Conjuring 1.0.5 | |
connectiblechains: Connectible Chains 1.2.2 | |
controlling: Controlling For Fabric 1.1.2 | |
cosmetic-armor: Cosmetic Armor 1.1.0 | |
couplings: Couplings 1.5.0+1.17 | |
craftingtweaks: Crafting Tweaks 13.0.0+0 | |
croptopia: Croptopia 1.6.3 | |
croptosis: Croptosis 1.1.3 | |
crowdin-translate: CrowdinTranslate 1.3+1.17 | |
crusade: Crusade 1.2.4 | |
cullleaves: Cull Leaves 2.3.0 | |
customstars: Custom Stars 0.5 | |
dankstorage: Dank Storage 2.1-1.17.1 | |
dark-enchanting: Dark Enchanting 0.4.1-1.17.1 | |
darkpaintings: Dark Paintings 3.0.6 | |
dawn: Dawn API 2.0.6 | |
de_javagl_obj: obj 0.3.0 | |
deepslatecutting: Deepslate Cutting 1.2.2 | |
defaultsettings: DefaultSettings 3.0.3 | |
detailab: Detail Armor Bar 2.6.1+1.17.1-fabric | |
diggusmaximus: Diggus Maximus 1.4.5-1.17 | |
disable_custom_worlds_advice: Disable Custom Worlds Advice 1.3 | |
dml-refabricated: Deep Mob Learning: Refabricated 0.4.2-beta | |
dml-refabricated-base: DML: Refabricated - Base 0.4.2-beta | |
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.2-beta | |
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.2-beta | |
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.2-beta | |
dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.3 | |
dracomelette: Dracomelette 1.17-2 | |
dragonloot: DragonLoot 1.0.8 | |
dual_riders: DualRiders 1.0.5 | |
ducts: Ducts 1.1.4 | |
dungeons_arise: When Dungeons Arise 2.1.47-fabric | |
dynamicfps: Dynamic FPS 2.0.4 | |
editsign: EditSign 2.2.1 | |
eer: Erroring Entity Remover 1.0.1+1.17.1 | |
eggtab: Egg Tab 2.1.0+1.16-fabric | |
eldritch_mobs: Eldritch Mobs 1.9.1 | |
elytratrinket: Elytra Trinket 2.0.1-1.17 | |
emagnet: E Magnet 1.2.3 | |
emotecraft: Emotecraft 2.0.8 | |
enchantment_lore: EnchantmentLore 1.2.1+MC1.17.1 | |
enchantmentdescriptions: Enchantment Descriptions 3.0.12 | |
enhanced_mushrooms: Enhanced Mushrooms 1.0.5 | |
entityculling: EntityCulling-Fabric 1.3.3 | |
exotic-art-core: Exotic Art Core Content Pack 1.0.408 | |
exotic-art-tech: Exotic Art Tech Pack 1.2.408 | |
exotic-matter: Exotic Matter 2.12.408 | |
expandedstorage: Expanded Storage 7.0.0-alpha.33 | |
extraalchemy: Extra Alchemy 1.6.1 | |
extragenerators: Extra Generators 1.1-BETA+1.17 | |
ezpas: Ezpas 1.2.1 | |
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-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b446318 | |
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-furnaces: Fabric Furnaces 2.0.1-1.17 | |
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+a02b44633d | |
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118 | |
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+cbda931818 | |
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e18 | |
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+a02b44633d | |
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-models-v0: Fabric Models (v0) 0.3.0+a02b446318 | |
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+cbda931818 | |
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-renderer-api-v1: Fabric Renderer API (v1) 0.4.4+cbda931818 | |
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+cbda931818 | |
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.3+4658223018 | |
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446313 | |
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018 | |
fabric-rendering-v0: Fabric Rendering (v0) 1.1.4+4658223018 | |
fabric-rendering-v1: Fabric Rendering (v1) 1.8.2+ffb6d41e18 | |
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18 | |
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+198a96213d | |
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-textures-v0: Fabric Textures (v0) 1.0.6+a02b446318 | |
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d | |
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.3.1+4658223018 | |
fabric-tree-chopper: Fabric Tree Chopper 0.7.2 | |
fabricenchantments: Fabric Enchantments 0.3.2 | |
fabricloader: Fabric Loader 0.11.6 | |
fabrishot: Fabrishot 1.5.1 | |
facility: Facility 0.12.224 | |
fake-player-api: Fake Player API 0.2.0 | |
fallflyinglib: FallFlyingLib 3.0.0-beta.2 | |
fallingleaves: Falling Leaves 1.7.3+1.17.1 | |
fallingtree: FallingTree 2.12.1 | |
farmersdelight: Farmer's Delight 1.17.1-0.1.2 | |
fastchest: FastChest 1.2+1.17 | |
fastfurnace: FastFurnace 1.17-3.0 | |
fasttransferlib: Fast Transfer Lib 0.5.6 | |
fermion: Fermion 2.11.244 | |
fermion-gui: Fermion GUI 2.6.244 | |
fermion-modkeys: Fermion Modifier Keys 1.10.244 | |
fermion-orientation: Fermion Orientation 1.2.244 | |
fermion-varia: Fermion Varia 2.6.244 | |
ferritecore: FerriteCore 3.0.1 | |
fertilization: Fertilization 6.0.0+0 | |
fiber: fiber 0.23.0-2 | |
fiber2cloth: Fiber To Cloth 3.2.0 | |
flonters: Flonters 1.2.1+1.17.1 | |
fluidity: Fluidity 0.16.218 | |
flytre_lib: FlytreLib 0.2.21 | |
fonthack: Font Hack 2.4.65 | |
fruitful: Fruitful 1.0.1 | |
gateofbabylon: Gate Of Babylon 1.5.0-1.17 | |
gbfabrictools: GBfabrictools 1.3.4+1.17 | |
gearreborn: Gear Reborn 1.17-0.1.7 | |
geckolib3: Geckolib 3.0.8 | |
givemehats: Give Me Hats! 1.6 | |
glassdoor: Glass Doors 1.5.0-1.16 | |
glassential: Glassential 1.17-1.2.0 | |
go-fish: Go Fish 1.3.0-beta-1.17.1 | |
gobber2: Gobber2 2.4.49 | |
golemsgalore: Golems Galore 1.0.2+mc.1.17 | |
goml: Get Off My Lawn 1.4.0-beta | |
graveyard: The Graveyard 1.0 | |
guardiansgalore: GuardiansGalore 1.17.1-2.1 | |
hardcorequesting: Hardcore Questing Mode 1.17.1-5.6.2 | |
harvest_scythes: Harvest Scythes 2.0.5 | |
hctm-base: HCTM Base 3.6.1 | |
healthoverlay: Health Overlay 4.0.2 | |
heartbond: Heartbond 1.1.0 | |
hologram-api: Hologram API 0.2.1+1.17.1 | |
hookshot: Hookshot 20.0 | |
iknowwhatimdoing: I Know What I'm Doing 3.1.0 | |
impaled: Impaled 1.0.1 | |
impersonate: Impersonate 2.3.2 | |
improved-stations: Improved Stations 2.0.7 | |
incantationem: Incantationem 1.1 | |
indrev: Industrial Revolution 1.10.0-alpha.12 | |
indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0+1.17.1 | |
inmis: Inmis 2.3.1-1.17 | |
inventoryhud: Inventory HUD + 3.3.2 | |
iris: Iris 1.1.2+build.9 | |
ironbundles: Iron Bundles 1.0.2+1.17 | |
jankson: Jankson 3.0.1+j1.2.0 | |
java: OpenJDK 64-Bit Server VM 16 | |
jumpoverfences: JumpOverFences 1.16-0.0.3 | |
kambrik: Kambrik 1.1.0 | |
kibe: Kibe 1.8-BETA+1.17 | |
kirin: Kirin UI 1.8.7-1.17 | |
kjsextras: KubeJS Extras 1.3.2 | |
ktdatataglib: KtDataTagLib 1.5.4 | |
kubejs: KubeJS 1605.3.10-build.9999 | |
kyrptconfig: Kytpt Config 1.1.10-1.17 | |
lacrimis: Lacrimis 2.1.3+1.17.1 | |
lakeside: Lakeside 1.1.0+1.17 | |
lapisreserve: Lapis Reserve 1.0.8 | |
lazydfu: LazyDFU 0.1.2 | |
libaddict: libaddict 0.3.0 | |
libblockattributes: LibBlockAttributes 0.9.0 | |
libblockattributes_core: LibBlockAttributes (Core) 0.9.0 | |
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0 | |
libblockattributes_items: LibBlockAttributes (Items) 0.9.0 | |
libcd: LibCapableData 3.0.3+1.16.3 | |
libgui: LibGui 4.1.7+1.17.1 | |
libjf: LibJF 1.0.2 | |
libninepatch: LibNinePatch 1.1.0 | |
libzoomer: LibZoomer 0.2.1+1.17 | |
lifts: Lifts 1.2-BETA+1.17 | |
lovely_snails: Lovely Snails 1.0.2+1.17 | |
maelstrom_library: Maelstrom Library 1.2.1-1.17 | |
magicfungi: Magic Fungi 0.4.1-BETA+1.17.1 | |
magna: Magna 1.5.5-1.17-pre4 | |
mavm: More Axolotl Variants Mod 1.0.2b | |
maybe-data: Maybe data 1.0.1-1.17 | |
maybe-more-data: Maybe More Data 1.0.0-1.17.1 | |
me_hypherionmc_simple-rpc-lib: simple-rpc-lib 2.1.5 | |
megane: megane 5.1.1 | |
megane-base: megane-base 5.1.1 | |
megane-extra-generators: megane-extra-generators 5.1.1+1.0.5-BETA-1.17 | |
megane-fast-transfer-lib: megane-fast-transfer-lib 5.1.1+0.4.2 | |
megane-industrial-revolution: megane-industrial-revolution 5.1.1+1.10.0-alpha.4 | |
megane-kibe: megane-kibe 5.1.1+1.7.2-BETA-1.17 | |
megane-lib-block-attributes: megane-lib-block-attributes 5.1.1+0.9.0 | |
megane-modern-industrialization: megane-modern-industrialization 5.1.1+0.5.2-alpha.02 | |
megane-runtime: megane-runtime 5.1.1 | |
megane-team-reborn-energy: megane-team-reborn-energy 5.1.1+0.1.1 | |
megane-tech-reborn: megane-tech-reborn 5.1.1+5.0.2-beta-build.38 | |
megane-vanilla: megane-vanilla 5.1.1+1.17.1 | |
megane-wireless-networks: megane-wireless-networks 5.1.1+1.1.1 | |
midashunger: Midas Hunger 1.4.0 | |
midnightlib: MidnightLib 0.2.5 | |
minecraft: Minecraft 1.17.1 | |
miningutility: Mining Utility 1.2 | |
mm: Manningham Mills 2.2 | |
mo_glass: Mo Glass 1.5-MC1.17.1 | |
mocolors: Mo' Colors 1.2.2 | |
modern_industrialization: Modern Industrialization 0.5.3 | |
modmenu: Mod Menu 2.0.6 | |
mojangster: Mojangster 1.17-3.0.1 | |
morebannerfeatures: More Banner Features 1.0.2 | |
morevillagers-fabric: MoreVillagersFabric 2.1.0-SNAPSHOT | |
mostructures: Mo' Structures 1.2.1-1.17 | |
mousewheelie: Mouse Wheelie 1.7.3+mc1.17.1-pre1 | |
multipart_entities: MultipartEntities 1.1.2-1.17 | |
myron: Myron 1.6.0 | |
mythic-mounts: Mythic Mounts 1.17.1-1.3 | |
naturescompass: Nature's Compass 1.17.1-2.0.0-fabric | |
nbtcrafting: NBT Crafting 2.0.19+mc1.17 | |
nears: Nears 1.1.2 | |
no-potion-offset: No Potion Offset ${version} | |
noanglebrackets: NoAngleBrackets 1.1.0 | |
nomorescore: No More Score 1.0.0 | |
notenoughcrashes: Not Enough Crashes 3.4.4+1.17 | |
notes: Notes 1.0.6 | |
nyfsquivers: Nyf's Quivers Fabric-0.2.4 | |
okzoomer: Ok Zoomer 5.0.0-beta.2+1.17 | |
omega-config: OmegaConfig 1.0.8 | |
onsoulfire: On Soul Fire 1.17-2 | |
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1 | |
org_codehaus_groovy_groovy: groovy 3.0.8 | |
org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.8 | |
org_jetbrains_annotations: annotations 19.0.0 | |
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 | |
ostoverhaul: Ost Overhaul 0.1 | |
outvoted: Outvoted 2.0.0-alpha.12 | |
owo: OwO 0.1.1 | |
oxidizelib: OxidizeLib 1.1.0 | |
packages: Packages 1.2.1 | |
packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1 | |
patchouli: Patchouli 1.17-54-FABRIC | |
pehkui: Pehkui 2.2.1+1.14.4-1.17 | |
phonos: Phonos 0.1.2+1.17 | |
placeholder-api: Placeholder API 1.1.0+1.17.1 | |
platypus: Platypuses 1.0.0 | |
playerabilitylib: Pal 1.3.0 | |
pling: Pling 1.4.0 | |
polymer: Polymer 0.1.0-rc.4+1.17.1 | |
presencefootsteps: Presence Footsteps r31-1.17-rc1 | |
promenade: Promenade 2.1.2 | |
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 | |
quarrymod: Industial Quarry Mod 0.2.1 | |
quarryplus: QuarryPlus 17.0.376 | |
quicksand: Quicksand 1.0.2 | |
quitconfirm: QuitConfirm 1.3 | |
rad: Reload Audio Driver 1.0.1 | |
rangers_haven: Ranger's Haven 2.2.1 | |
ratsmischief: Rat's Mischief 1.2 | |
reach-entity-attributes: Reach Entity Attributes 2.1.1 | |
reborncore: Reborn Core 5.0.5-beta+build.85 | |
redbits: Red Bits 1.9.0 | |
repurposed_structures: Repurposed Structures 2.3.4+1.17.1 | |
reroll: Reroll 1.3.0-1.17.1 | |
respawnablepets: Respawnable Pets 1.17-2 | |
rhino: Rhino 1605.1.2-build.40 | |
ringsofascension: Rings of Ascension 1.0 | |
ripplers: Ripplers 0.3.1 | |
riverredux: River Redux 0.2.0 | |
roughlyenoughitems: Roughly Enough Items 6.0.264-alpha | |
rswires: RSWires 4.11.1 | |
rtree-3i-lite-fabric: rtree-3i-lite for Fabric 0.3.0 | |
runelic: Runelic 3.0.1 | |
salutem: Salutem 1.2.0 | |
satin: Satin 1.6.0-nightly.1.17-pre3 | |
scorch: Scorch 1.0.2 | |
server_translations_api: Server Translations API 1.4.5+1.17 | |
sgui: SGui 1.0.0-rc4+1.17.1 | |
shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17 | |
simple-rpc: Simple Rpc 1.17-2.3.1-fabric | |
sit: Sit 1.17.1-13 | |
skinnedlanterns: Skinned Lanterns 1.1.5 | |
slight-gui-modifications: 'Slight' GUI Modifications 2.0.1 | |
slotlink: slotlink 3.0.4 | |
slotlock: SlotLock 1.0.4-BETA+1.17 | |
smootherbedrock: Smoother Bedrock 1.0.1 | |
snowundertrees: Snow Under Trees 1.0.0 | |
sodium: Sodium 0.3.2+IRIS2-build.9 | |
sodium-extra: Sodium Extra 0.3.4 | |
someforgepatchesported: Some Forge Patches Ported 1.0.1 | |
somnus: Somnus API 0.0.14-1.17.1 | |
spark: spark 1.6.1 | |
spatialharvesters: Spatial Harvesters 0.11.12b | |
special-circumstances: Special Circumstances 1.9.244 | |
spellbound: Spellbound 1.5.0 | |
spiceoffabric: Spice of Fabric 1.3.4+1.17.1 | |
spruceui: SpruceUI 3.2.0+1.17 | |
staffofbuilding: Staff of Building 1.3.2-1.17 | |
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 | |
stonevaults: Stonevaults 1.1.0 | |
strawdummy: Straw Dummy 1.5.0 | |
structure-helpers: Structure Helpers 3.2.0 | |
structurized: Structurized 1.3.0 | |
tacocraft: TacoCraft 1.6.4-1.17.1 | |
team_reborn_energy: Energy 2.0.0-beta1 | |
techreborn: Tech Reborn 5.0.5-beta+build.85 | |
terraform-biome-builder-api-v1: Terraform Biome Builder API (v1) 2.0.0 | |
terraform-config-api-v1: Terraform Config API (v1) 2.0.0 | |
terraform-overworld-biome-extensions-api-v1: Terraform Overworld Biome Extensions API (v1) 2.0.0 | |
terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.4 | |
terraform-surfaces-api-v1: Terraform Surfaces API (v1) 2.0.0 | |
terraform-tree-api-v1: Terraform Tree API (v1) 2.0.0 | |
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2 | |
terrarianslimes: Terrarian Slimes 1.1-BETA+1.17 | |
things: Things 0.2.5 | |
timeinabottle: Time in a Bottle 1.5-mc1.17-fabric | |
tooltipfix: ToolTip Fix 1.0.3-1.16 | |
totemicoverhaul: Totemic Overhaul 1.1.7 | |
totemmod: Wither Totems Mod 0.3.2 | |
transliterationlib: TRansliterationLib 1.1.0 | |
transportables: Transportables 1.0.5 | |
traverse: Traverse 4.0.0-beta.2 | |
trident_return: TridentReturn 1.2.4 | |
trinketofundying: Trinket of Undying 2.0.0-1.17 | |
trinkets: Trinkets 3.0.2 | |
truerooms: True Secret Rooms 1.1.5 | |
trumpet-skeleton: Trumpet Skeleton 1.1.4 | |
tweed: Tweed 3.0.0-beta.26 | |
tweed4_annotated: tweed4_annotated 1.0.0 | |
tweed4_base: tweed4_base 1.0.0 | |
tweed4_data: tweed4_data 1.0.0 | |
tweed4_data_hjson: tweed4_data_hjson 1.0.0 | |
tweed4_tailor_coat: tweed4_tailor_coat 1.0.0 | |
tweed4_tailor_screen: tweed4_tailor_screen 1.0.0 | |
twigs: Twigs 1.0.2 | |
universal-graves: Universal Graves 1.0.8+1.17.1 | |
universal_ores: Universal Ores 1.0 | |
untitledduckmod: Untitled Duck Mod 0.3.0 | |
urns: Urns 1.0.1 | |
vanilla-hammers: Vanilla Hammers 3.1.2-1.17 | |
vanilla_degus: Vanilla Degus 1.2.0 | |
vanillaexcavators: Vanilla Excavators 1.1.0 | |
vanillaplusbiomes: Vanilla Plus Biomes 0.3.2 | |
villagershats: Goosik's Villager Hats 1.2.0 | |
visuality: Visuality 0.1.1 | |
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0 | |
voidz: VoidZ 1.0.5 | |
wandering_collector: Wandering Collector 1.0.2+mc1.17 | |
wands: Building Wands 2.2.5_mc1.17.1 | |
waystones: Waystones 2.0.2 | |
whereisit: Where Is It 1.13.7 | |
winged: Winged Mod 1.17.1-3.0.0 | |
wirelessnetworks: Wireless Networks 1.1.2 | |
wolveswitharmor: Wolves With Armor 1.6.0-1.17 | |
woods_and_mires: Woods and Mires 1.1.1+1.17 | |
workings: Workings 1.0.7 | |
wrenchable: Wrenchable 1.1.0+1.17 | |
wthit: wthit 3.7.0 | |
xaerominimap: Xaero's Minimap 21.13.0 | |
xaeroworldmap: Xaero's World Map 1.16.1 | |
xlpackets: XLPackets 2.0-1.17 | |
xp_storage: XP Storage 1.4+1.17.1 | |
xp_storage_trinkets: XP Storage - Trinkets 0.1+1.17.1 | |
yosbr: YOSBR 0.1.1 | |
yungsapi: YUNG's API 1.17-Fabric-16 | |
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: Fabric Loader (fabricloader), Extra Generators (extragenerators) | |
[11:14:35] [Render thread/INFO]: Loading [Harvest Scythes] | |
[11:14:35] [Render thread/INFO]: [DragonLoot] detected. Loading supported items. | |
[11:14:35] [Render thread/INFO]: [Gobber] detected. Loading supported items. | |
[11:14:35] [Render thread/INFO]: Loaded 8 items from 2 compatible mods, for a total of 22 items. | |
[11:14:35] [Render thread/INFO]: [Harvest Scythes] has successfully been loaded! | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.dml-refabricated.teleport | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.dml-refabricated.soul_vision | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: iris.keybind.reload | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: iris.keybind.toggleShaders | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: iris.keybind.shaderPackSelection | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: a.b.c | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.cleanview.togglecleanview | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.notes.open_notes_menu | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_mode | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_action | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_menu | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_orientation | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_invert | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_fill_circle | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_undo | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.palette_menu | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.wands.wand_palette_mode | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.indrev.modular | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.waila.config | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.waila.show_overlay | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.waila.toggle_liquid | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.waila.show_recipe_input | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.waila.show_recipe_output | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.mousewheelie.open_config_screen | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.mousewheelie.sort_inventory | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.mousewheelie.scroll_up | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.mousewheelie.scroll_down | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.mousewheelie.pick_tool | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.chesttracker.opengui | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.rotate | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.rotate_counter_clockwise | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.balance | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.spread | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.clear | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.force_clear | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.toggleButtons | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.compressOne | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.compressStack | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.compressAll | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.decompressOne | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.decompressStack | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.decompressAll | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.refill_last | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.craftingtweaks.refill_last_stack | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.okzoomer.zoom | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.okzoomer.decrease_zoom | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.okzoomer.increase_zoom | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.okzoomer.reset_zoom | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.gearreborn.toggle_nv | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.fallflyinglib.toggle | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.adventurez.activatearmor | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.adventurez.dragonflydown | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.adventurez.dragonfirebreath | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.bewitchment.transformation_ability | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.conjuring.toggle_tool_mode | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.things.place_item | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.things.openenderchest | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_switch_waypoint_set | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_instant_waypoint | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_toggle_slime | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_toggle_grid | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_toggle_waypoints | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_toggle_map_waypoints | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_toggle_map | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_enlarge_map | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_waypoints_key | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_zoom_in | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_zoom_out | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_new_waypoint | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_display_all_sets | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_toggle_light_overlay | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_minimap_settings | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.inmis.open_backpack | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_open_map | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_open_settings | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_map_zoom_in | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_map_zoom_out | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: gui.xaero_quick_confirm | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.dankstorage.construction | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.nyfsquivers.open_quiver | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.nyfsquivers.increase_slot | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.nyfsquivers.decrease_slot | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.whereisit.finditem | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.slotlock | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.extraalchemy.magnetism_toggle | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.extraalchemy.potion_bag_mode | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.extraalchemy.toggle_extra_inv_rings | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: salutem.keybind.toggle | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.modern_industrialization.activate | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.inventoryhud.toggle | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.inventoryhud.openconfig | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.inventoryhud.togglepot | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.inventoryhud.togglearm | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: key.inventoryhud.toggleall | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: carrier.key | |
[11:14:35] [Render thread/WARN]: [Amecs API] Unknown keybinding identifier in Amecs API options file: presencefootsteps.settings.key | |
[11:14:35] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10 | |
[11:14:35] [Render thread/INFO]: Loaded client.properties | |
[11:14:36] [Render thread/WARN]: Removed resource pack charmonium/journeyman from options because it doesn't seem to exist anymore | |
[11:14:36] [Render thread/WARN]: Removed resource pack charmonium/journeyman from options because it doesn't seem to exist anymore | |
[11:14:37] [Render thread/INFO]: Hardware information: | |
[11:14:37] [Render thread/INFO]: CPU: 16x Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz | |
[11:14:37] [Render thread/INFO]: GPU: NVIDIA GeForce RTX 2070 Super/PCIe/SSE2 (Supports OpenGL 3.2.0 NVIDIA 472.12) | |
[11:14:37] [Render thread/INFO]: OS: Windows 10 | |
[11:14:37] [Render thread/WARN]: @ModifyVariable(@At("INVOKE")) Shift.BY=2 on magna.mixins.json:WorldRendererMixin::localvar$edm000$appendBlockBreakingProgressions exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment