You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time: 2018-08-16 09:53:50 PDT
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from GenDustry (gendustry)
Caused by: java.lang.NullPointerException
at net.bdew.gendustry.misc.ResourceListener$.onResourceManagerReload(ResourceListener.scala:35)
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121)
at net.bdew.gendustry.misc.ResourceListener$.init(ResourceListener.scala:21)
at net.bdew.gendustry.GendustryClient$.preInit(GendustryClient.scala:20)
at net.bdew.gendustry.Gendustry$.preInit(Gendustry.scala:78)
at net.bdew.gendustry.Gendustry.preInit(Gendustry.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:466)
at net.minecraft.client.Minecraft.run(Minecraft.java:3929)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.15.0-32-generic
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3673424808 bytes (3503 MB) / 5913444352 bytes (5639 MB) up to 5913444352 bytes (5639 MB)
JVM Flags: 2 total; -Xms4096m -Xmx6016m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2747 Optifine OptiFine_1.12.2_HD_U_E2 260 mods loaded, 260 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Save New Duplicate & Edit Just Text Twitter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 2018-08-16 09:53:50 PDT
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from GenDustry (gendustry)
Caused by: java.lang.NullPointerException
at net.bdew.gendustry.misc.ResourceListener$.onResourceManagerReload(ResourceListener.scala:35)
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121)
at net.bdew.gendustry.misc.ResourceListener$.init(ResourceListener.scala:21)
at net.bdew.gendustry.GendustryClient$.preInit(GendustryClient.scala:20)
at net.bdew.gendustry.Gendustry$.preInit(Gendustry.scala:78)
at net.bdew.gendustry.Gendustry.preInit(Gendustry.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:466)
at net.minecraft.client.Minecraft.run(Minecraft.java:3929)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.15.0-32-generic
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3673424808 bytes (3503 MB) / 5913444352 bytes (5639 MB) up to 5913444352 bytes (5639 MB)
JVM Flags: 2 total; -Xms4096m -Xmx6016m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2747 Optifine OptiFine_1.12.2_HD_U_E2 260 mods loaded, 260 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Loaded coremods (and transformers): AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
CreativePatchingLoader (CreativeCore_v1.9.25_mc1.12.2.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.48' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
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]
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 940 names; 1858 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUKCmNsaWVudCB7CiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdCiAgICBCOiJDdXN0b20gRW5jaGFudG1lbnQgQ29sb3JzIGZvciBWYW5pbGxhIEl0ZW1zIj10cnVlCgogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8KICAgICMgVGhpcyBmZWF0dXJlIGRvZXNuJ3Qgd29yayBvbiBhbGwgY2xpZW50cywgeW91IGFyZSBnb2luZyB0byBnZXQgYSBtZXNzYWdlIGluIGNoYXQgaWYgaXQgd2FzIHN1Y2Nlc3NmdWwvdW5zdWNjZXNzZnVsIFtkZWZhdWx0OiB0cnVlXQogICAgQjoiTEFOIFVQblAiPXRydWUKCiAgICAjIFJlcGxhY2UgdmFuaWxsYSBmdXJuYWNlIGFuZCBicmV3aW5nIHN0YW5kIHByb2dyZXNzIGJhcnMgdG8gdXNlIHNtb290aCByZW5kZXJpbmc/IFtkZWZhdWx0OiB0cnVlXQogICAgQjoiU21vb3RoIFZhbmlsbGEgR3VpcyI9dHJ1ZQp9CgoKaXdyZW5jaCB7CiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpCiAgICBTOkdyZWVuPTIyRkYyMgoKICAgICMgV2hhdCBpcyB0aGUgY29sb3Igd2hlbiB0aGUgaG92ZXJlZCBibG9jayBpcyBOT1Qgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpCiAgICBTOlJlZD1GRjIyMjIKfQoKCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgewogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgZm9yY2Utc3Bhd24gRW5kZXIgRHJhZ29uIEVnZyBvbiBFbmRlciBEcmFnb24gZGVhdGg/IFtkZWZhdWx0OiB0cnVlXQogICAgQjoiQWx3YXlzIFNwYXduIERyYWdvbiBFZ2ciPXRydWUKfQoKCg==
Pastebin Connection: Okay.
Dependent Mods:
-Expanded Equivalence (expequiv) @10A
-Solar Flux Reborn (solarfluxreborn) @3.60a
Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
List of loaded APIs: * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r140.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.3.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.0.8.50) from BetterAdvancements-1.12.2-0.0.8.50.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.1-99.jar
* BotaniaAPI (89) from Botania+r1.10-354.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|core (2.2) from buildcraft-7.99.17.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.99.17.jar
* BuildCraftAPI|enums (1.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.99.17.jar
* BuildCraftAPI|filler (5.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.99.17.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.99.17.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.99.17.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.99.17.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.99.17.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.99.17.jar
* BuildCraftAPI|transport (5.0) from buildcraft-7.99.17.jar
* cavern.api (2.1.4) from Cavern_1.12.2-v2.1.8.jar
* cavern.api.event (2.1.4) from Cavern_1.12.2-v2.1.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.20.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.3.20-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
* ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.13.306-universal.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.21.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.326.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.326.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-84.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-84.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.7-204.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.15.jar
* jeresources|API (0.8.6.28) from JustEnoughResources-1.12.2-0.8.6.28.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.206.jar
* MCX Model Loader (1.0.0) from modelloader-1.0.5.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
* PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.7.5-248.jar
* projecteapi (1.12.2-1.0.0) from ProjectE-1.12-PE1.3.1B.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.32.jar
* projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
* PsiAPI (6) from Psi-r1.1-59.jar
* QuarkAPI (2) from Quark-r1.4-125.jar
* reborncoreAPI (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
* reborncoreAPI|Power (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
* reborncoreAPI|Recipe (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
* reborncoreAPI|Tile (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* techrebornAPI (2.16.2.769) from TechReborn-1.12.2-2.16.2.769-universal.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA20.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.13a.jar
* veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647+b31535a.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
RebornCore: Plugin Engine: 0
RebornCore Version: 3.9.3.324
Runtime Debofucsation 1
RenderEngine: 1
Suspected Mods: GenDustry (gendustry)
Launched Version: MultiMC5
LWJGL: 2.9.4
OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 390.48, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language:
ERRORNullPointerException: nullProfiler Position: N/A (disabled)
CPU: 8x AMD FX-8370E Eight-Core Processor
The text was updated successfully, but these errors were encountered: