Vanilla 1.12.2 Crash Report

#6Y7Lk0p
394 lines
Raw
Analysis
Minecraft version:
1.12.2
1---- Minecraft Crash Report ----
2// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
3// There are four lights!
4
5Time: 2023-10-04 17:00:27 EEST
6Description: Initializing game
7
8net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integrations and Additions (mia)
9Caused by: java.lang.NoSuchFieldError: mocLog
10 at com.github.sokyranthedragon.mia.integrations.mocreatures.MoCreatures.init(MoCreatures.java:100)
11 at com.github.sokyranthedragon.mia.integrations.base.ModIntegrator.init(ModIntegrator.java:217)
12 at com.github.sokyranthedragon.mia.proxy.CommonProxy.init(CommonProxy.java:115)
13 at com.github.sokyranthedragon.mia.proxy.ClientProxy.init(ClientProxy.java:41)
14 at com.github.sokyranthedragon.mia.Mia.init(Mia.java:91)
15 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
16 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
17 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18 at java.lang.reflect.Method.invoke(Method.java:497)
19 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
20 at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
21 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22 at java.lang.reflect.Method.invoke(Method.java:497)
23 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
24 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
25 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
26 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
27 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
28 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
29 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
30 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
31 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
32 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
33 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
34 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
35 at java.lang.reflect.Method.invoke(Method.java:497)
36 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
37 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
38 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
39 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
40 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
41 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
42 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
43 at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
44 at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
45 at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
46 at net.minecraft.client.Minecraft.init(Minecraft.java:535)
47 at net.minecraft.client.Minecraft.run(Minecraft.java:5601)
48 at net.minecraft.client.main.Main.main(SourceFile:123)
49 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
50 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
51 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
52 at java.lang.reflect.Method.invoke(Method.java:497)
53 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
54 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
55
56No Mixin Metadata is found in the Stacktrace.
57
58
59A detailed walkthrough of the error, its code path and all known details is as follows:
60---------------------------------------------------------------------------------------
61
62-- System Details --
63 Minecraft Version: 1.12.2
64 Operating System: Windows 10 (amd64) version 10.0
65 Java Version: 1.8.0_51, Oracle Corporation
66 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
67 Memory: 4788682616 bytes (4566 MB) / 7079985152 bytes (6752 MB) up to 16072572928 bytes (15328 MB)
68 JVM Flags: 7 total; -Xmx15312M -XX: UnlockExperimentalVMOptions -XX: UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
69 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
70 FML: MCP 9.42 LoliASM 5.14 VintageFix 0.3.2-3-g6cf2b09 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 197 mods loaded, 197 mods active
71 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
72
73 | State | ID | Version | Source | Signature |
74 |:----- |:------------------------------------ |:------------------------------- |:------------------------------------------------------------ |:---------------------------------------- |
75 | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
76 | LCHI | mcp | 9.42 | minecraft.jar | None |
77 | LCHI | FML | **.**.**.** | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
78 | LCHI | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
79 | LCHI | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
80 | LCHI | OpenEye | 0.8 | OpenEye-1.12.2-0.8.jar | None |
81 | LCHI | xaerominimap_core | 1.12.2-1.0 | minecraft.jar | None |
82 | LCHI | mixinbooter | 8.6 | minecraft.jar | None |
83 | LCHI | openmodscore | 0.12.2 | minecraft.jar | None |
84 | LCHI | srm-hooks | 1.12.2-1.0.0 | minecraft.jar | None |
85 | LCHI | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
86 | LCHI | configanytime | 1.0 | !configanytime-1.0.jar | None |
87 | LCHI | additionalbanners | 1.1.77 | AdditionalBanners-1.12.2-1.1.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
88 | LCHI | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
89 | LCHI | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.693.jar | None |
90 | LCHI | jei | 4.25.0-jon2 | HadEnoughItems_1.12.2-4.25.0-jon2.jar | None |
91 | LCHI | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
92 | LCHI | aquaacrobatics | 1.15.3 | AquaAcrobatics-1.15.3.jar | None |
93 | LCHI | asr | 2.0.7 | AsgardShieldReloaded-2.0.7-23.jar | None |
94 | LCHI | asmc | 1.0.2 | ASMC-1.12.2-1.0.2.jar | None |
95 | LCHI | quark | r1.6-184 | Quark-r1.6-184-technic.jar | None |
96 | LCHI | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
97 | LCHI | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
98 | LCHI | backups | 1.5.7 | Backups-1.12.2-1.5.7.jar | None |
99 | LCHI | badwithernocookiereloaded | 1.12.2-3.4.18 | badwithernocookiereloaded-1.12.2-3.4.18.jar | None |
100 | LCHI | battletowers | 1.6.5 | BattleTowers-1.12.2.jar | None |
101 | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
102 | LCHI | ancientbeasts | 1.9.99999 | beastslayer-2.0.test_1.02.jar | None |
103 | LCHI | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271.jar | None |
104 | LCHI | betterinvisibility | 1.0.1 | betterinvisibility-1.0.1.jar | None |
105 | LCHI | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
106 | LCHI | bibliocraft | 2.4.6 | BiblioCraft[v2.4.6][MC1.12.2].jar | None |
107 | LCHI | birdsnests | 2.1.0 | BirdsNests1.12.2-2.1.0.jar | None |
108 | LCHI | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
109 | LCHI | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
110 | LCHI | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
111 | LCHI | bountiful | 2.2.3 | Bountiful-1.12.2-2.2.3.jar | None |
112 | LCHI | btfixes | 1.12.2-1.2.0 | BTFixes-1.12.2-1.2.0.jar | None |
113 | LCHI | cakechomps | 1.12.2-1.0 | cakechomps-1.12.2-1.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
114 | LCHI | capsule | 1.12.2-3.4.76 | Capsule-1.12.2-3.4.76.jar | None |
115 | LCHI | loliasm | 5.14 | censoredasm5.14.jar | None |
116 | LCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
117 | LCHI | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
118 | LCHI | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
119 | LCHI | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
120 | LCHI | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
121 | LCHI | chococraftplus | 4.5.8 | ChocoCraftPlus-1.12.2-4.5.8.jar | None |
122 | LCHI | phosphor-lighting | 1.12.2-0.2.9.3 | phosphor-1.12.2-0.2.9.3-SNAPSHOT.jar | None |
123 | LCHI | cqrepoured | 2.6.15B | Chocolate_Quest_Repoured-1.12.2-2.6.15B.jar | None |
124 | LCHI | chunkgenlimit | 1.1 | chunkgenlimiter-1.1.jar | None |
125 | LCHI | codechickenlib | **.**.**.** | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
126 | LCHI | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
127 | LCHI | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
128 | LCHI | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
129 | LCHI | k4lib | 1.12.1-2.1.81 | k4lib-1.12.1-2.1.81-universal.jar | None |
130 | LCHI | colorchat | 1.12.1-2.0.43 | colorchat-1.12.1-2.0.43-universal.jar | None |
131 | LCHI | colytra | **.**.**.** | colytra-1.12.2-1.2.0.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
132 | LCHI | combustfish | **.**.**.** | combustfish-1.12.2-1.0.3.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
133 | LCHI | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
134 | LCHI | comforts | **.**.**.** | comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
135 | LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
136 | LCHI | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
137 | LCHI | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
138 | LCHI | twilightforest | 3.11.1022 | twilightforest-hexxit-1.12.2-3.11.1022-universal.jar | None |
139 | LCHI | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
140 | LCHI | conarm | **.**.**.** | conarm-1.12.2-1.2.5.10.jar | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
141 | LCHI | consolefilter | 1.1.1 | ConsoleFilter-1.12.2-1.1.1.jar | None |
142 | LCHI | cosmeticarmorreworked | 1.12.2-v5a | CosmeticArmorReworked-1.12.2-v5a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
143 | LCHI | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.693.jar | None |
144 | LCHI | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.693.jar | None |
145 | LCHI | creeperconfetti | 1.4.2 | creeperconfetti-1.4.2.jar | None |
146 | LCHI | cta | @VERSION@ | cta-1.12.2-1.2.2.jar | None |
147 | LCHI | culinaryconstruct | 1.3.4 | culinaryconstruct-1.3.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
148 | LCHI | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
149 | LCHI | damagetilt | 0.1.0 | DamageTilt-1.12.2-0.1.0.jar | None |
150 | LCHI | deadlyworld | 1.1.1_for_mc1.12.2 | deadlyworld-1.1.1_for_mc1.12.2.jar | None |
151 | LCHI | deathcounter | 1.1.0 | DeathCounter-1.12.2-1.1.0.jar | None |
152 | LCHI | debark | 0.1.3 | Debark-0.1.3.jar | None |
153 | LCHI | dimdoors | 3.0.10 | DimensionalDoors-1.12.2-3.0.12.jar | None |
154 | LCHI | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
155 | LCHI | mocreatures | 12.3.2 | DrZharks-MoCreatures-Extended-12.3.2-311.jar | None |
156 | LCHI | element | 1.0.5 | Elementary Staffs 1.0.6.jar | None |
157 | LCHI | elenaidodge | 1.13.2 | elenaidodge-1.12.2-1.13.2.jar | None |
158 | LCHI | eplus | 5.0.0 | EnchantingPlus-1.12.2-5.0.176-fix.jar | None |
159 | LCHI | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
160 | LCHI | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
161 | LCHI | exchangers | 1.12.2-2.10.3 | Exchangers-1.12.2-2.10.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
162 | LCHI | experiencebugfix | **.**.**.** | ExperienceBugFix-1.12.2-1.0.0.0.jar | None |
163 | LCHI | eyesinthedarkness | 0.1.0 | EyesInTheDarkness-0.1.0.jar | None |
164 | LCHI | fairylights | 2.1.10 | fairylights-2.2.0-1.12.2.jar | None |
165 | LCHI | fantasticlib | **.**.**.** | FantasticLib-1.12.2.047.jar | None |
166 | LCHI | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
167 | LCHI | farseek | 2.5.1 | Farseek-1.12-2.5.1.jar | None |
168 | LCHI | mod_lavacow | 1.4.0 | Fish's Undead Rising-1.4.0.jar | None |
169 | LCHI | fluidlogged_api | 2.2.7 | Fluidlogged-API-v2.2.7-mc1.12.2.jar | None |
170 | LCHI | forgemultipartcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.3.1-universal.jar | None |
171 | LCHI | microblockcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.3.1-universal.jar | None |
172 | LCHI | minecraftmultipartcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.3.1-universal.jar | None |
173 | LCHI | geckolib3 | 3.0.30 | geckolib-forge-1.12.2-3.0.31.jar | None |
174 | LCHI | growthcraft | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
175 | LCHI | growthcraft_apples | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
176 | LCHI | growthcraft_bamboo | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
177 | LCHI | growthcraft_cellar | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
178 | LCHI | growthcraft_bees | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
179 | LCHI | growthcraft_fishtrap | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
180 | LCHI | growthcraft_grapes | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
181 | LCHI | growthcraft_hops | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
182 | LCHI | growthcraft_milk | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
183 | LCHI | growthcraft_rice | 4.2.3 | growthcraft-1.12.2-4.2.3.jar | None |
184 | LCHI | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
185 | LCHI | placebo | 1.6.0 | Placebo-1.12.2-1.6.1.jar | None |
186 | LCHI | hexxitgear | 2.8.3 | Hexxit_Gear-1.12.2-2.8.3-technic.jar | None |
187 | LCHI | hexxitworld | 1.1.0 | HexxitWorld-1.12.2-1.1.0-33.jar | None |
188 | LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
189 | LCHI | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
190 | LCHI | incontrol | 3.9.18 | incontrol-1.12-3.9.18.jar | None |
191 | LCHI | infernalmobs | 1.7.6 | InfernalMobs-1.12.2.jar | None |
192 | LCHI | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
193 | LCHI | itemdamagerebalancer | **.**.**.** | ItemDamageRebalancer-1.12.2.003.jar | None |
194 | LCHI | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
195 | LCHI | jeri | Just Enough Recipe Integrations | JERI-1.12.2-1.1.2-hexxit.jar | None |
196 | LCHI | jexclusives | 1.1.2 | JonsExclusives-MC1.12.2-v1.1.2.jar | None |
197 | LCHI | jrftl | 1.1 | JRFTL[1.12.2]-1.1.jar | None |
198 | LCHI | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |
199 | LCHI | lootbags | **.**.**.** | LootBags-Mod-1.12.2.jar | None |
200 | LCHI | loottweaker | 0.3.1 | LootTweaker-0.3.1 MC1.12.2.jar | None |
201 | LCHI | lostbooks | 2.0.3 | LostBooks-II-1.12.2-2.0.3.jar | None |
202 | LCHI | lunatriuscore | **.**.**.** | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
203 | LCHI | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
204 | LCHI | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
205 | LCHE | mia | 1.12.2-0.2.2a | mia-1.12.2-0.2.2a.jar | None |
206 | LCH | mimicfish | 1.1 | mimicfish-1.2.jar | None |
207 | LCH | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
208 | LCH | morebows | 1.0.10 | MoreBows-1.0.10 1.12.2.jar | None |
209 | LCH | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
210 | LCH | plustic | **.**.**.** | plustic-8.0.1.0.jar | None |
211 | LCH | netherendingores | 1.12.2-1.4.2 | Netherending-Ores-1.12.2-1.4.2.jar | None |
212 | LCH | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
213 | LCH | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
214 | LCH | nyx | 1.4.2 | Nyx-1.4.2.jar | None |
215 | LCH | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
216 | LCH | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
217 | LCH | oreberries | 0.5.0 | oreberries-1.12.x-0.5.0.jar | None |
218 | LCH | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None |
219 | LCH | parry | 1.0 | parry-1.0-hotfix.jar | None |
220 | LCH | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
221 | LCH | placeableitems | 3.3 | placeableitems-3.3.jar | None |
222 | LCH | playerplates | 1.12.2-1.3.1.1 | playerplates-1.12.2-1.3.1.1.jar | None |
223 | LCH | pvj | 1.6.4 | ProjectVibrantJourneys-1.12.2-1.6.4.jar | None |
224 | LCH | rare-ice | ${version} | rare-ice-0.1.1.jar | None |
225 | LCH | reachfix | 1.0.9 | ReachFix-1.12.2-1.0.9.jar | None |
226 | LCH | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None |
227 | LCH | reccomplex | **.**.**.** | RecurrentComplex-1.4.8.5.jar | None |
228 | LCH | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
229 | LCH | roguelike | 2.4.4 | RoguelikeDungeonsFnarEdition-1.12.2-2.4.4.jar | None |
230 | LCH | schematica | **.**.**.** | Schematica-1.12.2-1.8.0.169-universal.jar | None |
231 | LCH | searedladder | 1.1.2 | Seared-Ladder-v1.1.2-mc1.12.2.jar | None |
232 | LCH | secretroomsmod | 5.6.4 | secretroomsmod-1.12.2-5.6.4.jar | None |
233 | LCH | skewers | 1.1 | Skewers-1.1.jar | None |
234 | LCH | sledgehammer | 1.12.2-2.0.23 | Sledgehammer-1.12.2-2.0.23-thin.jar | 565fa4dbf20e7c3c4423950ca8e0bdabf7568796 |
235 | LCH | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None |
236 | LCH | snowrealmagic | 0.7.1 | SnowRealMagic-1.12.2-0.7.1.jar | None |
237 | LCH | soulshardsrespawn | 1.12.2-1.1.2 | SoulShardsRespawn-1.12.2-1.1.2.jar | None |
238 | LCH | specialmobs | 1.0.4_for_mc1.12.2 | specialmobs-1.0.4_for_mc1.12.2.jar | None |
239 | LCH | lemonlib | 1.3.0 | lemonlib-1.12.2-1.3.0.jar | None |
240 | LCH | statues | 1.0.1 | statues-rechiseled-1.12.2-1.0.1.jar | None |
241 | LCH | storagedrawers | 5.5.0 | StorageDrawers-1.12.2-5.5.0.jar | None |
242 | LCH | streams | 0.4.9 | Streams-1.12-0.4.9.jar | None |
243 | LCH | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
244 | LCH | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
245 | LCH | tinkersoredictcache | 1.0 | TinkersOreDictCache-1.0.jar | None |
246 | LCH | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
247 | LCH | tlauncher_custom_cape_skin | 1.4 | tlskincape_1.12.2-1.4.jar | None |
248 | LCH | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
249 | LCH | tombmanygraves2api | 1.12.2-1.0.0 | tombmanygraves2api-1.12.2-1.0.0.jar | None |
250 | LCH | tombmanypluginsbackpacks | 1.0.0 | tombmanypluginsbackpacks-1.0.0.jar | None |
251 | LCH | tombmanypluginscosmeticarmorreworked | 1.0.0 | tombmanypluginscosmeticarmorreworked-1.0.0.jar | None |
252 | LCH | torchmaster | **.**.**.** | torchmaster_1.12.2-1.8.5.0.jar | None |
253 | LCH | translocators | **.**.**.** | Translocators-1.12.2-2.5.2.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
254 | LCH | treechop | 0.14.6 | TreeChop-1.12.2-0.14.7.jar | None |
255 | LCH | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None |
256 | LCH | universaltweaks | 1.12.2-1.9.0 | UniversalTweaks-1.12.2-1.9.0-363.jar | None |
257 | LCH | veinminer | 0.38.2 | Vein-Miner-Mod-1.12.2.jar | None |
258 | LCH | veinminermodsupport | 0.38.2 | Vein-Miner-Mod-1.12.2.jar | None |
259 | LCH | vintagefix | 0.3.2-3-g6cf2b09 | vintagefix-0.3.2-147.jar | None |
260 | LCH | wanionlib | 1.12.2-2.91 | WanionLib-1.12.2-2.91.jar | None |
261 | LCH | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
262 | LCH | wolfarmor | 3.8.1 alpha.1 | WolfArmorAndStorage-3.8.1 1.12.2.alpha.1-SNAPSHOT-signed.jar | e94e38a605842477f3ec218e6fcf781f6b3f7f89 |
263 | LCH | xaerominimap | 22.12.0 | Xaeros-Minimap-Mod-1.12.2.jar | None |
264 | LCH | craftstudioapi | 1.0.0 | CraftStudio-1.0.1.95-mc1.12-alpha.jar | None |
265 | LCH | cyclopstek | 1.0.34 | cyclopstek-1.0.34.jar | None |
266 | LCH | modwinder | 1.1 | Ladylib-2.3.jar | None |
267 | LCH | ladylib | 2.3 | Ladylib-2.3.jar | None |
268 | LCH | lumen | 0.4.4 | Lumen-Beta-0.4.4-technic.jar | None |
269 | LCH | gravelores | 1.8 | gravelores-1.8.jar | None |
270 | LCH | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None |
271 | LCH | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None |
272 Loaded coremods (and transformers): XaeroMinimapPlugin (Xaeros-Minimap-Mod-1.12.2.jar)
273 xaero.common.core.transformer.ChunkTransformer
274 xaero.common.core.transformer.NetHandlerPlayClientTransformer
275 xaero.common.core.transformer.EntityPlayerTransformer
276 xaero.common.core.transformer.AbstractClientPlayerTransformer
277 xaero.common.core.transformer.WorldClientTransformer
278 xaero.common.core.transformer.EntityPlayerSPTransformer
279 xaero.common.core.transformer.PlayerListTransformer
280 xaero.common.core.transformer.SaveFormatTransformer
281 xaero.common.core.transformer.GuiIngameForgeTransformer
282 xaero.common.core.transformer.GuiBossOverlayTransformer
283 xaero.common.core.transformer.ModelRendererTransformer
284 OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
285 openeye.asm.MultiTransformer
286 WolfArmorCore (WolfArmorAndStorage-3.8.1 1.12.2.alpha.1-SNAPSHOT-signed.jar)
287
288 Aqua Acrobatics Transformer (AquaAcrobatics-1.15.3.jar)
289
290 UniversalTweaksCore (UniversalTweaks-1.12.2-1.9.0-363.jar)
291
292 BTFixesCore (BTFixes-1.12.2-1.2.0.jar)
293
294 Quark Plugin (Quark-r1.6-184-technic.jar)
295 vazkii.quark.base.asm.ClassTransformer
296 ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
297 c4.colytra.asm.ElytraTransformer
298 UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
299 wanion.unidict.core.UniDictCoreModTransformer
300 PhosphorFMLPlugin (phosphor-1.12.2-0.2.9.3-SNAPSHOT.jar)
301
302 MixinBooter (!mixinbooter-8.6.jar)
303
304 ChunkGenLimiterCoremod (chunkgenlimiter-1.1-core.jar)
305 io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimitTransformer
306 ReachFixPlugin (ReachFix-1.12.2-1.0.9.jar)
307 meldexun.reachfix.asm.ReachFixClassTransformer
308 LoliASM (censoredasm5.14.jar)
309
310 IvToolkit (IvToolkit-1.3.3-1.12.jar)
311
312 TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
313 gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
314 RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
315 com.therandomlabs.randompatches.core.RPTransformer
316 ForgelinPlugin (Forgelin-1.8.4.jar)
317
318 OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
319 openmods.core.OpenModsClassTransformer
320 VintageFix (vintagefix-0.3.2-147.jar)
321 org.embeddedt.vintagefix.transformer.ASMModParserTransformer
322 CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
323 team.chisel.ctm.client.asm.CTMTransformer
324 Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
325
326 FarseekCoreMod (Farseek-1.12-2.5.1.jar)
327 farseek.core.FarseekClassTransformer
328 llibrary (llibrary-core-1.0.11-1.12.2.jar)
329 net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
330 net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
331 CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.15B.jar)
332 team.cqr.cqrepoured.asm.CQRClassTransformer
333 Fluidlogged API Plugin (Fluidlogged-API-v2.2.7-mc1.12.2.jar)
334 git.jbredwards.fluidlogged_api.mod.asm.ASMHandler$Transformer
335 git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerLevelProperty
336 git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerSmoothWater
337 serializationisbad (serializationisbad-1.5.jar)
338 io.dogboy.serializationisbad.legacyforge.SIBTransformer
339 SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
340 com.wynprice.secretroomsmod.core.SecretRoomsTransformer
341 CTALoadingPlugin (cta-1.12.2-1.2.2.jar)
342
343 ConfigAnytimePlugin (!configanytime-1.0.jar)
344 GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce GT 415/PCIe/SSE2'
345 OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
346 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
347 - TinkerWorld (Enabled/Not Forced)
348 - TinkerTools (Enabled/Not Forced)
349 - TinkerHarvestTools (Enabled/Forced)
350 - TinkerMeleeWeapons (Enabled/Forced)
351 - TinkerRangedWeapons (Enabled/Forced)
352 - TinkerModifiers (Enabled/Forced)
353 - TinkerSmeltery (Enabled/Not Forced)
354 - TinkerGadgets (Enabled/Not Forced)
355 - TinkerOredict (Enabled/Forced)
356 - TinkerIntegration (Enabled/Forced)
357 - TinkerFluids (Enabled/Forced)
358 - TinkerMaterials (Enabled/Forced)
359 - TinkerModelRegister (Enabled/Forced)
360 - chiselIntegration (Enabled/Not Forced)
361 - chiselsandbitsIntegration (Enabled/Not Forced)
362 - wailaIntegration (Enabled/Not Forced)
363 - quarkIntegration (Enabled/Not Forced)
364 Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
365 - NaturaOverworld (Enabled/Not Forced)
366 - NaturaNether (Enabled/Not Forced)
367 - NaturaDecorative (Enabled/Not Forced)
368 - NaturaTools (Enabled/Not Forced)
369 - NaturaEntities (Enabled/Not Forced)
370 - NaturaOredict (Enabled/Forced)
371 - NaturaWorld (Enabled/Not Forced)
372 Modpack Information: Modpack: [<NO MODPACK NAME PROVIDED>] Version: [<NO MODPACK VERSION PROVIDED>] by author [<NO MODPACK AUTHOR PROVIDED>] !!There was a problem reading the manifest!!
373 Patchouli open book context: n/a
374 RebornCore: Plugin Engine: 0
375 RebornCore Version: 3.19.5
376 Runtime Debofucsation 1
377 Invalid fingerprint detected for RebornCore!
378 RenderEngine: 1
379 Suspected Mods: Minor Integrations and Additions (mia), Forge Mod Loader (FML), Minecraft Forge (forge)
380 Launched Version: ForgeOptiFine 1.12.2
381 LWJGL: 2.9.4
382 OpenGL: GeForce GT 415/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
383 GL Caps: Using GL 1.3 multitexturing.
384 Using GL 1.3 texture combiners.
385 Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
386 Shaders are available because OpenGL 2.1 is supported.
387 VBOs are available because OpenGL 1.5 is supported.
388 Using VBOs: Yes
389 Is Modded: Definitely; Client brand changed to 'fml,forge'
390 Type: Client (map_client.txt)
391 Resource Packs: vanilla
392 Current Language: English (US)
393 Profiler Position: N/A (disabled)
394 CPU: 8x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
This log will be saved for 90 days from their last view.
Report abuse