Giter Site home page Giter Site logo

ftb-projectex's Introduction

FTB ProjectEX

About

FTB ProjectEX is an unofficial extention mod for ProjectE providing new features like:

  • Single block, low lag, emc trees
  • An improved Transmutation tablet
  • Various in-world ways to link external systems like AE2 & RS to your EMC based items
  • EMC Relays
  • Magnum Stars
  • Knowledge sharing book
  • Craftable Tome of Knowledge
  • The Final Star
  • and more

Disclaimer

This mod is in no way affiliated with Project E. For all issues and bugs, go here https://github.com/FTBTeam/ProjectEX/issues

ftb-projectex's People

Contributors

gigabit101 avatar jake-e avatar latvianmodder avatar michaelhillcox avatar pizzalovers007 avatar thexxturboxx avatar toys0125 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ftb-projectex's Issues

Potential high number of packets

Per extraction of items from a Personal EMC Link, a packet is sent to the client updating the new EMC value. If many items are removed per tick (say... 72 in my setup), this can add up and make the game unplayable for the client.

Code responsible: https://github.com/LatvianModder/Project-EX/blob/15a71c1c04189eda7cd8b841d11a8327cd291cc3/src/main/java/com/latmod/mods/projectex/tile/TileLink.java#L258

I suggest that a sync field is added and handled on the next tile tick, to make sure only one packet per tick is sent.

Compressed emc link suggestion

imagening following setip:
I have a projete table and want everything i have in there show up in my ME-Storage system.
I am playing a sky world modpack and have to move stuff arround sometimes.
Also i have multiple Compressed EMC Link's for my setup where i store settings for
-Components
-Ingots
-mobdrops
-etc
Sometimes you can destroy an emc links very fast if you have a fast pickaxe or tool like the Red Morningstar from ProjectE. So you loose the sttings of this destroyed EMC Link.
If you have 3 Links for components it is very hard to figure out what components are now missing.
Suggestion:
The links should store the settings in cas if they get destroyed to not have to set them up again.
If you have to reset them you have anyway the chance to shift-Click an item to remove it from there. (or you could integrate a reset button to reset all in on go)

Acrane Tablet can learn items with no EMC

The Arcane Tablet can learn items that have no EMC value if you use the crafting table in the inventory to manually craft something that has no EMC value. I found this in Sky Odyssey when manually crafting the Mystical Agri. Infusion Stone in the tablets crafting grid. You cannot pull the items out of the tablet, but it does show the item with a quantity of "Infinite" . So this is NOT a dupe bug, but a most likely unintended interaction.

Mod interaction crash (AE2)

Hi,
I am playing Sky Odyssey. I put a storage bus from Applied Energistic on a refined EMC link for easy resource. Works fine in the crafting terminal and I can craft whatever I want. If I start autocrafting, the server freezes then gets shutdown by watchdog. I tried to product a crashlog, no go!.

I will be linking this issue in the AE2 issue tracker. Not sure where is the problem.

Server Crash

---- Minecraft Crash Report ----

WARNING: coremods are present:
LMRECoremod ([1.12.2]LittleMaidReengaged-8.1.6.141-peko_build-1.1.1.jar)
CorePlugin (LambdaLib2-0.1.8.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
Plugin (NotEnoughIDs-1.5.4.3.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-135-universal.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
llibrary (llibrary-core-1.0.10-1.12.2.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
HCASM (HammerCore-1.12.2-2.0.4.2.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
AstralCore (astralsorcery-1.12.2-1.10.11.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 3/23/19 1:39 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Project EX (projectex)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
at com.latmod.mods.projectex.net.ProjectEXNetHandler.init(ProjectEXNetHandler.java:17)
at com.latmod.mods.projectex.ProjectEX.onPreInit(ProjectEX.java:50)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor9.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.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityPlayerSP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@3e7545e8 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 39 more
Caused by: java.lang.RuntimeException: Attempted to load class bud for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
... 41 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 666072680 bytes (635 MB) / 2623291392 bytes (2501 MB) up to 6407585792 bytes (6110 MB)
JVM Flags: 21 total; -Xms1024m -Xmx6144m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxGCPauseMillis=50 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -XX:+AggressiveOpts
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2815 200 mods loaded, 200 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.2815-universal.jar                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge                                | 14.23.5.2815             | forge-1.12.2-14.23.5.2815-universal.jar                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | OldModelLoader                       | 8.1.4.132                | minecraft.jar                                              | None                                     |
| LCH   | advancedrocketrycore                 | 1                        | minecraft.jar                                              | None                                     |
| LCH   | LambdaLib|Core                       | 0.1.8                    | minecraft.jar                                              | None                                     |
| LCH   | openmodscore                         | 0.12.1                   | minecraft.jar                                              | None                                     |
| LCH   | opencomputers|core                   | 1.7.4.153                | minecraft.jar                                              | None                                     |
| LCH   | randompatches                        | 1.12.2-1.15.0.2          | randompatches-1.12.2-1.15.0.2.jar                          | None                                     |
| LCH   | net.blacklab.lib                     | 6.1.5.8                  | [1.12.2]EBLib-6.1.6.9-peko_build.jar                       | None                                     |
| LCH   | lmreengaged                          | 8.1.4.132                | [1.12.2]LittleMaidReengaged-8.1.6.141-peko_build-1.1.1.jar | None                                     |
| LCH   | lambdalib2                           | 0.1.8                    | LambdaLib2-0.1.8.jar                                       | None                                     |
| LCH   | academy                              | 1.1.1                    | AcademyCraft-1.1.1.jar                                     | None                                     |
| LCH   | actuallyadditions                    | 1.12.2-r146              | ActuallyAdditions-1.12.2-r146.jar                          | None                                     |
| LCH   | redstoneflux                         | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar                    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | cofhcore                             | 4.6.2                    | CoFHCore-1.12.2-4.6.2.25-universal.jar                     | None                                     |
| LCH   | libvulpes                            | 0.4.0.-52                | LibVulpes-1.12.2-0.4.0-52-universal.jar                    | None                                     |
| LCH   | advancedrocketry                     | 1.5.0.-135               | AdvancedRocketry-1.12.2-1.5.0-135-universal.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   | baubles                              | 1.5.2                    | Baubles-1.12-1.5.2.jar                                     | None                                     |
| LCH   | endercore                            | 1.12.2-0.5.45            | EnderCore-1.12.2-0.5.45.jar                                | None                                     |
| LCH   | jei                                  | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                                  | None                                     |
| LCH   | codechickenlib                       | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | brandonscore                         | 2.4.9                    | BrandonsCore-1.12.2-2.4.9.195-universal.jar                | None                                     |
| LCH   | cofhworld                            | 1.3.0                    | CoFHWorld-1.12.2-1.3.0.6-universal.jar                     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | thermalfoundation                    | 2.6.2                    | ThermalFoundation-1.12.2-2.6.2.26-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | draconicevolution                    | 2.3.20                   | Draconic-Evolution-1.12.2-2.3.20.333-universal.jar         | None                                     |
| LCH   | thermalexpansion                     | 5.5.3                    | ThermalExpansion-1.12.2-5.5.3.41-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | enderio                              | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | mantle                               | 1.12-1.3.3.42            | Mantle-1.12-1.3.3.42.jar                                   | None                                     |
| LCH   | projecte                             | 1.12.2-PE1.4.0           | ProjectE-1.12.2-PE1.4.0.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.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | tconstruct                           | 1.12.2-2.12.0.123        | TConstruct-1.12.2-2.12.0.123.jar                           | None                                     |
| LCH   | p455w0rdslib                         | 2.0.36                   | p455w0rdslib-1.12.2-2.0.36.jar                             | None                                     |
| LCH   | ae2wtlib                             | 1.0.6                    | AE2WTLib-1.12.2-1.0.6.jar                                  | None                                     |
| LCH   | akashictome                          | 1.2-12                   | AkashicTome-1.2-12.jar                                     | None                                     |
| LCH   | extrautils2                          | 1.0                      | extrautils2-1.12-1.9.9.jar                                 | None                                     |
| LCH   | flyringbaublemod                     | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.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   | csb_armorstand                       | 1.0.4                    | ArmorStandGUI-1.12-1.0.4.jar                               | None                                     |
| LCH   | aroma1997core                        | 2.0.0.2                  | Aroma1997Core-1.12.2-2.0.0.2.jar                           | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LCH   | aroma1997sdimension                  | 2.0.0.2                  | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar            | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LCH   | astralsorcery                        | 1.10.11                  | astralsorcery-1.12.2-1.10.11.jar                           | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCH   | morphtool                            | 1.2-21                   | Morph-o-Tool-1.2-21.jar                                    | None                                     |
| LCH   | autoreglib                           | 1.3-26                   | AutoRegLib-1.3-26.jar                                      | None                                     |
| LCH   | avaritia                             | 3.3.0                    | Avaritia-1.12.2-3.3.0.33-universal.jar                     | None                                     |
| LCH   | botania                              | r1.10-360                | Botania r1.10-360.jar                                      | None                                     |
| LCH   | avaritiatweaks                       | 1.12.2-1.1               | AvaritiaTweaks-1.12.2-1.1.jar                              | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCH   | bedpatch                             | 2.2                      | bedpatch-2.2-1.12.2.jar                                    | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
| LCH   | betterbedrockgen                     | 6.0.2                    | BetterBedrockGenerator-1.12-6.1.1.jar                      | None                                     |
| LCH   | betterbuilderswands                  | 0.13.0                   | BetterBuildersWands-1.12.2-0.13.0.267+dc89c58.jar          | None                                     |
| LCH   | bibliocraft                          | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                          | None                                     |
| LCH   | biomesoplenty                        | 7.0.1.2425               | BiomesOPlenty-1.12.2-7.0.1.2425-universal.jar              | None                                     |
| LCH   | bookshelf                            | 2.3.574                  | Bookshelf-1.12.2-2.3.574.jar                               | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | hammercore                           | 2.0.4.2                  | HammerCore-1.12.2-2.0.4.2.jar                              | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCH   | botanicadds                          | 2r                       | BotanicAdditions-1.12.2-2r.jar                             | None                                     |
| LCH   | buildcraftlib                        | 7.99.23                  | buildcraft-core-7.99.23.jar                                | None                                     |
| LCH   | buildcraftcore                       | 7.99.23                  | buildcraft-core-7.99.23.jar                                | None                                     |
| LCH   | buildcraftbuilders                   | 7.99.23                  | buildcraft-builders-7.99.23.jar                            | None                                     |
| LCH   | buildinggadgets                      | 2.6.7                    | BuildingGadgets-2.6.7.jar                                  | None                                     |
| LCH   | mcmultipart                          | 2.5.3                    | MCMultiPart-2.5.3.jar                                      | None                                     |
| LCH   | cyclicmagic                          | 1.18.4                   | Cyclic-1.12.2-1.18.4.jar                                   | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| LCH   | mekanism                             | 1.12.2-9.6.6.358         | Mekanism-1.12.2-9.6.6.358.jar                              | None                                     |
| LCH   | sonarcore                            | 5.0.19                   | sonarcore-1.12.2-5.0.19-20.jar                             | None                                     |
| LCH   | calculator                           | 5.0.11                   | calculator-1.12.2-5.0.11-12.jar                            | None                                     |
| LCH   | catwalks                             | 1.12.2-4.0.44            | catwalks-1.12.2-4.0.44.jar                                 | None                                     |
| LCH   | chameleon                            | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                                   | None                                     |
| LCH   | chickenchunks                        | 2.4.1.73                 | ChickenChunks-1.12.2-2.4.1.73-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | chiselsandbits                       | 14.31                    | chiselsandbits-14.31.jar                                   | None                                     |
| LCH   | clarity                              | 1.1                      | clarity-1.1.jar                                            | None                                     |
| LCH   | clumps                               | 3.1.2                    | Clumps-3.1.2.jar                                           | None                                     |
| LCH   | compactmachines3                     | 3.0.15                   | compactmachines3-1.12.2-3.0.15-b249.jar                    | None                                     |
| LCH   | cookingforblockheads                 | 6.4.69                   | CookingForBlockheads_1.12.2-6.4.69.jar                     | None                                     |
| LCH   | cosmeticarmorreworked                | 1.12.2-v4                | CosmeticArmorReworked-1.12.2-v4.jar                        | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCH   | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4                | CosmeticArmorReworked-1.12.2-v4.jar                        | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCH   | craftingtweaks                       | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                            | None                                     |
| LCH   | cucumber                             | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                                  | None                                     |
| LCH   | theoneprobe                          | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                                | None                                     |
| LCH   | danknull                             | 1.4.43                   | DankNull-1.12-1.4.43.jar                                   | None                                     |
| LCH   | darkutils                            | 1.8.223                  | DarkUtils-1.12.2-1.8.223.jar                               | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | props                                | 2.6.2                    | Decocraft-2.6.2_1.12.2.jar                                 | None                                     |
| LCH   | disenchanter                         | 1.6                      | disenchanter-[1.12]1.6.jar                                 | None                                     |
| LCH   | llibrary                             | 1.7.17                   | llibrary-1.7.17-1.12.2.jar                                 | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCH   | dragonmounts                         | 1.12.2-1.5.5             | DragonMounts-1.12.2-1.5.5.jar                              | None                                     |
| LCH   | elevatorid                           | 1.3.8                    | ElevatorMod-1.12.2-1.3.8.jar                               | None                                     |
| LCH   | eplus                                | 5.0.176                  | EnchantingPlus-1.12.2-5.0.176.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | enderiobase                          | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | enderioconduits                      | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | enderioconduitsappliedenergistics    | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | opencomputers                        | 1.7.4.153                | OpenComputers-MC1.12.2-1.7.4.153.jar                       | None                                     |
| LCH   | enderioconduitsopencomputers         | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | enderioconduitsrefinedstorage        | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | enderiointegrationforestry           | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | enderiointegrationticlate            | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | ftblib                               | 5.4.1.93                 | FTBLib-5.4.1.93.jar                                        | None                                     |
| LCH   | enderiomachines                      | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | enderiopowertools                    | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                                  | None                                     |
| LCH   | enderstorage                         | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | valkyrielib                          | 1.12.2-2.0.19.1          | valkyrielib-1.12.2-2.0.19.1.jar                            | None                                     |
| LCH   | environmentaltech                    | 1.12.2-2.0.19.1          | environmentaltech-1.12.2-2.0.19.1.jar                      | None                                     |
| LCH   | equivalentenergistics                | 0.8.3                    | EquivalentEnergistics-1.12.2-PE_1.3.1B-AE2_RV6-0.8.3.jar   | None                                     |
| LCH   | mikesmodslib                         | 1.0.1                    | MikesModsLib-1.0.1.jar                                     | None                                     |
| LCH   | equivalentintegrations               | 0.2.0                    | EquivalentIntegrations-0.2.0.jar                           | None                                     |
| LCH   | immersiveengineering                 | 0.12-89                  | ImmersiveEngineering-0.12-89.jar                           | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCH   | exchangers                           | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                                  | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCH   | extendedcrafting                     | 1.5.2                    | ExtendedCrafting-1.12.2-1.5.2.jar                          | None                                     |
| LCH   | mtlib                                | 3.0.6                    | MTLib-3.0.6.jar                                            | None                                     |
| LCH   | extrabotany                          | 52                       | ExtraBotany-r1.1-52.jar                                    | None                                     |
| LCH   | extracells                           | 2.6.2                    | ExtraCells-1.12.2-2.6.2a.jar                               | None                                     |
| 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.65          | ExtremeReactors-1.12.2-0.4.5.65.jar                        | None                                     |
| LCH   | fastleafdecay                        | v14                      | FastLeafDecay-v14.jar                                      | None                                     |
| LCH   | fencejumper                          | 1.0.5                    | fencejumper-1.12-1.0.5.jar                                 | None                                     |
| LCH   | flatcoloredblocks                    | mc1.12-6.6               | flatcoloredblocks-mc1.12-6.6.jar                           | None                                     |
| LCH   | fluxnetworks                         | 3.0.19                   | fluxnetworks-1.12.2-3.0.19-21.jar                          | None                                     |
| LCH   | forgelin                             | 1.8.2                    | Forgelin-1.8.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   | ftbutilities                         | 5.4.0.88                 | FTBUtilities-5.4.0.88.jar                                  | None                                     |
| LCH   | ftbbackups                           | 0.0.0.ftbbackups         | FTBUtilitiesBackups-1.0.0.2.jar                            | None                                     |
| LCH   | furnaceonastick                      | 1.0                      | furnaceonastick-1.0.jar                                    | None                                     |
| LCH   | cfm                                  | 6.2.0                    | furniture-6.2.0-1.12.2.jar                                 | None                                     |
| LCH   | gravestone                           | 1.10.1                   | gravestone-1.10.1.jar                                      | None                                     |
| LCH   | ichunutil                            | 7.2.1                    | iChunUtil-1.12.2-7.2.1.jar                                 | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCH   | gravitygun                           | 7.0.0                    | GravityGun-1.12.2-7.0.1.jar                                | None                                     |
| LCH   | guideapi                             | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                                | None                                     |
| LCH   | immersivepetroleum                   | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.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.8-232.jar                  | None                                     |
| LCH   | mysticalagriculture                  | 1.7.3                    | MysticalAgriculture-1.12.2-1.7.3.jar                       | None                                     |
| LCH   | mysticalagradditions                 | 1.3.1                    | MysticalAgradditions-1.12.2-1.3.1.jar                      | None                                     |
| LCH   | natura                               | 1.12.2-4.3.2.66          | natura-1.12.2-4.3.2.66.jar                                 | None                                     |
| LCH   | nuclearcraft                         | 2.14a                    | NuclearCraft-2.14a-1.12.2.jar                              | None                                     |
| LCH   | mcjtylib_ng                          | 3.1.1                    | mcjtylib-1.12-3.1.1.jar                                    | None                                     |
| LCH   | rftools                              | 7.61                     | rftools-1.12-7.61.jar                                      | None                                     |
| LCH   | integrationforegoing                 | 1.12.2-1.9               | IntegrationForegoing-1.12.2-1.9.jar                        | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCH   | inventorytweaks                      | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                                   | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCH   | journeymap                           | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                                | None                                     |
| LCH   | jee                                  | 1.0.6                    | JustEnoughEnergistics-1.12.2-1.0.6.jar                     | None                                     |
| LCH   | kleeslabs                            | 5.4.11                   | KleeSlabs_1.12.2-5.4.11.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   | mekanismgenerators                   | 1.12.2-9.6.6.358         | MekanismGenerators-1.12.2-9.6.6.358 .jar                   | None                                     |
| LCH   | mekanismtools                        | 1.12.2-9.6.6.358         | MekanismTools-1.12.2-9.6.6.358.jar                         | None                                     |
| LCH   | testdummy                            | 1.12                     | MmmMmmMmmMmm-1.12-1.14.jar                                 | None                                     |
| LCH   | mob_grinding_utils                   | 0.3.13                   | MobGrindingUtils-0.3.13.jar                                | None                                     |
| LCH   | morpheus                             | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                                | None                                     |
| LCH   | mystagradcompat                      | 1.2                      | mystagradcompat-1.2.jar                                    | None                                     |
| LCH   | nmsot                                | 1.2.2-mc1.12.2           | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar                    | None                                     |
| LCH   | neid                                 | 1.5.4.3                  | NotEnoughIDs-1.5.4.3.jar                                   | None                                     |
| LCH   | notenoughwands                       | 1.7.3                    | notenoughwands-1.12-1.7.3.jar                              | None                                     |
| LCH   | omlib                                | 3.0.1-162                | omlib-1.12.2-3.0.1-162.jar                                 | None                                     |
| LCH   | openmods                             | 0.12.1                   | OpenModsLib-1.12.2-0.12.1.jar                              | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCH   | openblocks                           | 1.8                      | OpenBlocks-1.12.2-1.8.jar                                  | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCH   | openmodularturrets                   | 3.0.1-264                | openmodularturrets-1.12.2-3.0.1-264.jar                    | None                                     |
| LCH   | oreexcavation                        | 1.4.137                  | OreExcavation-1.4.137.jar                                  | None                                     |
| LCH   | placebo                              | 1.5.1                    | Placebo-1.12.2-1.5.1.jar                                   | None                                     |
| LCH   | shetiphiancore                       | 3.5.9                    | shetiphiancore-1.12.0-3.5.9.jar                            | None                                     |
| LCH   | platforms                            | 1.4.6                    | platforms-1.12.0-1.4.6.jar                                 | None                                     |
| LCH   | psi                                  | r1.1-72                  | Psi-r1.1-72.jar                                            | None                                     |
| LCH   | plustic                              | 7.0.5.2                  | plustic-7.0.5.2.jar                                        | None                                     |
| LCH   | portalgun                            | 7.1.0                    | PortalGun-1.12.2-7.1.0.jar                                 | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCH   | practicallogistics2                  | 3.0.8                    | practicallogistics2-1.12.2-3.0.8-11.jar                    | None                                     |
| LCE   | projectex                            | 1.1.0.17                 | ProjectEX-1.1.0.17.jar                                     | None                                     |
| LC    | reborncore                           | 3.13.5.421               | RebornCore-1.12.2-3.13.5.421-universal.jar                 | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC    | xreliquary                           | 1.12.2-1.3.4.786         | Reliquary-1.12.2-1.3.4.786.jar                             | None                                     |
| LC    | rftoolscontrol                       | 1.9.3                    | rftoolsctrl-1.12-1.9.3.jar                                 | None                                     |
| LC    | rftoolsdim                           | 5.64                     | rftoolsdim-1.12-5.64.jar                                   | None                                     |
| LC    | rftoolspower                         | 1.1.2                    | rftoolspower-1.12-1.1.2.jar                                | None                                     |
| LC    | silentlib                            | 3.0.13                   | SilentLib-1.12.2-3.0.13+167.jar                            | None                                     |
| LC    | scalinghealth                        | 1.3.33                   | ScalingHealth-1.12.2-1.3.33+135.jar                        | None                                     |
| LC    | scannable                            | 1.6.3.24                 | Scannable-MC1.12.2-1.6.3.24.jar                            | None                                     |
| LC    | simplevoidworld                      | 1.2.0.9                  | Simple-Void-World-1.12-1.2.0.9-universal.jar               | None                                     |
| LC    | simplesponge                         | 3.6.2                    | SimpleSponge-1.12.2-3.6.2.jar                              | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC    | flammpfeil.slashblade                | mc1.12-r16               | SlashBlade-mc1.12-r16.jar                                  | None                                     |
| LC    | slashblade.addonpack                 | mc1.12.2-r6              | Slashblade-AddonPack-mc1.12.2-r6.jar                       | None                                     |
| LC    | solarflux                            | 4.32r                    | SolarFluxReborn_1.12.2-4.32r.jar                           | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LC    | storagedrawers                       | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.8.jar                            | None                                     |
| LC    | supersoundmuffler                    | 1.0.2.10                 | supersoundmuffler-1.12.2-1.0.2.10.jar                      | None                                     |
| LC    | thermaldynamics                      | 2.5.4                    | ThermalDynamics-1.12.2-2.5.4.18-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC    | tinker_io                            | rw2.7.1                  | tinker_io-1.12.2-rw2.7.1.jar                               | None                                     |
| LC    | tinkersaddons                        | 1.0.7                    | Tinkers' Addons-1.12.1-1.0.7.jar                           | None                                     |
| LC    | tinkersjei                           | 1.0                      | tinkersjei-1.0.jar                                         | None                                     |
| LC    | tinkertoolleveling                   | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                        | None                                     |
| LC    | tp                                   | 3.2.32                   | tinyprogressions-1.12.2-3.3.32-Release.jar                 | None                                     |
| LC    | topaddons                            | 1.12.2-1.10.1            | topaddons-1.12.2-1.10.1.jar                                | None                                     |
| LC    | torcherino                           | 7.6                      | torcherino-7.6.jar                                         | None                                     |
| LC    | torchmaster                          | 1.7.1.74                 | torchmaster_1.12.2-1.7.1.74.jar                            | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LC    | translocators                        | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | universalmodifiers                   | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.19.1.jar                            | None                                     |
| LC    | wct                                  | 3.11.88                  | WirelessCraftingTerminal-1.12.2-3.11.88.jar                | None                                     |
| LC    | witherskelefix                       | 2.6.3                    | WitherSkeletonTweaks-1.12.2-2.6.3.jar                      | None                                     |
| LC    | woot                                 | 1.12.2-1.4.10            | woot-1.12.2-1.4.10.jar                                     | None                                     |
| LC    | teslacorelib_registries              | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                           | None                                     |

Loaded coremods (and transformers): 

LMRECoremod ([1.12.2]LittleMaidReengaged-8.1.6.141-peko_build-1.1.1.jar)
net.blacklab.lmr.util.coremod.Transformer
CorePlugin (LambdaLib2-0.1.8.jar)
cn.lambdalib2.render.mc.PipelineTransformer
cn.lambdalib2.registry.impl.RegistryTransformer
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
Plugin (NotEnoughIDs-1.5.4.3.jar)
ru.fewizz.neid.asm.Transformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-135-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
li.cil.oc.common.asm.ClassTransformer
RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
com.therandomlabs.randompatches.core.RPTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)

CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-core-1.0.10-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
HCASM (HammerCore-1.12.2-2.0.4.2.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)

AstralCore (astralsorcery-1.12.2-1.10.11.jar)

EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)

OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
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)

Hammer Core Information: FluidDictionary Info: Registered 2 fluids.

OreDictionary Info: Registered 933 names; 1183 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KY2xpZW50IHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiQ3VzdG9tIEVuY2hhbnRtZW50IENvbG9ycyBmb3IgVmFuaWxsYSBJdGVtcyI9dHJ1ZQ0KDQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8NCiAgICAjIFRoaXMgZmVhdHVyZSBkb2Vzbid0IHdvcmsgb24gYWxsIGNsaWVudHMsIHlvdSBhcmUgZ29pbmcgdG8gZ2V0IGEgbWVzc2FnZSBpbiBjaGF0IGlmIGl0IHdhcyBzdWNjZXNzZnVsL3Vuc3VjY2Vzc2Z1bCBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJMQU4gVVBuUCI9dHJ1ZQ0KDQogICAgIyBSZXBsYWNlIHZhbmlsbGEgZnVybmFjZSBhbmQgYnJld2luZyBzdGFuZCBwcm9ncmVzcyBiYXJzIHRvIHVzZSBzbW9vdGggcmVuZGVyaW5nPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJTbW9vdGggVmFuaWxsYSBHdWlzIj10cnVlDQp9DQoNCg0KaXdyZW5jaCB7DQogICAgIyBXaGF0IGlzIHRoZSBjb2xvciB3aGVuIHRoZSBob3ZlcmVkIGJsb2NrIGlzIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6R3JlZW49MjJGRjIyDQoNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgTk9UIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6UmVkPUZGMjIyMg0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Okay.
Dependent Mods:
-Botanic Additions (botanicadds) @2r

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)
	- craftingtweaksIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r146.jar
	* ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.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.76) from BetterAdvancements-1.12.2-0.1.0.76.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.65.jar
	* BotaniaAPI (92) from Botania r1.10-360.jar
	* buildcraftapi_blocks (1.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_boards (2.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_core (2.2) from buildcraft-core-7.99.23.jar
	* buildcraftapi_crops (1.1) from buildcraft-core-7.99.23.jar
	* buildcraftapi_enums (1.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_events (2.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_facades (1.1) from buildcraft-core-7.99.23.jar
	* buildcraftapi_filler (5.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_fuels (2.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_gates (4.1) from buildcraft-core-7.99.23.jar
	* buildcraftapi_items (1.1) from buildcraft-core-7.99.23.jar
	* buildcraftapi_library (2.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_lists (1.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_power (1.3) from buildcraft-core-7.99.23.jar
	* buildcraftapi_recipes (3.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_robotics (3.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_statements (1.1) from buildcraft-core-7.99.23.jar
	* buildcraftapi_tiles (1.2) from buildcraft-core-7.99.23.jar
	* buildcraftapi_tools (1.0) from buildcraft-core-7.99.23.jar
	* buildcraftapi_transport (5.0) from buildcraft-core-7.99.23.jar
	* calculatorapi (1.9.4 - 1.0) from calculator-1.12.2-5.0.11-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.31.jar
	* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.2.25-universal.jar
	* cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4.jar
	* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
	* CSLib|API (1.0.1) from PTRLib-1.0.3.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
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.20.333-universal.jar
	* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* fluxapi (1.0) from fluxnetworks-1.12.2-3.0.19-21.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.2.1.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.8-232.jar
	* jeresources|API (0.8.5.27) from JustEnoughResources-1.12.2-0.8.5.27.jar
	* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.jar
	* LittleMaidReengaged API (8.1.4.132) from [1.12.2]LittleMaidReengaged-8.1.6.141-peko_build-1.1.1.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.6.6.358.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.6.6.358.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.6.6.358.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.6.6.358.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.6.6.358.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.6.6.358.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.6.6.358.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
	* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.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
	* practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.8-11.jar
	* projecteapi (1.12.2-1.1.0) from ProjectE-1.12.2-PE1.4.0.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.0.36.jar
	* PsiAPI (11) from Psi-r1.1-72.jar
	* reborncoreAPI (3.13.5.421) from RebornCore-1.12.2-3.13.5.421-universal.jar
	* reborncoreAPI|Power (3.13.5.421) from RebornCore-1.12.2-3.13.5.421-universal.jar
	* reborncoreAPI|Recipe (3.13.5.421) from RebornCore-1.12.2-3.13.5.421-universal.jar
	* reborncoreAPI|Tile (3.13.5.421) from RebornCore-1.12.2-3.13.5.421-universal.jar
	* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
	* ScalingHealthAPI (2) from ScalingHealth-1.12.2-1.3.33+135.jar
	* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
	* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.19.1.jar
	* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.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
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

Crashing/Infinite Load World caused by ItemColossalStar abstract method

Hello!

Project EX seems to be causing my game to crash on the "load world" screen, preventing the world from loading and causing an infinite load world time.

I am not very savvy with java, nor with github, so I have uploaded the crash report text file here, rather than attempting a fix myself.

The error message is:
EDT
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ProjectE (projecte)
Caused by: java.lang.AbstractMethodError: Method com/latmod/mods/projectex/item/ItemColossalStar.getStoredEmc(Lnet/minecraft/item/ItemStack;)J is abstract

Of course,more information is in the text file.

Thank you and please let me know what else I can provide to help resolve the issue.

NOTE: I have attempted this using three different editions of the mod: the newest, and two slightly older ones, so mod version does not seem to be the main issue.

crash-2019-05-04_01.50.09-server.txt

Learning items via API (not tablet) doesn't sync with client properly

In pkmnfrk/equivalentintegrations#34 it was reported that learning an item via the Transmutation Chamber causes it not to be visible in the Transmutation Tablet. My own research reveals that this is only the case when ProjectEX is installed. Here's what I know:

  1. The Chamber calls IKnowlegeProvider.addKnowledge, with the provider acquired from ProjectEX (which seems to be the default ProjectE provider) (and I have stepped through this code, and it seems all correct)
  2. ProjectE fires a KnowledgeChangeEvent, which I respond to server side
  3. During this event, the new item appears in the knowledge data, meaning the server side is 100% cool
  4. A knowledge sync is triggered to the client (by means unknown to me, but likely somewhere in ProjectEX)
  5. That knowledge does not include the new item
  6. Even if you learn new items via the tablet, the missing item will not appear until you manually add it to the tablet (or log out and back in again)
  7. In spite of server/client terminology above, I have observed this in SSP.

Lack of documentation

With the latest FTB packs this mod has become hugely popular, yet it still lacks even basic documentation. It would be great if there was at least a rudimentary wiki that describes what the blocks do.

Filter Options for EMC Link

The EMC link would be much more flexible if you could add some filters on what items to allow to be inputted into the block.

The ability to lock the input slot to accept only those items specified in the output slot
The ability to not accept items with NBT and/or Meta Data

These two options would allow it's use more widely connected to storage networks or other applications where a large assortment of items are coming into it that would otherwise be difficult to filter.

Add config

  • Recipe for Tome
  • Recipe for The Final Star
  • Recipe for Knowledge Sharing Book
  • Recipe for Personal EMC Link
  • Recipe for Transmutation Table MK2
  • The Final Star capacity
  • If The Final Star acts like creative star or not

Suggestion for your transmutation m2

Been trying to look for what your plans are for the transmutation table m2. Though don't seem to find them. My guess would be that it will auto learn crafting results for materials it's learned. (Such as learning sticks and coal will auto learn torch). If not then it's one suggestion.

And maybe configurable to disable the above function and have a Crafting 3x3 square inside the Transmutation function. (Which I believe should be an easier function to make then what I said above).

Though the main suggestion is for the original table has a tablet. How about that for the M2 you add a gui to player inventory instead of a tablet. This can be done with the M2 crafted into a book that player can "learn".

Pretty much OP in my opinion. Though Project E itself is OP as is. Still love it.

Anyhow this should be crafted using the M2 and last star to create the Transmutation Book. This makes that even in death player still has the Transmutation skill with them and frees up an inventory space. To open this a transmutation icon should appear in at least 10 configurable spot in the player invemtory(due to other mods): 4 corners of the avatar screen. Straight above, bellow, left, or right of the 2x2 crafting spot, or above the left or right of the main inventory. Reason behind this is due to limited keyboard functions due to large modpacks (been in that situation often). Still can add a keyboard function. Though no key set by default.

EDIT: You could make use of the Project Tab on this website. Can easily copy paste the suggestions or/and make your own personal edits. Do wish to see your plans for the Transmutation Table M2. This way you can clear the issue page. And make your own personal checklist.

mod keeps deleting itself

ProjectEX-1.1.0.15.jar

i dont know whats up but my pc is detecting this as a virus and keeps auto deleting, whats the deal lol?

i dont know why it keeps doing that, thats using twitch curse launcher as well

ProjectEX-1.1.0.33 not compatible with ProjectE-1.12.2-PE1.4.1

Suggestion:
When ever you release an update to your mod, please write in the changelog which version of ProjectE it was made for? Cause it apparently seems to be specific which version of PE your versions are written for.

Had to install PE1.4.0 to make it work fine, but i can't update PE to the new 1.4.1 because your mod is version dependent apparently...

Just sayin...

[Bug] Uncaught Exception

Stack trace (just the relevant part):
https://pastebin.com/2A2ndSvs

I added Project EX to "All the Mods 3". I don't know if there is something in project ex's interaction with the other mods, or if this is simply because of the most recent update. Just thought I'd let you know.

Json file for adding custom energy collectors

So, basically, what i'm proposing is that there can be a json file that allows you to add your own tiers of EMC collectors and relays, and you would be able to set the amount it produces and such. You could be able to set the recipe, and although it would probably be very complicated, it would be another great to for customization. The mod would also automatically make the flower powers for the collectors.
I hope you consider this,
thanks.

No EMC generating

in ProjectEX-1.1.0.17 the personal emc link and all the collector do not generate any emc downgrade to ProjectEX-1.1.0.16 version to get it to work again

EMC Overflow

So uh, I made a lot of EMC gen. And it overflowed easily. I now open my tablet to find myself at -2^64 EMC. Given, it generates back to positive without much issue, because.... well, a LOT of EMC gen.

EMC links / power flowers should have a safeguard to make them stop generating if they would cause overflow.

PersonalEMC Link with Chunkloading not working

Hi, so i'm playing StoneBlock 2, and i made some EMC farms...
I couldnt figure out why they dont work, but looks like its the Personal EMC link that accepts the items, but doesnt add them to my EMC Count.
So basically the Items are gone.
As a workaround i now put a black hole unit infront of it, and when i join the server, i switch a lever so they get transferred from the black hole unit to the personal emc link.

Maybe you can find a way to get them to work proberly.
Thanks

Request for event/config for Personal Link

I would like to request one of two things.

  1. A config option to disable the output box for the Personal Link.
  2. An event similar to the PlayerAttemptCondenserSetEvent I use that event, and the other one I added in the same pull to ProjectE so that I can stage transmutation using CompatSkills. Currently using the output slot lets people bypass the locks on being unable to learn/create new items using EMC. So I would rather just have to add a bit more code to CompatSkills than disable the Personal Link in my pack.

Cannot insert item into transmutation table

I've set up about 1000 Final Power Flower Bonsai Pot producing EMC.
However, after my EMC value reaches about 9.2E (9,223,372,036,854,776,000), I cannot insert any items into the transmutation table.
I can still pull items out of the transmutation table, and the EMC value still increases from the Power Flowers.
After I pulled out some items and reduced my EMC to a lower number, the problem was gone and I can insert items (until my EMC reaches about 9.22E again).
I can still insert items via the personal EMC link.

2019-03-20_08 36 50

Crash: Personal EMC link issue or mod conflict?

Here's what's going on, every time I load up my world, everything is perfectly fine, until, I get too close to my personal EMC link, then the game crashes and this is the error I receive
Error: java.lang.NoClassDefFoundError: moze_intel/projecte/api/event/PlayerAttemptCondenserSetEvent

any fix or suggestions are appreciated, here is the crash report:
crash-2019-04-03_20.36.53-client.txt

EDIT: Should point out, the crash only seems to occur when looking at the link, however, WaIla and Hwyla dont seem responsible for the crash since it still occurs without them.

E2: Upon loading the world without projectEx, loading the chunk that used to have the emc link in it, along with other PEX blocks, then reloading with PEX installed, some blocks reappear, making the Link difficult to remove.

E3: The same Issue occurs with the the refined link.

Names of High EMC

The labeling of high emc items is weird.
The way it should be is (M)illion, (B)illion, (T)rillion, (q)uadrillion, (Q)uintillion
In game, it seems to go (M)illion, (G), (T)rillion, (?), (P)
I'm not sure if this is intentional and I'm missing something or if it was just looked over.

[Suggestion] Transmutation Harvester

Just had an idea; what if you could make a tool that acted in a similar fashion to an EMC link. It would harvest items normally, but if it had an EMC value, it would convert the item into EMC instead of adding it to your inventory.

[Suggestion] Final Star changes

Instead of having the final star duplicate EMCable items (which at a point where you have stupid amounts of EMC anyways). Instead make it to duplicate a placed block when right clicked and not limit it to EMCable items. That way, you're rewarded for making it to end game.

This of course would need to be a consumable process (meaning one final star to one block copied)

Conflict with Stock ProjectE

The Tome Of Knowledge is already craftable in stock ProjectE assumbing you change the config to make it craftable. Using your mod adds 2 recipes for the tome, one being easy but the other being your stupidly hard one

(keep note i havent tested, but im assumbing this wasnt caught)

Dark pedestal ideas

Heres some ideas i had

  1. Something that when put on the dark pedestal makes it act like a turret
    Or
    A dark turret that can do diffrent attacks depending on whats on it

Final star ideas

  1. Final star can duplicate an item adjacent to it that is also on a dark petastal

1a. Possible block that can hold the star and the item?

1b. Possibly craft final star woth some other items to make a energy condencer like block that acts like the final star? And duplicates what item(s) are set

2.options to nerf final star in configs?
Like have it work only under the sun or under a certian y value or only in certain dimensions or all of the above?

Edit:2a: more possible nerf configs for the final star
*time between duplications

*duplication amount

*catalyst? (Requires a item in the inventory to duplicate, item will be used)

Stalls out server if hooked up to AE2 system with autocrafting

Stall report is below.

Stall report from 2019-03-21 15:36:31 -0400, 105 threads, stalled for at least 30000 ms.
Heap memory usage: 2966 / 12582 MB (max. 12582 MB).
Created by sampler 1.80 (MC 1.12).

"Server thread" #20 prio=5
RUNNABLE
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:737)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696)
	at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:668)
	at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:650)
	at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
	at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
	at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
	at com.latmod.mods.projectex.tile.TileLink.extractItem(TileLink.java:314)
	at appeng.parts.misc.ItemHandlerAdapter.extractItems(ItemHandlerAdapter.java:134)
	at appeng.parts.misc.ItemHandlerAdapter.extractItems(ItemHandlerAdapter.java:53)
	at appeng.me.storage.MEPassThrough.extractItems(MEPassThrough.java:63)
	at appeng.me.storage.MEInventoryHandler.extractItems(MEInventoryHandler.java:117)
	at appeng.me.storage.NetworkInventoryHandler.extractItems(NetworkInventoryHandler.java:228)
	at appeng.me.cache.NetworkMonitor.extractItems(NetworkMonitor.java:93)
	at appeng.crafting.MECraftingInventory.<init>(MECraftingInventory.java:141)
	at appeng.crafting.CraftingJob.<init>(CraftingJob.java:90)
	at appeng.me.cache.CraftingGridCache.beginCraftingJob(CraftingGridCache.java:499)
	at appeng.core.sync.packets.PacketCraftRequest.serverPacketData(PacketCraftRequest.java:100)
	at appeng.core.sync.network.AppEngServerPacketHandler$1.call(AppEngServerPacketHandler.java:57)
	at appeng.core.sync.AppEngPacket.func_148833_a(AppEngPacket.java:126)
	at org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:193)
	at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zlj000(SourceFile:539)
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at net.minecraft.util.Util.func_181617_a(SourceFile:46)
	at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:301)
	at net.minecraft.server.MinecraftServer.redirect$onRun$zjn000(MinecraftServer.java:3955)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723)
	- locked java.util.ArrayDeque@4b71e808
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Thread.java:748)

Rendering Bug - EMC

Please have a look at the following screenshots.

2019-01-30_23 14 15

2019-01-30_23 14 25

2019-01-30_23 14 27

With the above pictures in mind, here's what is happening.

EMC is coming in from a farm via the personal link. However, the total stored quantity is neither increasing, nor decreasing. If I retrieve an item with a high EMC value, the total does not change.

Example, an infinity catalyst cost 3.4 billion emc. I have enough to retrieve 4 from the transmutation table. I grab four of them and the total is still the same. However, the catalyst is no longer a selectable item.

I have noticed this issue with versions 4, 5, & 6 of project ex. I am downgrading to version 3 to resolve the issue for the time being. Thanks for mod.

(1.1.0.16) Server Crash on preInit

The server doesn't boot up. Here's the crash log:

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

Time: 3/22/19 9:49 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Project EX (projectex)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
at com.latmod.mods.projectex.net.ProjectEXNetHandler.init(ProjectEXNetHandler.java:17)
at com.latmod.mods.projectex.ProjectEX.onPreInit(ProjectEX.java:50)
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:624)
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.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(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:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityPlayerSP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 38 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@3961a41a from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 40 more
Caused by: java.lang.RuntimeException: Attempted to load class bud for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
... 42 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 3.16.0-7-amd64
Java Version: 1.8.0_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 115158664 bytes (109 MB) / 255524864 bytes (243 MB) up to 2075918336 bytes (1979 MB)
JVM Flags: 7 total; -Xmx2048M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=5 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2815 7 mods loaded, 7 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      | FTBserver-1.12.2-14.23.5.2815-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge          | 14.23.5.2815   | FTBserver-1.12.2-14.23.5.2815-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | projecte       | 1.12.2-PE1.4.0 | ProjectE-1.12.2-PE1.4.0.jar                 | None                                     |
| LCE   | projectex      | 1.1.0.16       | ProjectEX-1.1.0.16.jar                      | None                                     |
| LC    | weirdinggadget | 1.0            | weirdinggadget-1.12.2-2.0.13-universal.jar  | None                                     |

Loaded coremods (and transformers): 
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

Emc detector block

A block that can detect your personal emc and output a redstone signal depending of what settings you have in it
You can also use a item to right click another player and see their emc value and use that players emc value in the block suggested by using the same item you use to see that players emc vaule on the block

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.