Giter Site home page Giter Site logo

t145 / tbone Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 4.62 MB

Shared code library for my Minecraft mods

Home Page: https://minecraft.curseforge.com/projects/tbone

License: Apache License 2.0

Java 100.00%
tbone minecraft mod forge minecraft-mod minecraft-forge minecraft-forge-mod minecraft-api

tbone's Introduction

Trophies

GitHub General Stats

GitHub Top Languages

GitHub Streak Stats

Speedboat Footer

tbone's People

Contributors

t145 avatar

Stargazers

 avatar

Watchers

 avatar

tbone's Issues

FastXYZ integration is opaque and leads to confusion & frustration

As I said in my comment on Metal Chests, the recent change to this mod resulted in me spending several hours attempting to work out which of the recently updated mods was the cause -- as it took a good 10 minutes to actually load the pack, performing a pseudo-binary search was the only method I found.

The error itself is extremely obscure and Googling it gives no actual relevant results.

Considering this is a library mod depended on for Metal Chests, I really think you have gone completely beyond the scope of the mod. Forcing people to uninstall other mods simply because you now implement their functionality is annoying to say the least, not to mention the fact that most people running this combination of mods won't even be aware of what's causing it.

I would like to suggest/recommend that, instead of causing a crash whenever the other mods are installed, perform some sort of check to see whether FastWorkbench, FastFurnace or any of the conflicting mods are installed, and either:

a) Don't perform your changes and simply let the other mods take over.
or b) Cause a specific crash with an explanation of what the issue is and how the player needs to remove the conflicting mods.

I'd also recommend marking your mod as conflicting with FastWorkbench, etc, on CurseForge.

I'll still continue to use MetalChests as it is superior to IronChests (and doesn't copy items for every single attempted insert, including setting up additional capabilities), but this experience has left a bitter taste in my mouth as I would've easily liked to have spent the time spent on tracking down the cause on other things.

removeRecipeBook setting not working

Problem Details

I have a config option set as follows:
B:removeRecipeBook=true
But the recipe book is still there in the game. I wouldn't mind it but other mod seems to crash the game whenever some other mod doesn't remove the recipe book.

Or maybe did I not understand this changelog part correct:
Removed all integrated mods (FastWorkbench, FastFurnace & Responsive Beacons)
Should I reinstall all these mods again(e.g. fastworkbench etc)?

  • OS: Windos 10 x64
  • Full Forge version: 14.23.5.2838
  • Mod version: v1.6.0+mc1.12.2.jar

Crash at start

java.lang.NoClassDefFoundError: T145/tbone/network/TPacketHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.init(Minecraft.java:467)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: T145.tbone.network.TPacketHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NullPointerException

Cross Mod Bug with CustomNPCs

Problem Details

There seems to be an issue when both CustomNPCs and Tbone are both installed
When both mods are installed furnaces no longer function correctly.
Instead of outputting stacks of smelted items, only one item can be in the output at a time and so long as the output has any item in it, it will continue to consume fuel but no longer smelt further items.

Environment

  • OS: Windows 10 64-bit
  • Full Forge version: Forge 14.23.5.2838 (Minecraft 1.12.2)
  • Mod version: Tbone 1.5.0+mc1.12.2
  • Other Mod Version: CustomNPCs_1.12.2(30Jan19)

Possible Incompatibility with Extra Utilities 2? 1.12.2

Problem Details

Please detail the problem here, including:
-- Expected behavior: Golden lassos from Extra Utilities 2 should be able to take a mob and move it into another location in the world.
-- Actual behavior: Animals get teleported back to their original location after trying to place them with the lasso.
-- Detailed logs of the issue (using a service like PasteBin) Sadly I have no logs of the issue as nothing shows up in the console. This is the only mod I haven't taken out of my folder to test my issue though (as we do play with VanillaFix and RandomPatches (that are known to cause this issue, but after taking both of them out the issue still persisted. And at this point I don't want to risk taking Tbone out in case the items players have in their chests may be deleted, although it is so far the only mod I haven't been able to take out and test to see if it's causing the issue) My question is, could TBone even be in a league of being able to cause this issue I'm having or is this all a very weird coincidence?

Environment

  • OS: Windows
  • Full Forge version: Forge 14.23.5.2838 with Minecraft 1.12.2)
  • Mod version: v1.6.8+mc1.12.2

Crash On New Version

Problem Details

Launch server and Client and boom crashed out

Screenshots

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2019-07-15 12:39:49 CDT
Description: Initializing game

java.lang.NullPointerException: Can't use a null-name for the registry, object Block{minecraft:air}.
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:287)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154)
at T145.tbone.core.TFurnace.tfurnace$registerBlocks(TFurnace.java:35)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1338_TFurnace_tfurnace$registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:467)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 732381104 bytes (698 MB) / 3043414016 bytes (2902 MB) up to 8509456384 bytes (8115 MB)
JVM Flags: 29 total; -Xmx3228m -Xms256m -XX:PermSize=256m -Xmn768m -Xmx8G -Xms1G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=10 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2838 346 mods loaded, 346 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   | State | ID                                | Version                   | Source                                               | Signature                                |
   |:----- |:--------------------------------- |:------------------------- |:---------------------------------------------------- |:---------------------------------------- |
   | LCH   | minecraft                         | 1.12.2                    | minecraft.jar                                        | None                                     |
   | LCH   | mcp                               | 9.42                      | minecraft.jar                                        | None                                     |
   | LCH   | FML                               | 8.0.99.99                 | forge-1.12.2-14.23.5.2838.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCH   | forge                             | 14.23.5.2838              | forge-1.12.2-14.23.5.2838.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCH   | creativecoredummy                 | 1.0.0                     | minecraft.jar                                        | None                                     |
   | LCH   | itemphysic                        | 1.4.0                     | minecraft.jar                                        | None                                     |
   | LCH   | micdoodlecore                     |                           | minecraft.jar                                        | None                                     |
   | LCH   | smoothfontcore                    | mc1.12.2-2.1              | minecraft.jar                                        | None                                     |
   | LCH   | bnbgamingcore                     | 0.11.0                    | minecraft.jar                                        | None                                     |
   | LCH   | foamfixcore                       | 7.7.4                     | minecraft.jar                                        | None                                     |
   | LCH   | opencomputers|core                | 1.7.4.153                 | minecraft.jar                                        | None                                     |
   | LCH   | smoothfont                        | mc1.12.2-2.1              | SmoothFont-mc1.12.2-2.1.jar                          | None                                     |
   | LCH   | securitycraft                     | v1.8.12                   | [1.12.2] SecurityCraft v1.8.12.jar                   | None                                     |
   | LCH   | fastbench                         | 1.7.2                     | FastWorkbench-1.12.2-1.7.2.jar                       | None                                     |
   | LCH   | actuallyadditions                 | 1.12.2-r149               | ActuallyAdditions-1.12.2-r149.jar                    | None                                     |
   | LCH   | baubles                           | 1.5.2                     | Baubles-1.12-1.5.2.jar                               | None                                     |
   | LCH   | actuallybaubles                   | 1.1                       | ActuallyBaubles-1.12-1.1.jar                         | None                                     |
   | LCH   | ctm                               | MC1.12.2-0.3.3.22         | CTM-MC1.12.2-0.3.3.22.jar                            | None                                     |
   | LCH   | appliedenergistics2               | rv6-stable-6              | appliedenergistics2-rv6-stable-6.jar                 | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
   | LCH   | bdlib                             | 1.14.3.12                 | bdlib-1.14.3.12-mc1.12.2.jar                         | None                                     |
   | LCH   | ae2stuff                          | 0.7.0.4                   | ae2stuff-0.7.0.4-mc1.12.2.jar                        | None                                     |
   | LCH   | roots                             | 1.12.2-3.0.2              | Roots-1.12.2-3.0.2.jar                               | None                                     |
   | LCH   | endercore                         | 1.12.2-0.5.59             | EnderCore-1.12.2-0.5.59.jar                          | None                                     |
   | LCH   | crafttweaker                      | 4.1.19                    | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
   | LCH   | mtlib                             | 3.0.6                     | MTLib-3.0.6.jar                                      | None                                     |
   | LCH   | modtweaker                        | 4.0.17                    | modtweaker-4.0.17.jar                                | None                                     |
   | LCH   | jei                               | 4.15.0.287                | jei_1.12.2-4.15.0.287.jar                            | None                                     |
   | LCH   | codechickenlib                    | 3.2.2.353                 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCH   | chiselsandbits                    | 14.33                     | chiselsandbits-14.33.jar                             | None                                     |
   | LCH   | fbp                               | 2.4.1                     | FancyBlockParticles-1.12.x-2.4.1.jar                 | None                                     |
   | LCH   | pdp                               | 1.12.2-1.2.4              | ProportionalDestructionParticles-1.12.2-1.2.4.jar    | None                                     |
   | LCH   | redstoneflux                      | 2.1.0                     | RedstoneFlux-1.12-2.1.0.6-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCH   | cofhcore                          | 4.6.3                     | CoFHCore-1.12.2-4.6.3.27-universal.jar               | None                                     |
   | LCH   | brandonscore                      | 2.4.16                    | BrandonsCore-1.12.2-2.4.16.207-universal.jar         | None                                     |
   | LCH   | cofhworld                         | 1.3.1                     | CoFHWorld-1.12.2-1.3.1.7-universal.jar               | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCH   | thermalfoundation                 | 2.6.3                     | ThermalFoundation-1.12.2-2.6.3.27-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCH   | draconicevolution                 | 2.3.23                    | Draconic-Evolution-1.12.2-2.3.23.345-universal.jar   | None                                     |
   | LCH   | thermalexpansion                  | 5.5.4                     | ThermalExpansion-1.12.2-5.5.4.43-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCH   | enderio                           | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | mantle                            | 1.12-1.3.3.55             | Mantle-1.12-1.3.3.55.jar                             | None                                     |
   | LCH   | chisel                            | MC1.12.2-0.2.1.35         | Chisel-MC1.12.2-0.2.1.35.jar                         | None                                     |
   | LCH   | enderiointegrationtic             | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | botania                           | r1.10-361                 | Botania r1.10-361.jar                                | None                                     |
   | LCH   | forgelin                          | 1.8.3                     | Forgelin-1.8.3.jar                                   | None                                     |
   | LCH   | librarianlib                      | 4.19.2                    | librarianlib-1.12.2-4.19.2-release.jar               | None                                     |
   | LCH   | akashictome                       | 1.2-12                    | AkashicTome-1.2-12.jar                               | None                                     |
   | LCH   | morphtool                         | 1.2-21                    | Morph-o-Tool-1.2-21.jar                              | None                                     |
   | LCH   | autoreglib                        | 1.3-31                    | AutoRegLib-1.3-31.jar                                | None                                     |
   | LCH   | psi                               | r1.1-77                   | Psi-r1.1-77.jar                                      | None                                     |
   | LCH   | rpsideas                          | 2.4.2                     | rpsideas-2.4.2.jar                                   | None                                     |
   | LCH   | twilightforest                    | 3.9.888                   | twilightforest-1.12.2-3.9.888-universal.jar          | None                                     |
   | LCH   | tconstruct                        | 1.12.2-2.12.0.157         | TConstruct-1.12.2-2.12.0.157.jar                     | None                                     |
   | LCH   | p455w0rdslib                      | 2.2.151                   | p455w0rdslib-1.12.2-2.2.151.jar                      | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCH   | ae2wtlib                          | 1.0.30                    | AE2WTLib-1.12.2-1.0.30.jar                           | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCH   | infinitylib                       | 1.12.2-1.12.0             | infinitylib-1.12.0.jar                               | None                                     |
   | LCH   | agricraft                         | 2.12.0-1.12.0-a6          | AgriCraft-2.12.0-1.12.0-a6.jar                       | None                                     |
   | LCH   | aiimprovements                    | 0.0.1.3                   | AIImprovements-1.12-0.0.1b3.jar                      | None                                     |
   | LCH   | animalcrops                       | 1.12.2-0.2.0              | AnimalCrops-1.12.2-0.2.0.jar                         | None                                     |
   | LCH   | cyclicmagic                       | 1.19.12                   | Cyclic-1.12.2-1.19.12.jar                            | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
   | LCH   | guideapi                          | 1.12-2.1.8-63             | Guide-API-1.12-2.1.8-63.jar                          | None                                     |
   | LCH   | bloodmagic                        | 1.12.2-2.4.1-103          | BloodMagic-1.12.2-2.4.1-103.jar                      | None                                     |
   | LCH   | theoneprobe                       | 1.4.28                    | theoneprobe-1.12-1.4.28.jar                          | None                                     |
   | LCH   | animus                            | 1                         | Animus-1.12-2.1.4.jar                                | None                                     |
   | LCH   | applecore                         | 3.2.0                     | AppleCore-mc1.12.2-3.2.0.jar                         | None                                     |
   | LCH   | appleskin                         | 1.0.9                     | AppleSkin-mc1.12-1.0.9.jar                           | None                                     |
   | LCH   | appliedintegrations               | 8.0.15                    | AppliedIntegrations-1.12.2-8.0.15.jar                | None                                     |
   | LCH   | architecturecraft                 | @VERSION@                 | architecturecraft-1.12-3.80.jar                      | None                                     |
   | LCH   | conarm                            | 1.2.4                     | conarm-1.12.2-1.2.4.jar                              | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | LCH   | armoryexpansion                   | 1.3.1                     | armoryexpansion-1.3.1.jar                            | None                                     |
   | LCH   | armoryexpansion-custommaterials   | 1.3.1                     | armoryexpansion-1.3.1.jar                            | None                                     |
   | LCH   | armoryexpansion-iceandfire        | 1.3.1                     | armoryexpansion-1.3.1.jar                            | None                                     |
   | LCH   | armoryexpansion-matteroverdrive   | 1.3.1                     | armoryexpansion-1.3.1.jar                            | None                                     |
   | LCH   | aroma1997core                     | 2.0.0.2.b165              | Aroma1997Core-1.12.2-2.0.0.2.b165.jar                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | LCH   | aromabackup                       | 3.0.0.0.b123              | AromaBackup-1.12.2-3.0.0.0.b123.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | LCH   | aromabackuprecovery               | 3.0.0.0.b123              | AromaBackup-1.12.2-3.0.0.0.b123.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | LCH   | astralsorcery                     | 1.10.19                   | astralsorcery-1.12.2-1.10.19.jar                     | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
   | LCH   | attributefix                      | 1.0.4                     | AttributeFix-1.12.2-1.0.4.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | badwithernocookiereloaded         | 1.12.2-3.3.16             | badwithernocookiereloaded-1.12.2-3.3.16.jar          | None                                     |
   | LCH   | bdsandm                           | 0.0.24                    | BarrelsDrumsStorageAndMore-0.0.24.jar                | None                                     |
   | LCH   | betteradvancements                | 0.1.0.77                  | BetterAdvancements-1.12.2-0.1.0.77.jar               | None                                     |
   | LCH   | betterbuilderswands               | 0.13.2                    | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar    | None                                     |
   | LCH   | bibliocraft                       | 2.4.5                     | BiblioCraft[v2.4.5][MC1.12.2].jar                    | None                                     |
   | LCH   | ic2                               | 2.8.168-ex112             | industrialcraft-2-2.8.168-ex112.jar                  | de041f9f6187debbc77034a344134053277aa3b0 |
   | LCH   | natura                            | 1.12.2-4.3.2.69           | natura-1.12.2-4.3.2.69.jar                           | None                                     |
   | LCH   | forestry                          | 5.8.2.387                 | forestry_1.12.2-5.8.2.387.jar                        | None                                     |
   | LCH   | binniecore                        | 2.5.1.188                 | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
   | LCH   | binniedesign                      | 2.5.1.188                 | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
   | LCH   | genetics                          | 2.5.1.188                 | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
   | LCH   | botany                            | 2.5.1.188                 | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
   | LCH   | extrabees                         | 2.5.1.188                 | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
   | LCH   | extratrees                        | 2.5.1.188                 | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
   | LCH   | blockcraftery                     | 1.12.2-1.3.1              | blockcraftery-1.12.2-1.3.1.jar                       | None                                     |
   | LCH   | bloodmoon                         | 1.5.3                     | Bloodmoon-MC1.12.2-1.5.3.jar                         | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | LCH   | bonsaitrees                       | 1.1.3                     | bonsaitrees-1.1.3-b156.jar                           | None                                     |
   | LCH   | bookshelf                         | 2.3.585                   | Bookshelf-1.12.2-2.3.585.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | hammercore                        | 2.0.4.7                   | HammerCore-1.12.2-2.0.4.7.jar                        | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | LCH   | botanicadds                       | 3r                        | BotanicAdditions-1.12.2-3r.jar                       | None                                     |
   | LCH   | botanicbonsai                     | 0.0.0.botanicbonsai       | BotanicBonsai-1.0.0.5.jar                            | None                                     |
   | LCH   | bouncy_creepers                   | 0.0.4                     | BouncyCreepers-0.0.4.jar                             | None                                     |
   | LCH   | buildinggadgets                   | 2.6.8                     | BuildingGadgets-2.6.8.jar                            | None                                     |
   | LCH   | carryon                           | 1.12.2                    | CarryOn MC1.12.2 v1.12.2.jar                         | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
   | LCH   | cctweaked                         | 1.83.1                    | cc-tweaked-1.12.2-1.83.1.jar                         | None                                     |
   | LCH   | computercraft                     | 1.83.1                    | cc-tweaked-1.12.2-1.83.1.jar                         | None                                     |
   | LCH   | cd4017be_lib                      | 6.4.6                     | CD4017BE_lib-1.12.2-6.4.6.jar                        | None                                     |
   | LCH   | chancecubes                       | 1.12.2-4.0.0.271          | ChanceCubes-1.12.2-4.0.0.271.jar                     | None                                     |
   | LCH   | chineseworkshop                   | 1.2.6                     | ChineseWorkshop-1.12.2_1.2.6.jar                     | None                                     |
   | LCH   | claybucket                        | 1.1                       | ClayBucket-1.12-1.1.jar                              | None                                     |
   | LCH   | cleanview                         | 1.12.2-v1c                | CleanView-1.12.2-v1c.jar                             | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
   | LCH   | placebo                           | 1.6.0                     | Placebo-1.12.2-1.6.0.jar                             | None                                     |
   | LCH   | clickmachine                      | 1.2.0                     | ClickMachine-1.12.2-1.2.0.jar                        | None                                     |
   | LCH   | clienttweaks                      | 3.1.11                    | ClientTweaks_1.12.2-3.1.11.jar                       | None                                     |
   | LCH   | clumps                            | 3.1.2                     | Clumps-3.1.2.jar                                     | None                                     |
   | LCH   | colouredtooltips                  | 1.0.7                     | ColouredTooltips-1.12.2-1.0.7.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | cyclopscore                       | 1.4.0                     | CyclopsCore-1.12.2-1.4.0.jar                         | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCH   | commoncapabilities                | 2.4.4                     | CommonCapabilities-1.12.2-2.4.4.jar                  | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCH   | compactstorage                    | 3.1                       | CompactStorage-3.1-12.jar                            | None                                     |
   | LCH   | compatched                        | 1.6.0                     | ComPatchedStorage-1.12.2-1.6.0.jar                   | None                                     |
   | LCH   | controlling                       | 3.0.7                     | Controlling-3.0.7.jar                                | None                                     |
   | LCH   | cookingforblockheads              | 6.4.71                    | CookingForBlockheads_1.12.2-6.4.71.jar               | None                                     |
   | LCH   | corail_pillar_extension_chisel    | 4.0.0                     | corail_pillar_extension_chisel-4.0.0-1.12.jar        | None                                     |
   | LCH   | craftingtweaks                    | 8.1.9                     | CraftingTweaks_1.12.2-8.1.9.jar                      | None                                     |
   | LCH   | ctgui                             | 1.0.0                     | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
   | LCH   | crafttweakerjei                   | 2.0.3                     | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
   | LCH   | creativecore                      | 1.9.9                     | CreativeCore_v1.9.54_mc1.12.2.jar                    | None                                     |
   | LCH   | cucumber                          | 1.1.3                     | Cucumber-1.12.2-1.1.3.jar                            | None                                     |
   | LCH   | culinaryconstruct                 | 1.3.3                     | culinaryconstruct-1.3.3.jar                          | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | LCH   | custommainmenu                    | 2.0.9                     | CustomMainMenu-MC1.12.2-2.0.9.jar                    | None                                     |
   | LCH   | stg                               | 1.12.2-1.2.3              | stg-1.12.2-1.2.3.jar                                 | None                                     |
   | LCH   | danknull                          | 1.5.71                    | DankNull-1.12.2-1.5.71.jar                           | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCH   | darktheme                         | 12r                       | DarkTheme-1.12.2-12r.jar                             | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | LCH   | patchouli                         | 1.0-20                    | Patchouli-1.0-20.jar                                 | None                                     |
   | LCH   | deepmoblearning                   | 1.12.2-2.5.2              | deepmoblearning-1.12.2-2.5.2-universal.jar           | None                                     |
   | LCH   | deepmoblearningbm                 | 1.12.2-1.0.1              | deepmoblearningbm-1.12.2-1.0.1-universal.jar         | None                                     |
   | LCH   | journeymap                        | 1.12.2-5.5.5b9            | journeymap-1.12.2-5.5.5b9.jar                        | None                                     |
   | LCH   | defaultoptions                    | 9.2.8                     | DefaultOptions_1.12.2-9.2.8.jar                      | None                                     |
   | LCH   | demagnetize                       | 1.12.2-1.0.1              | demagnetize-1.12.2-1.0.1.jar                         | None                                     |
   | LCH   | diethopper                        | 1.1                       | diethopper-1.1.jar                                   | None                                     |
   | LCH   | draconicadditions                 | 1.7.4                     | Draconic-Additions-1.12.2-1.7.4.20-universal.jar     | None                                     |
   | LCH   | llibrary                          | 1.7.19                    | llibrary-1.7.19-1.12.2.jar                           | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | LCH   | dragonmounts                      | 1.12.2-1.6.2              | DragonMounts2-1.12.2-1.6.2.jar                       | None                                     |
   | LCH   | effortlessbuilding                | 1.12.2-2.13               | effortlessbuilding-1.12.2-2.13.jar                   | None                                     |
   | LCH   | enchdesc                          | 1.1.15                    | EnchantmentDescriptions-1.12.2-1.1.15.jar            | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | endercrop                         | 1.12.2-1.6.0              | endercrop-1.12.2-1.6.0.jar                           | None                                     |
   | LCH   | enderiobase                       | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | enderioconduits                   | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | enderioconduitsappliedenergistics | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | opencomputers                     | 1.7.4.153                 | OpenComputers-MC1.12.2-1.7.4.153.jar                 | None                                     |
   | LCH   | enderioconduitsopencomputers      | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | enderioconduitsrefinedstorage     | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | enderiointegrationforestry        | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | enderiointegrationticlate         | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | ftblib                            | 5.4.3.129                 | FTBLib-5.4.3.129.jar                                 | None                                     |
   | LCH   | enderiomachines                   | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | enderiopowertools                 | 5.0.46                    | EnderIO-1.12.2-5.0.46.jar                            | None                                     |
   | LCH   | enderioendergy                    | 5.0.46                    | EnderIO-endergy-1.12.2-5.0.46.jar                    | None                                     |
   | LCH   | enderstorage                      | 2.4.5.135                 | EnderStorage-1.12.2-2.4.5.135-universal.jar          | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCH   | enderutilities                    | 0.7.12                    | enderutilities-1.12.2-0.7.12.jar                     | 2b03e1423915a189b8094816baa18f239d576dff |
   | LCH   | engineersdecor                    | 1.0.9                     | engineersdecor-1.12.2-1.0.9.jar                      | ed58ed655893ced6280650866985abcae2bf7559 |
   | LCH   | valkyrielib                       | 1.12.2-2.0.20.1           | valkyrielib-1.12.2-2.0.20.1.jar                      | None                                     |
   | LCH   | environmentaltech                 | 1.12.2-2.0.20.1           | environmentaltech-1.12.2-2.0.20.1.jar                | None                                     |
   | LCH   | erebus                            | 1.0.30                    | Erebus-1.0.30.jar                                    | None                                     |
   | LCH   | morebees                          | 1.12.2-2.0.1              | morebees-1.12.2-2.0.1.jar                            | None                                     |
   | LCH   | exnihilocreatio                   | 1.12.2-0.4.5.1            | exnihilocreatio-1.12.2-0.4.5.1.jar                   | None                                     |
   | LCH   | excompressum                      | 3.0.31                    | ExCompressum_1.12.2-3.0.31.jar                       | None                                     |
   | LCH   | galacticraftcore                  | 4.0.2.211                 | GalacticraftCore-1.12.2-4.0.2.211.jar                | None                                     |
   | LCH   | extrabitmanipulation              | 1.12.2-3.4.1              | ExtraBitManipulation-1.12.2-3.4.1.jar                | None                                     |
   | LCH   | galacticraftplanets               | 4.0.2.211                 | Galacticraft-Planets-1.12.2-4.0.2.211.jar            | None                                     |
   | LCH   | mjrlegendslib                     | 1.12.2-1.1.8              | MJRLegendsLib-1.12.2-1.1.8.jar                       | b02331787272ec3515ebe63ecdeea0d746653468 |
   | LCH   | extraplanets                      | 1.12.2-0.5.3              | ExtraPlanets-1.12.2-0.5.3.jar                        | b02331787272ec3515ebe63ecdeea0d746653468 |
   | LCH   | zerocore                          | 1.12.2-0.1.2.8            | zerocore-1.12.2-0.1.2.8.jar                          | None                                     |
   | LCH   | bigreactors                       | 1.12.2-0.4.5.67           | ExtremeReactors-1.12.2-0.4.5.67.jar                  | None                                     |
   | LCH   | farmingforblockheads              | 3.1.28                    | FarmingForBlockheads_1.12.2-3.1.28.jar               | None                                     |
   | LCH   | fastfurnace                       | 1.3.1                     | FastFurnace-1.12.2-1.3.1.jar                         | None                                     |
   | LCH   | fastleafdecay                     | v14                       | FastLeafDecay-v14.jar                                | None                                     |
   | LCH   | featuredservers                   | 1.12-1.0.6                | FeaturedServers-1.12-1.0.6.jar                       | None                                     |
   | LCH   | fenceoverhaul                     | 1.3.4                     | FenceOverhaul-1.3.4.jar                              | None                                     |
   | LCH   | findme                            | 1.1.0                     | findme-1.12.2-1.1.0-8.jar                            | None                                     |
   | LCH   | slabmachines                      | 1.0.6                     | Slab_Machines-1.0.6.jar                              | None                                     |
   | LCH   | mcmultipart                       | 2.5.3                     | MCMultiPart-2.5.3.jar                                | None                                     |
   | LCH   | mekanism                          | 1.12.2-9.7.9.380          | Mekanism-1.12.2-9.7.9.380.jar                        | None                                     |
   | LCH   | sonarcore                         | 5.0.19                    | sonarcore-1.12.2-5.0.19-20.jar                       | None                                     |
   | LCH   | fluxnetworks                      | 3.0.19                    | fluxnetworks-1.12.2-3.0.19-21.jar                    | None                                     |
   | LCH   | foamfix                           | 0.10.5-1.12.2             | foamfix-0.10.5-1.12.2.jar                            | None                                     |
   | LCH   | forgemultipartcbe                 | 2.6.1.81                  | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCH   | microblockcbe                     | 2.6.1.81                  | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | None                                     |
   | LCH   | minecraftmultipartcbe             | 2.6.1.81                  | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | None                                     |
   | LCH   | forgivingvoid                     | 1.0.23                    | ForgivingVoid_1.12.2-1.0.23.jar                      | None                                     |
   | LCH   | fpsreducer                        | mc1.12.2-1.12.4           | FpsReducer-mc1.12.2-1.12.4.jar                       | None                                     |
   | LCH   | ftbutilities                      | 5.4.0.100                 | FTBUtilities-5.4.0.100.jar                           | None                                     |
   | LCH   | itemfilters                       | 1.0.3.12                  | ItemFilters-1.0.3.12.jar                             | None                                     |
   | LCH   | ftbquests                         | 1.7.2.187                 | FTBQuests-1.7.2.187.jar                              | None                                     |
   | LCH   | ftbtutorialmod                    | 1.0.0.4                   | FTBTutorialMod-1.0.0.4.jar                           | None                                     |
   | LCH   | ftbbackups                        | 0.0.0.ftbbackups          | FTBUtilitiesBackups-1.0.0.4.jar                      | None                                     |
   | LCH   | cfm                               | 6.3.0                     | furniture-6.3.0-1.12.2.jar                           | None                                     |
   | LCH   | limelib                           | 1.7.12                    | limelib-1.12.2-1.7.12.jar                            | None                                     |
   | LCH   | furnus                            | 2.1.8                     | furnus-1.12.2-2.1.8.jar                              | None                                     |
   | LCH   | gasconduits                       | 1.12.2-1.2.1              | GasConduits-1.12.2-1.2.1.jar                         | None                                     |
   | LCH   | gendustry                         | 1.6.5.8                   | gendustry-1.6.5.8-mc1.12.2.jar                       | None                                     |
   | LCH   | gendustryjei                      | 1.0.2                     | gendustryjei-1.0.2.jar                               | None                                     |
   | LCH   | ichunutil                         | 7.2.0                     | iChunUtil-1.12.2-7.1.4.jar                           | None                                     |
   | LCH   | googlyeyes                        | 7.1.0                     | GooglyEyes-1.12.2-7.1.0.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCH   | horsepower                        | 2.6.4                     | HorsePower-1.12.2-2.6.4.74.jar                       | cd7e958342770a8b17c919055da42c24dfefd879 |
   | LCH   | huntingdim                        | 1.0.39                    | HuntingDimension-1.12.2-1.0.39.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | hurtanimationremover              | 1.0.0                     | HurtAnimationRemover-1.12.2-1.0.0.jar                | None                                     |
   | LCH   | hydrogel                          | 1.1.0                     | HydroGel-1.12.2-1.1.0.jar                            | None                                     |
   | LCH   | ieclochecompat                    | 2.1.7-dev.454             | ieclochecompat-2.1.7-dev.454.jar                     | None                                     |
   | LCH   | immersiveengineering              | 0.12-89                   | ImmersiveEngineering-0.12-89.jar                     | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | LCH   | immersivepetroleum                | 1.1.9                     | immersivepetroleum-1.12.2-1.1.9.jar                  | None                                     |
   | LCH   | immersivetech                     | 1.3.10                    | immersivetech-1.12-1.3.10.jar                        | None                                     |
   | LCH   | teslacorelib                      | 1.0.15                    | tesla-core-lib-1.12.2-1.0.15.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | industrialforegoing               | 1.12.2-1.12.2             | industrialforegoing-1.12.2-1.12.12-236.jar           | None                                     |
   | LCH   | industrialmeat                    | 1.12-1.0.2                | industrialmeat-1.12-1.0.2.jar                        | None                                     |
   | LCH   | initialinventory                  | 2.0.2                     | InitialInventory-3.0.0.jar                           | None                                     |
   | LCH   | mysticalagriculture               | 1.7.5                     | MysticalAgriculture-1.12.2-1.7.5.jar                 | None                                     |
   | LCH   | mysticalagradditions              | 1.3.2                     | MysticalAgradditions-1.12.2-1.3.2.jar                | None                                     |
   | LCH   | nuclearcraft                      | 2.17a                     | NuclearCraft-2.17a-1.12.2.jar                        | None                                     |
   | LCH   | harvestcraft                      | 1.12.2zb                  | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None                                     |
   | LCH   | mcjtylib_ng                       | 3.5.3                     | mcjtylib-1.12-3.5.3.jar                              | None                                     |
   | LCH   | rftools                           | 7.71                      | rftools-1.12-7.71.jar                                | None                                     |
   | LCH   | rustic                            | 1.1.0                     | rustic-1.1.0.jar                                     | None                                     |
   | LCH   | integrationforegoing              | 1.12.2-1.9                | IntegrationForegoing-1.12.2-1.9.jar                  | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
   | LCH   | inventorytweaks                   | 1.64+dev.146.2180b27      | InventoryTweaks-1.64+dev.146.jar                     | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
   | LCH   | jaopca                            | 1.12.2-2.2.8.103          | JAOPCA-1.12.2-2.2.8.103.jar                          | None                                     |
   | LCH   | oredictinit                       | 1.12.2-2.2.1.71           | JAOPCA-1.12.2-2.2.8.103.jar                          | None                                     |
   | LCH   | jehc                              | 1.6.4                     | jehc-1.12.2-1.6.4.jar                                | None                                     |
   | LCH   | jeibees                           | 0.9.0.5                   | jeibees-0.9.0.5-mc1.12.2.jar                         | None                                     |
   | LCH   | jeid                              | 1.0.2-26                  | JustEnoughIDs-1.0.2-26.jar                           | None                                     |
   | LCH   | jeidsi                            | 1.3.1.42                  | jeidsi-1.3.1.42.jar                                  | None                                     |
   | LCH   | jeiintegration                    | 1.5.1.36                  | jeiintegration_1.12.2-1.5.1.36.jar                   | None                                     |
   | LCH   | jee                               | 1.0.7                     | JustEnoughEnergistics-1.12.2-1.0.7.jar               | None                                     |
   | LCH   | justenoughreactors                | 1.1.3.61                  | JustEnoughReactors-1.12.2-1.1.3.61.jar               | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
   | LCH   | kleeslabs                         | 5.4.12                    | KleeSlabs_1.12.2-5.4.12.jar                          | None                                     |
   | LCH   | letsencryptcraft                  | @VERSION@                 | letsencryptcraft-1.10.2-1.2.0.jar                    | None                                     |
   | LCH   | limitlessstructureblocks          | 1.1.0                     | LimitlessStructureBlocks-1.12.2-1.1.0.jar            | None                                     |
   | LCH   | logisticspipes                    | 0.10.2.195                | logisticspipes-0.10.2.195.jar                        | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
   | LCH   | lunatriuscore                     | 1.2.0.42                  | LunatriusCore-1.12.2-1.2.0.42-universal.jar          | None                                     |
   | LCH   | magipsi                           | 1.3                       | MagicalPsi-1.3.2.jar                                 | None                                     |
   | LCH   | reborncore                        | 3.13.12.447               | RebornCore-1.12.2-3.13.12.447-universal.jar          | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | LCH   | mainmenuscale                     | 1.0                       | MainMenuScale-1.3.2.jar                              | None                                     |
   | LCH   | malisiscore                       | 1.12.2-6.5.1-SNAPSHOT     | malisiscore-1.12.2-6.5.1.jar                         | None                                     |
   | LCH   | malisisdoors                      | 1.12.2-7.3.0              | malisisdoors-1.12.2-7.3.0.jar                        | None                                     |
   | LCH   | matc                              | 1.0.1-hotfix              | matc-1.0.1-hotfix.jar                                | None                                     |
   | LCH   | mekanismgenerators                | 1.12.2-9.7.9.380          | MekanismGenerators-1.12.2-9.7.9.380.jar              | None                                     |
   | LCH   | mekores                           | 2.0.7                     | mekores-2.0.7.jar                                    | None                                     |
   | LCH   | tbone                             | v1.4.7+mc1.12.2           | TBone-v1.4.7+mc1.12.2.jar                            | None                                     |
   | LCH   | metalchests                       | v5.8.1+mc1.12.2           | MetalChests-v5.8.1+mc1.12.2.jar                      | None                                     |
   | LCH   | mobends                           | 0.24                      | mobends-0.24_for_MC-1.12.jar                         | None                                     |
   | LCH   | mob_grinding_utils                | 0.3.13                    | MobGrindingUtils-0.3.13.jar                          | None                                     |
   | LCH   | numina                            | 1.12.2-1.0.38             | Numina-1.12.2-1.0.38.jar                             | None                                     |
   | LCH   | powersuits                        | 1.12.2-1.0.44             | ModularPowersuits-1.12.2-1.0.44.jar                  | None                                     |
   | LCH   | morebuckets                       | 1.0.4                     | MoreBuckets-1.12.2-1.0.4.jar                         | None                                     |
   | LCH   | moreoverlays                      | 1.14                      | moreoverlays-1.14-mc1.12.2.jar                       | None                                     |
   | LCH   | morpheus                          | 1.12.2-3.5.106            | Morpheus-1.12.2-3.5.106.jar                          | None                                     |
   | LCH   | mousetweaks                       | 2.10                      | MouseTweaks-2.10-mc1.12.2.jar                        | None                                     |
   | LCH   | mrtjpcore                         | 2.1.4.43                  | MrTJPCore-1.12.2-2.1.4.43-universal.jar              | None                                     |
   | LCH   | mysticaladaptations               | 1.4.1                     | MysticalAdaptations-1.12.2-1.4.1.jar                 | None                                     |
   | LCH   | mysticalworld                     | 1.12.2-1.3.1              | MysticWorld-1.12.2-1.3.1.jar                         | None                                     |
   | LCH   | neat                              | 1.4-17                    | Neat 1.4-17.jar                                      | None                                     |
   | LCH   | nmsot                             | 1.2.2-mc1.12.2            | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar              | None                                     |
   | LCH   | recipehandler                     | 0.13                      | NoMoreRecipeConflict-0.13(1.12.2).jar                | None                                     |
   | LCH   | nonvflash                         | 1.2.0                     | NoNVFlash-1.12.2-1.2.0.3-universal.jar               | None                                     |
   | LCH   | notenoughwands                    | 1.8.1                     | notenoughwands-1.12-1.8.1.jar                        | None                                     |
   | LCH   | xnet                              | 1.8.1                     | xnet-1.12-1.8.1.jar                                  | None                                     |
   | LCH   | ocxnetdriver                      | 1.0.3                     | ocxnetdriver-1.0.3-b17.jar                           | None                                     |
   | LCH   | oldjava                           | 1.0.8                     | OldJavaWarning-1.12.2-1.0.8.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | oreexcavation                     | 1.4.140                   | OreExcavation-1.4.140.jar                            | None                                     |
   | LCH   | planefix                          | 1.0.0                     | PlaneFix-1.12.2-1.0.0.jar                            | None                                     |
   | LCH   | plethora-core                     | 1.2.2                     | plethora-1.12.2-1.2.2.jar                            | None                                     |
   | LCH   | plethora                          | 1.2.2                     | plethora-1.12.2-1.2.2.jar                            | None                                     |
   | LCH   | pneumaticcraft                    | 1.12.2-0.11.3-366         | pneumaticcraft-repressurized-1.12.2-0.11.3-366.jar   | None                                     |
   | LCH   | portalgun                         | 7.1.0                     | PortalGun-1.12.2-7.1.0.jar                           | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCH   | portalfixer                       | 0.0.2                     | PortalGunFixer-0.0.2.jar                             | None                                     |
   | LCH   | practicallogistics2               | 3.0.8                     | practicallogistics2-1.12.2-3.0.8-11.jar              | None                                     |
   | LCH   | projectintelligence               | 1.0.6                     | ProjectIntelligence-1.12.2-1.0.6.22-universal.jar    | None                                     |
   | LCH   | projectred-core                   | 4.9.3.116                 | ProjectRed-1.12.2-4.9.3.116-Base.jar                 | None                                     |
   | LCH   | projectred-illumination           | 4.9.3.116                 | ProjectRed-1.12.2-4.9.3.116-lighting.jar             | None                                     |
   | LCH   | psipherals                        | 1.1.0                     | psipherals-1.1.0.jar                                 | None                                     |
   | LCH   | rangedpumps                       | 0.5                       | rangedpumps-0.5.jar                                  | None                                     |
   | LCH   | realfilingcabinet                 | 0.2.0.15                  | realfilingcabinet-1.12-0.2.0.15.jar                  | None                                     |
   | LCH   | rs_ctr                            | 0.1.0                     | RedstoneControl-1.12.2-0.1.0.jar                     | None                                     |
   | LCH   | resourceloader                    | 1.5.3                     | ResourceLoader-MC1.12.1-1.5.3.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | LCH   | rftoolscontrol                    | 2.0.2                     | rftoolsctrl-1.12-2.0.2.jar                           | None                                     |
   | LCH   | rftoolspower                      | 1.2.0                     | rftoolspower-1.12-1.2.0.jar                          | None                                     |
   | LCH   | scarecrows                        | v1.0.8                    | scarecrows-1.12.x-v1.0.8.jar                         | None                                     |
   | LCH   | schematica                        | 1.8.0.169                 | Schematica-1.12.2-1.8.0.169-universal.jar            | None                                     |
   | LCH   | simplegenerators                  | 1.12.2-2.0.20.2           | simplegenerators-1.12.2-2.0.20.2.jar                 | None                                     |
   | LCH   | storagenetwork                    | 1.7.8                     | SimpleStorageNetwork-1.12.2-1.7.8.jar                | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
   | LCH   | thermaldynamics                   | 2.5.5                     | ThermalDynamics-1.12.2-2.5.5.21-universal.jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCH   | simplyjetpacks                    | 2.2.12.65                 | SimplyJetpacks2-1.12.2-2.2.12.65.jar                 | None                                     |
   | LCH   | simplylight                       | 0.7.0                     | simplylight-0.7.0.jar                                | None                                     |
   | LCH   | snad                              | 1.12.1-1.7.09.16a         | Snad-1.12.1-1.7.09.16a.jar                           | None                                     |
   | LCH   | solarflux                         | 4.32r                     | SolarFluxReborn_1.12.2-4.32r.jar                     | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | LCH   | stacksize                         | 1.1                       | stacksize-1.12.2-1.0.jar                             | None                                     |
   | LCH   | stevescarts                       | 2.4.31.135                | StevesCarts-1.12.2-2.4.31.135.jar                    | None                                     |
   | LCH   | sasit                             | 1.1.14                    | StuffASockInIt-1.12.2-1.1.14.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | supersoundmuffler                 | 1.0.2.10                  | supersoundmuffler-1.12.2-1.0.2.10.jar                | None                                     |
   | LCH   | surge                             | 2.0.77                    | Surge-1.12.2-2.0.77.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | sync                              | 7.1.0                     | Sync-1.12.2-7.1.0.jar                                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCH   | tallgates                         | 1.0.0                     | TallGates-1.12.2-1.0.0.1.jar                         | None                                     |
   | LCH   | tbeacon                           | v1.4.7+mc1.12.2           | TBone-v1.4.7+mc1.12.2.jar                            | None                                     |
   | LCH   | tfurnace                          | v1.4.7+mc1.12.2           | TBone-v1.4.7+mc1.12.2.jar                            | None                                     |
   | LCH   | tleaves                           | v1.4.7+mc1.12.2           | TBone-v1.4.7+mc1.12.2.jar                            | None                                     |
   | LCH   | tworkbench                        | v1.4.7+mc1.12.2           | TBone-v1.4.7+mc1.12.2.jar                            | None                                     |
   | LCH   | teamislands                       | 1.1.0.25                  | TeamIslands-1.1.0.25.jar                             | None                                     |
   | LCH   | telepastries                      | 0.3.4                     | TelePastries-0.3.4.jar                               | None                                     |
   | LCH   | thermalinnovation                 | 0.3.3                     | ThermalInnovation-1.12.2-0.3.3.12-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCH   | tcomplement                       | 1.12.2-0.4.2              | TinkersComplement-1.12.2-0.4.2.jar                   | None                                     |
   | LCH   | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769  | TinkerToolLeveling-1.12.2-1.1.0.jar                  | None                                     |
   | LCH   | tp                                | 3.2.34                    | tinyprogressions-1.12.2-3.3.34-Release.jar           | None                                     |
   | LCH   | tipthescales                      | 1.0.4                     | TipTheScales-1.12.2-1.0.4.jar                        | None                                     |
   | LCH   | toastcontrol                      | 1.8.1                     | Toast Control-1.12.2-1.8.1.jar                       | None                                     |
   | LCH   | tombstone                         | 3.5.5                     | tombstone-3.5.5-1.12.jar                             | None                                     |
   | LCH   | topaddons                         | 1.12.2-1.11.0             | topaddons-1.12.2-1.11.0.jar                          | None                                     |
   | LCH   | torchmaster                       | 1.7.1.74                  | torchmaster_1.12.2-1.7.1.74.jar                      | 5e9a436b366831c8f54a7e80b015784da69278c6 |
   | LCH   | torohealthmod                     | 1.12.2-11                 | torohealth-1.12.2-11.jar                             | None                                     |
   | LCH   | translocators                     | 2.5.1.77                  | Translocators-1.12.2-2.5.1.77-universal.jar          | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCH   | treegrowingsimulator              | 0.0.4                     | TreeGrowingSimulator2017-1.0.1.jar                   | None                                     |
   | LCH   | unloader                          | 1.2.0                     | unloader-1.2.0.jar                                   | None                                     |
   | LCH   | uppers                            | 0.0.6                     | Uppers-0.0.6.jar                                     | None                                     |
   | LCH   | universalmodifiers                | 1.12.2-1.0.16.1           | valkyrielib-1.12.2-2.0.20.1.jar                      | None                                     |
   | LCH   | vanillafix                        | 1.0.10-SNAPSHOT           | VanillaFix-1.0.10-99.jar                             | None                                     |
   | LCH   | vc                                | 5.9.13                    | ViesCraft-1.12.2-5.9.13.jar                          | None                                     |
   | LCH   | waddles                           | 0.6.0                     | Waddles-1.12.2-0.6.0.jar                             | None                                     |
   | LCH   | walljump                          | 1.12.2-1.2.3              | walljump-1.12.2-1.2.3.jar                            | None                                     |
   | LCH   | wanionlib                         | 1.12.2-2.2                | WanionLib-1.12.2-2.2.jar                             | None                                     |
   | LCH   | weirdinggadget                    | 1.0                       | weirdinggadget-1.12.2-2.1.16-universal.jar           | None                                     |
   | LCH   | wct                               | 3.12.93                   | WirelessCraftingTerminal-1.12.2-3.12.93.jar          | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCH   | wft                               | 1.0.1                     | WirelessFluidTerminal-1.12.2-1.0.1.jar               | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCH   | wit                               | 1.0.0                     | WirelessInterfaceTerminal-1.12.2-1.0.0.jar           | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCH   | wpt                               | 1.0.1                     | WirelessPatternTerminal-1.12.2-1.0.1.jar             | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCH   | worldbook                         | 1.0.0                     | WorldBook-1.0.0.jar                                  | None                                     |
   | LCH   | worldprimer                       | 0.6.0-dev.20190525.121747 | worldprimer-1.12.2-0.6.0-dev.20190525.121747.jar     | 2b03e1423915a189b8094816baa18f239d576dff |
   | LCH   | ynot                              | 0.2.4                     | YNot-0.2.4.jar                                       | None                                     |
   | LCH   | yoyos                             | 1.12.2-1.3.2.23           | yoyos_1.12.2-1.3.2.23.jar                            | None                                     |
   | LCH   | phosphor-lighting                 | 1.12.2-0.2.4              | phosphor-1.12.2-0.2.4+build46-universal.jar          | f0387d288626cc2d937daa504e74af570c52a2f1 |
   | LCH   | reauth                            | 3.6.0                     | reauth-3.6.0.jar                                     | daba0ec4df71b6da841768c49fb873def208a1e3 |
   | LCH   | solcarrot                         | 1.8.3                     | solcarrot-1.12.2-1.8.3.jar                           | None                                     |
   | LCH   | armoryexpansion-conarm            | 1.3.1                     | armoryexpansion-1.3.1.jar                            | None                                     |
   | LCH   | corail_pillar                     | 4.2.1                     | corail_pillar-4.2.1-1.12.jar                         | None                                     |
   | LCH   | fluidcows                         | 1.1.20                    | FluidCows-1.1.20.jar                                 | None                                     |
   | LCH   | librarianliblate                  | 4.19.2                    | librarianlib-1.12.2-4.19.2-release.jar               | None                                     |
   | LCH   | mysticallib                       | 1.12.2-1.3.1              | mysticallib-1.12.2-1.3.1.jar                         | None                                     |
   | LCH   | pipemaster                        | 1.0.2                     | PipeMaster-1.0.2-b8.jar                              | None                                     |
   | LCH   | teslacorelib_registries           | 1.0.15                    | tesla-core-lib-1.12.2-1.0.15.jar                     | None                                     |
   | LCH   | unidict                           | 1.12.2-2.9.2              | UniDict-1.12.2-2.9.2.jar                             | None                                     |
   | LCH   | wrapup                            | 1.12-1.1.3                | WrapUp-1.12-1.1.3.jar                                | None                                     |

Loaded coremods (and transformers): CreativePatchingLoader (CreativeCore_v1.9.54_mc1.12.2.jar)

                                  AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
                                    squeek.applecore.asm.TransformerModuleHandler
                                  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
                                    micdoodle8.mods.miccore.MicdoodleTransformer
                                  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
                                    team.chisel.ctm.client.asm.CTMTransformer
                                  LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
                                    lumien.bloodmoon.asm.ClassTransformer
                                  LogisticsPipesCoreLoader (logisticspipes-0.10.2.195.jar)
                                    logisticspipes.asm.LogisticsClassTransformer
                                  LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
                                    com.teamwizardry.librarianlib.asm.LibLibTransformer
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
                                    
                                  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                    lumien.resourceloader.asm.ClassTransformer
                                  SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
                                    
                                  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
                                    
                                  ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
                                    com.creativemd.itemphysic.ItemTransformer
                                  JEIDsILoadingPlugin (jeidsi-1.3.1.42.jar)
                                    
                                  BedPatch (bedpatch-2.2-1.12.2.jar)
                                    com.mordenkainen.bedpatch.BedPatchASM
                                  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
                                    pl.asie.foamfix.coremod.FoamFixTransformer
                                  CorePlugin (SmoothFont-mc1.12.2-2.1.jar)
                                    bre.smoothfont.asm.Transformer
                                  HCASM (HammerCore-1.12.2-2.0.4.7.jar)
                                    com.zeitheron.hammercore.asm.HammerCoreTransformer
                                  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
                                    invtweaks.forge.asm.ContainerTransformer
                                  EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar)
                                    com.enderio.core.common.transform.EnderCoreTransformer
                                    com.enderio.core.common.transform.SimpleMixinPatcher
                                  TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
                                    li.cil.oc.common.asm.ClassTransformer
                                  JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
                                    org.dimdev.jeid.JEIDTransformer
                                  ForgelinPlugin (Forgelin-1.8.3.jar)
                                    
                                  llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                  IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
                                    blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
                                    
                                  p455w0rdc0re (p455w0rdslib-1.12.2-2.2.151.jar)
                                    p455w0rdslib.asm.ClassTransformer
                                  MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
                                    mekanism.coremod.KeybindingMigrationHelper
                                  BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
                                    com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
                                  AstralCore (astralsorcery-1.12.2-1.10.19.jar)
                                    
                                  LoadingPlugin (LoadingTips-1.12.2-1.1.0.jar)
                                    me.modmuss50.loadingtips.core.ClassTransformer
                                  Portal Gun Fixer (PortalGunFixer-0.0.2.jar)
                                    
                                  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.86' Renderer: 'GeForce GTX 1080/PCIe/SSE2'
AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
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)
- theoneprobeIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 1108 names; 4727 stacks.
Pastebin Connection: Okay.
Dependent Mods:
-Botanic Additions (botanicadds) @3r
Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
- ModuleMelter (Enabled/Not Forced)
- ModuleArmor (Enabled/Not Forced)
- ModuleSteelworks (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
- ExNihiloPlugin (Enabled/Not Forced)
- ToolLevelingPlugin (Enabled/Not Forced)
- Oredict (Enabled/Forced)
List of loaded APIs: * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar
* ae2wtlib|API (1.0.30) from AE2WTLib-1.12.2-1.0.30.jar
* AgriCraftAPI (1.0) from AgriCraft-2.12.0-1.12.0-a6.jar
* AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar
* BotaniaAPI (79) from AkashicTome-1.2-12.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.4.jar
* compactstorage (3.1) from CompactStorage-3.1-12.jar
* ComputerCraft|API (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|FileSystem (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Lua (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Media (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Network (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Network|Wired (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Peripheral (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Permissions (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Redstone (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Turtle (1.83.1) from cc-tweaked-1.12.2-1.83.1.jar
* ComputerCraft|API|Turtle|Event (1.83.1) from cc-tweaked-1.12.2-1.83.1.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.3.22.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* Culinary Construct API (1) from culinaryconstruct-1.3.3.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.23.345-universal.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.46.jar
* ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.31.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
* fluxapi (1.0) from fluxnetworks-1.12.2-3.0.19-21.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
* Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.211.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.8-63.jar
* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5b9.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5b9.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5b9.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5b9.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5b9.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.287.jar
* MekanismAPI|core (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
* MekanismAPI|energy (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
* MekanismAPI|gas (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
* MekanismAPI|infuse (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
* MekanismAPI|laser (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
* MekanismAPI|transmitter (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.7.9.380.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* PatchouliAPI (6) from Patchouli-1.0-20.jar
* PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.3-366.jar
* practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.8-11.jar
* projectred|api (2.1) from ProjectRed-1.12.2-4.9.3.116-Base.jar
* PsiAPI (15) from Psi-r1.1-77.jar
* RealFilingCabinetAPI (0) from realfilingcabinet-1.12-0.2.0.15.jar
* reborncoreAPI (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* reborncoreAPI|Power (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* reborncoreAPI|Recipe (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* reborncoreAPI|Tile (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SecurityCraftAPI (1.2.3) from [1.12.2] SecurityCraft v1.8.12.jar
* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.31.135.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.31.135.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
* tombstone-api (1.0.2) from tombstone-3.5.5-1.12.jar
* tombstone-api-capability (1.0.2) from tombstone-3.5.5-1.12.jar
* tombstone-api-event (1.0.2) from tombstone-3.5.5-1.12.jar
* tombstone-api-magic (1.0.2) from tombstone-3.5.5-1.12.jar
* tombstone-api-recipe (1.0.2) from tombstone-3.5.5-1.12.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.93.jar
* wft|api (1.0.1) from WirelessFluidTerminal-1.12.2-1.0.1.jar
* wit|api (1.0.0) from WirelessInterfaceTerminal-1.12.2-1.0.0.jar
* wpt|api (1.0.1) from WirelessPatternTerminal-1.12.2-1.0.1.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
[Psi] Active spell: None
RebornCore: Plugin Engine: 0
RebornCore Version: 3.13.12.447
Runtime Debofucsation 1
RenderEngine: 0
Ender IO: No known problems detected.

        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        !!!You are looking at the diagnostics information, not at the crash.       !!!
        !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Suspected Mods: TLeaves (tleaves), TBeacon (tbeacon), TBone (tbone), TFurnace (tfurnace), TWorkbench (tworkbench)
Launched Version: forge-14.23.5.2838
LWJGL: 2.9.4
OpenGL: GeForce GTX 1080/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.86, 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: English (US)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-9370 Eight-Core Processor

Environment

  • OS:
  • Full Forge version:
  • Mod version:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.