Giter Site home page Giter Site logo

thelimepixel / gregicadditions Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 49.0 975 KB

An addon for GregTech Community Edition with the goal of making it much more complicated and realistic through the use of GregTech 5 Unofficial and GregTech 6 features.

Java 100.00%

gregicadditions's People

Contributors

antifluxfield avatar bartz24 avatar fluffle avatar pyure avatar takakura-anri avatar thelimepixel avatar yasenfire avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

gregicadditions's Issues

Crash when trying to pull out liquids from GTCE centrifuge

Not sure yet how this happens, but sometimes when you try to pull out liquids(it happened for me more than once with glue and methane) in a bucket crashes and make the machine glitchy: Breaking with a wrench or restarting minecraft don't fix and you lose the contents/centrifuge. Also, not sure if it happens in any tier, but LV. Anyway, here's the log(GA version 1.3.0, GTCE version 1.0.124):

java.lang.ClassCastException: net.minecraftforge.fluids.capability.wrappers.FluidBucketWrapper cannot be cast to net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimple at gregicadditions.recipes.FluidCellIngredient.apply(FluidCellIngredient.java:44) at gregtech.api.recipes.Recipe.matches(Recipe.java:141) at gregtech.api.recipes.RecipeMap.findByInputs(RecipeMap.java:225) at gregtech.api.recipes.RecipeMap.findRecipe(RecipeMap.java:201) at gregtech.api.recipes.RecipeMap.findRecipe(RecipeMap.java:179) at gregtech.api.capability.impl.RecipeMapWorkableHandler.findRecipe(RecipeMapWorkableHandler.java:136) at gregtech.api.capability.impl.RecipeMapWorkableHandler.update(RecipeMapWorkableHandler.java:118) at gregtech.api.metatileentity.MetaTileEntity.update(MetaTileEntity.java:285) at gregtech.api.metatileentity.SimpleMachineMetaTileEntity.update(SimpleMachineMetaTileEntity.java:85) at gregtech.api.metatileentity.MetaTileEntityHolder.func_73660_a(MetaTileEntityHolder.java:119) at net.minecraft.world.World.func_72939_s(World.java:1835) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) 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)

Some craft issue

GregicAdditions-1.12.2-1.2.0
jungle planks cannot be crafted without saw with the *2 recipe
ss 2018-10-16 at 01 10 49

but if i set to false that
# Set to false to disable generated wood sawing recipes
B:"A saw is required to get 4 Planks per Log"=false
the recipe work with * 4

if i set to false disable 3x3 recipes
# Set these to false to disable the generated Compressor recipes for blocks
B:"Compression - Generate Compressor recipes for blocks"=true
B:"Compression - Remove 3x3 crafting recipes for blocks"=false

jei show me 2 same recipe for block and ingot 3x3 crafting
ss 2018-10-16 at 01 24 22
ss 2018-10-16 at 01 24 30

Crash on launch

---- Minecraft Crash Report ----

WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
FMLModule ([1.12.2][3.0.0.3] mdxlib.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
llibrary (llibrary-core-1.0.8-1.12.2.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 9/29/18 12:13 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Gregic Additions (gtadditions)
Caused by: java.lang.NullPointerException: Null string not allowed
at java.util.Objects.requireNonNull(Objects.java:228)
at net.minecraft.nbt.NBTTagString.(NBTTagString.java:19)
at net.minecraft.nbt.NBTTagCompound.func_74778_a(NBTTagCompound.java:137)
at net.minecraftforge.fluids.FluidStack.writeToNBT(FluidStack.java:107)
at net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimple.setFluid(FluidHandlerItemStackSimple.java:86)
at net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimple.fill(FluidHandlerItemStackSimple.java:112)
at gregicadditions.item.GAMetaItems.getFilledCell(GAMetaItems.java:137)
at gregicadditions.recipes.GARecipeAddition.postInit(GARecipeAddition.java:1061)
at gregicadditions.GregicAdditions.postInit(GregicAdditions.java:58)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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 --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1351525304 bytes (1288 MB) / 5021630464 bytes (4789 MB) up to 7492075520 bytes (7145 MB)
JVM Flags: 4 total; -Xmx8037m -Xms256m -XX:PermSize=256m -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.4.2760 Optifine OptiFine_1.12.2_HD_U_E2 129 mods loaded, 129 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                                |
|:------ |:------------------------------------- |:-------------------- |:---------------------------------------------------- |:---------------------------------------- |
| UCHIJ  | minecraft                             | 1.12.2               | minecraft.jar                                        | None                                     |
| UCHIJ  | mcp                                   | 9.42                 | minecraft.jar                                        | None                                     |
| UCHIJ  | FML                                   | 8.0.99.99            | forge-1.12.2-14.23.4.2760.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJ  | forge                                 | 14.23.4.2760         | forge-1.12.2-14.23.4.2760.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJ  | micdoodlecore                         |                      | minecraft.jar                                        | None                                     |
| UCHIJ  | mdxlib                                | 3.0.0.3              | [1.12.2][3.0.0.3] mdxlib.jar                         | None                                     |
| UCHIJ  | securitycraft                         | v1.8.7               | [1.12.x] SecurityCraft v1.8.7.jar                    | None                                     |
| UCHIJ  | aether_legacy                         | 1.12.2-v3.2          | aether_legacy-1.12.2-v3.2.jar                        | None                                     |
| UCHIJ  | aether_legacy_addon                   | 1.12.2-v1.0          | aether_legacy_addon_1.12.2-v1.0.jar                  | None                                     |
| UCHIJ  | avp                                   | 6.0.0.7              | aliensvspredator-6.0.0.7.jar                         | None                                     |
| UCHIJ  | animalium                             | 0.3.7                | Animalium-0.3.7.jar                                  | None                                     |
| UCHIJ  | antiqueatlas                          | 4.4.9                | antiqueatlas-1.12.2-4.4.9.jar                        | None                                     |
| UCHIJ  | antiqueatlasoverlay                   | 1.2                  | antiqueatlas-1.12.2-4.4.9.jar                        | None                                     |
| UCHIJ  | examplemod                            | 1.0                  | antiqueatlas-1.12.2-4.4.9.jar                        | None                                     |
| UCHIJ  | aquaculture                           | 1.6.6                | Aquaculture-1.12.2-1.6.6.jar                         | None                                     |
| UCHIJ  | astikoor                              | 1.1.1                | astikoor_horse-carts-1.1.1.jar                       | None                                     |
| UCHIJ  | bdlib                                 | 1.14.3.12            | bdlib-1.14.3.12-mc1.12.2.jar                         | None                                     |
| UCHIJ  | betterfoliage                         | 2.1.10               | BetterFoliage-MC1.12-2.1.10.jar                      | None                                     |
| UCHIJ  | bibliocraft                           | 2.4.5                | BiblioCraft[v2.4.5][MC1.12.2].jar                    | None                                     |
| UCHIJ  | buildcraftlib                         | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | buildcraftcore                        | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | buildcraftenergy                      | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | ic2                                   | 2.8.73-ex112         | industrialcraft-2-2.8.73-ex112.jar                   | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJ  | jei                                   | 4.11.0.212           | jei_1.12.2-4.11.0.212.jar                            | None                                     |
| UCHIJ  | mantle                                | 1.12-1.3.2.24        | Mantle-1.12-1.3.2.24.jar                             | None                                     |
| UCHIJ  | natura                                | 1.12.2-4.3.2.62      | natura-1.12.2-4.3.2.62.jar                           | None                                     |
| UCHIJ  | forestry                              | 5.8.1.322            | forestry_1.12.2-5.8.1.322.jar                        | None                                     |
| UCHIJ  | binniecore                            | 2.5.0.168            | binnie-mods-1.12.2-2.5.0.168.jar                     | None                                     |
| UCHIJ  | binniedesign                          | 2.5.0.168            | binnie-mods-1.12.2-2.5.0.168.jar                     | None                                     |
| UCHIJ  | genetics                              | 2.5.0.168            | binnie-mods-1.12.2-2.5.0.168.jar                     | None                                     |
| UCHIJ  | botany                                | 2.5.0.168            | binnie-mods-1.12.2-2.5.0.168.jar                     | None                                     |
| UCHIJ  | extrabees                             | 2.5.0.168            | binnie-mods-1.12.2-2.5.0.168.jar                     | None                                     |
| UCHIJ  | extratrees                            | 2.5.0.168            | binnie-mods-1.12.2-2.5.0.168.jar                     | None                                     |
| UCHIJ  | biomesoplenty                         | 7.0.1.2399           | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar        | None                                     |
| UCHIJ  | bookshelf                             | 2.3.559              | Bookshelf-1.12.2-2.3.559.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJ  | buildcraftbuilders                    | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | buildcraftfactory                     | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | buildcraftrobotics                    | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | buildcrafttransport                   | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | buildcraftsilicon                     | 7.99.18              | buildcraft-7.99.18.jar                               | None                                     |
| UCHIJ  | buildcraftcompat                      | 7.99.15              | buildcraft-compat-7.99.15.jar                        | None                                     |
| UCHIJ  | chameleon                             | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                             | None                                     |
| UCHIJ  | ctm                                   | MC1.12.2-0.3.2.18    | CTM-MC1.12.2-0.3.2.18.jar                            | None                                     |
| UCHIJ  | chisel                                | MC1.12.2-0.2.1.35    | Chisel-MC1.12.2-0.2.1.35.jar                         | None                                     |
| UCHIJ  | codechickenlib                        | 3.2.2.353            | CodeChickenLib-1.12.2-3.2.2.353-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJ  | compactsolars                         | 1.12.2-5.0.17.340    | CompactSolars-1.12.2-5.0.17.340-universal.jar        | None                                     |
| UCHIJ  | corail_pillar_extension_biomesoplenty | 4.0.1                | corail_pillar_extension_biomesoplenty-4.0.1-1.12.jar | None                                     |
| UCHIJ  | corail_pillar_extension_chisel        | 4.0.0                | corail_pillar_extension_chisel-4.0.0-1.12.jar        | None                                     |
| UCHIJ  | coralreef                             | 2.0                  | CoralReef-2.5-1.12.2.jar                             | None                                     |
| UCHIJ  | customspawner                         | 3.11.4               | CustomMobSpawner-3.11.4.jar                          | None                                     |
| UCHIJ  | mocreatures                           | 12.0.5               | DrZharks MoCreatures Mod-12.0.5.jar                  | None                                     |
| UCHIJ  | dynamiclights                         | 1.4.9                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_onfire                  | 1.0.7                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_creepers                | 1.0.6                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_dropitems               | 1.1.0                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_entityclasses           | 1.0.1                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_mobequipment            | 1.1.0                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_flamearrows             | 1.0.1                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_floodlights             | 1.0.3                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_otherplayers            | 1.0.9                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | dynamiclights_theplayer               | 1.1.3                | DynamicLights-1.12.2.jar                             | None                                     |
| UCHIJ  | galacticraftcore                      | 4.0.1.181            | GalacticraftCore-1.12.2-4.0.1.181.jar                | None                                     |
| UCHIJ  | dsurround                             | 3.4.9.16             | DynamicSurroundings-1.12.2-3.4.9.16.jar              | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHIJ  | presets                               | 3.4.9.16             | DynamicSurroundings-1.12.2-3.4.9.16.jar              | None                                     |
| UCHIJ  | eplus                                 | 5.0.169              | EnchantingPlus-1.12.2-5.0.169.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJ  | galacticraftplanets                   | 4.0.1.181            | Galacticraft-Planets-1.12.2-4.0.1.181.jar            | None                                     |
| UCHIJ  | mjrlegendslib                         | 1.12.2-1.1.5         | MJRLegendsLib-1.12.2-1.1.5.jar                       | b02331787272ec3515ebe63ecdeea0d746653468 |
| UCHIJ  | extraplanets                          | 1.12.2-0.4.3         | ExtraPlanets-1.12.2-0.4.3.jar                        | b02331787272ec3515ebe63ecdeea0d746653468 |
| UCHIJ  | shadowmc                              | 3.8.0                | ShadowMC-1.12-3.8.0.jar                              | None                                     |
| UCHIJ  | extrarails                            | 1.3.0                | ExtraRails-1.12-1.3.0.jar                            | None                                     |
| UCHIJ  | fenceoverhaul                         | 1.3.4                | FenceOverhaul-1.3.4.jar                              | None                                     |
| UCHIJ  | forgelin                              | 1.7.4                | Forgelin-1.7.4.jar                                   | None                                     |
| UCHIJ  | forgemultipartcbe                     | 2.5.0.71             | ForgeMultipart-1.12.2-2.5.0.71-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJ  | microblockcbe                         | 2.5.0.71             | ForgeMultipart-1.12.2-2.5.0.71-universal.jar         | None                                     |
| UCHIJ  | minecraftmultipartcbe                 | 2.5.0.71             | ForgeMultipart-1.12.2-2.5.0.71-universal.jar         | None                                     |
| UCHIJ  | gardenstuff                           | 1.12-2.1.1           | GardenStuff-1.12-2.1.1.jar                           | None                                     |
| UCHIJ  | gendustry                             | 1.6.5.8              | gendustry-1.6.5.8-mc1.12.2.jar                       | None                                     |
| UCHIJ  | gregtech                              | 0.5.9.88             | gregtech-1.12.2-0.5.9.88.jar                         | None                                     |
| UCHIEE | gtadditions                           | 1.12.2-1.1.0         | GregicAdditions-1.12.2-1.1.0.jar                     | None                                     |
| UCHI   | mcjtylib_ng                           | 3.0.5                | mcjtylib-1.12-3.0.5.jar                              | None                                     |
| UCHI   | immcraft                              | 1.5.0                | immcraft-1.12-1.5.0.jar                              | None                                     |
| UCHI   | twilightforest                        | 3.8.689              | twilightforest-1.12.2-3.8.689-universal.jar          | None                                     |
| UCHI   | immersiveengineering                  | 0.12-85              | ImmersiveEngineering-0.12-85.jar                     | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHI   | immersivepetroleum                    | 1.1.9                | immersivepetroleum-1.12.2-1.1.9.jar                  | None                                     |
| UCHI   | trackapi                              | 1.1                  | TrackAPI-1.1_1.12.jar                                | None                                     |
| UCHI   | immersiverailroading                  | 1.3.3                | ImmersiveRailroading-1.3.3_1.12.jar                  | None                                     |
| UCHI   | immersivetech                         | 1.3.10               | immersivetech-1.12-1.3.10.jar                        | None                                     |
| UCHI   | harvestcraft                          | 1.12.2z              | Pam's HarvestCraft 1.12.2z.jar                       | None                                     |
| UCHI   | jehc                                  | 1.12.2               | JEHC-1.12.2-1.6.1.0.jar                              | None                                     |
| UCHI   | jarm                                  | 1.1.1                | Just A Raft Mod-1.1.1.jar                            | None                                     |
| UCHI   | lycanitesmobs                         | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | arcticmobs                            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | demonmobs                             | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | desertmobs                            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | elementalmobs                         | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | forestmobs                            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | freshwatermobs                        | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | infernomobs                           | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | junglemobs                            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | mountainmobs                          | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | plainsmobs                            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | saltwatermobs                         | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | shadowmobs                            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | swampmobs                             | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete 1.20.4.0 [1.12.2]-1.0.jar      | None                                     |
| UCHI   | malisiscore                           | 1.12.2-6.4.0         | malisiscore-1.12.2-6.4.0.jar                         | None                                     |
| UCHI   | malisisdoors                          | 1.12.2-7.3.0         | malisisdoors-1.12.2-7.3.0.jar                        | None                                     |
| UCHI   | minecolonies                          | 1.12.2-0.9.4-RELEASE | minecolonies-1.12.2-0.9.4-RELEASE-universal.jar      | None                                     |
| UCHI   | numina                                | 1.10.0               | ModularPowersuits-1.12.2-0.3.0.8.jar                 | None                                     |
| UCHI   | powersuits                            | 1.12.2-0.3.0.8       | ModularPowersuits-1.12.2-0.3.0.8.jar                 | None                                     |
| UCHI   | morebees                              | 1.12.2-2.0.1         | morebees-1.12.2-2.0.1.jar                            | None                                     |
| UCHI   | mrtjpcore                             | 2.1.3.35             | MrTJPCore-1.12.2-2.1.3.35-universal.jar              | None                                     |
| UCHI   | nei                                   | 2.4.1                | NotEnoughItems-1.12.2-2.4.1.238-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI   | nuclearcraft                          | 2.11g                | NuclearCraft-2.11g--1.12.2.jar                       | None                                     |
| UCHI   | orbis_api                             | 1.12.2-1.1.91        | orbis_api-1.12.2-1.1.91.jar                          | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| UCHI   | projectred-core                       | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-Base.jar                  | None                                     |
| UCHI   | projectred-compat                     | 1.0                  | ProjectRed-1.12.2-4.9.1.92-compat.jar                | None                                     |
| UCHI   | projectred-integration                | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-integration.jar           | None                                     |
| UCHI   | projectred-transmission               | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-integration.jar           | None                                     |
| UCHI   | projectred-fabrication                | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-fabrication.jar           | None                                     |
| UCHI   | projectred-expansion                  | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
| UCHI   | projectred-relocation                 | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
| UCHI   | projectred-transportation             | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
| UCHI   | projectred-exploration                | 4.9.1.92             | ProjectRed-1.12.2-4.9.1.92-world.jar                 | None                                     |
| UCHI   | roguelike                             | 1.8.0                | RoguelikeDungeons-1.12.2-1.8.0.jar                   | None                                     |
| UCHI   | treechopper                           | 1.2.4                | TreeChopper-1.12.2-1.2.4.jar                         | None                                     |
| UCHI   | zoocraftdiscoveries                   | 1.0                  | Zoocraft Discoveries 1.12.2-1.2.0.jar                | None                                     |
| UCHI   | llibrary                              | 1.7.15               | llibrary-1.7.15-1.12.2.jar                           | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UCHI   | jurassicraft                          | 2.1.17               | JurassiCraft-1.12.2-2.1.17.jar                       | None                                     |
| UCHI   | corail_pillar                         | 4.1.0                | corail_pillar-4.1.0-1.12.jar                         | None                                     |

Loaded coremods (and transformers): 

MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)

CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
team.chisel.ctm.client.asm.CTMTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
FMLModule ([1.12.2][3.0.0.3] mdxlib.jar)
com.arisux.mdx.AccessTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
org.blockartistry.DynSurround.asm.Transformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.87' Renderer: 'GeForce GTX 660M/PCIe/SSE2'
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)

List of loaded APIs: 
	* AetherAPI (v1.0.0) from aether_legacy-1.12.2-v3.2.jar
	* antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.4.9.jar
	* AVPAPI (1.0.0) from aliensvspredator-6.0.0.7.jar
	* BuildCraftAPI|blocks (1.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|boards (2.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|core (2.2) from buildcraft-7.99.18.jar
	* BuildCraftAPI|crops (1.1) from buildcraft-7.99.18.jar
	* BuildCraftAPI|enums (1.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|events (2.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|facades (1.1) from buildcraft-7.99.18.jar
	* BuildCraftAPI|filler (5.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|fuels (2.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|gates (4.1) from buildcraft-7.99.18.jar
	* BuildCraftAPI|items (1.1) from buildcraft-7.99.18.jar
	* BuildCraftAPI|library (2.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|lists (1.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|power (1.3) from buildcraft-7.99.18.jar
	* BuildCraftAPI|recipes (3.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|robotics (3.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|statements (1.1) from buildcraft-7.99.18.jar
	* BuildCraftAPI|tiles (1.2) from buildcraft-7.99.18.jar
	* BuildCraftAPI|tools (1.0) from buildcraft-7.99.18.jar
	* BuildCraftAPI|transport (5.0) from buildcraft-7.99.18.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
	* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
	* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
	* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
	* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
	* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.322.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.322.jar
	* Galacticraft API (1.2) from GalacticraftCore-1.12.2-4.0.1.181.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-85.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-85.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.212.jar
	* projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
	* SecurityCraftAPI (1.2.2) from [1.12.x] SecurityCraft v1.8.7.jar
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 358.87
OpenGlRenderer: GeForce GTX 660M/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8

Crash report

If Update Gregtech Community Edition on 1.12.2-1.0.142.jar and up then GregicAdditions Crash.
`---- Minecraft Crash Report ----

WARNING: coremods are present:
gtce2oc (gtce2oc-1.12.2-1.3.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.190.jar)
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 1/24/19 11:08 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Gregic Additions (gtadditions)
Caused by: java.lang.NoSuchMethodError: gregtech.common.blocks.MetaBlocks.createFluidPipeBlock(Lgregtech/api/unification/material/type/Material;Lgregtech/common/pipelike/fluidpipe/FluidPipeProperties;)V
at gregicadditions.item.GAMetaBlocks.init(GAMetaBlocks.java:34)
at gregicadditions.GregicAdditions.preInit(GregicAdditions.java:44)
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.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
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 --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 344098472 bytes (328 MB) / 1101246464 bytes (1050 MB) up to 12831227904 bytes (12236 MB)
JVM Flags: 7 total; -Xmx12G -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=16 -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M -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.2808 Optifine OptiFine_1.12.2_HD_U_E3 99 mods loaded, 99 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.2808.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge                       | 14.23.5.2808            | forge-1.12.2-14.23.5.2808.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | micdoodlecore               |                         | minecraft.jar                                   | None                                     |
| LCH   | opencomputers|core          | 1.7.3.146               | minecraft.jar                                   | None                                     |
| LCH   | gtce2oc                     | 1.3                     | minecraft.jar                                   | None                                     |
| LCH   | applecore                   | 3.1.4                   | AppleCore-mc1.12.2-3.1.4.jar                    | None                                     |
| LCH   | crafttweaker                | 4.1.14                  | CraftTweaker2-1.12-4.1.14.jar                   | None                                     |
| LCH   | mtlib                       | 3.0.5                   | MTLib-3.0.5.jar                                 | None                                     |
| LCH   | modtweaker                  | 4.0.15                  | modtweaker-4.0.15.jar                           | None                                     |
| LCH   | jei                         | 4.13.1.225              | jei_1.12.2-4.13.1.225.jar                       | None                                     |
| LCH   | appleskin                   | 1.0.9                   | AppleSkin-mc1.12-1.0.9.jar                      | None                                     |
| LCH   | aquaculture                 | 1.6.6                   | Aquaculture-1.12.2-1.6.6.jar                    | None                                     |
| LCH   | armoreablemobs              | 1.1.2                   | armoreablemobs-1.12-1.1.6-4.jar                 | None                                     |
| LCH   | carrots                     | 1.0.0b1                 | carrotslib-mc1.12.2-1.0.0b1.jar                 | None                                     |
| LCH   | armorunder                  | 1.0.0                   | armorunder-mc1.12.2-1.0.0.jar                   | None                                     |
| LCH   | galacticraftcore            | 4.0.2.190               | GalacticraftCore-1.12.2-4.0.2.190.jar           | None                                     |
| LCH   | galacticraftplanets         | 4.0.2.190               | Galacticraft-Planets-1.12.2-4.0.2.190.jar       | None                                     |
| LCH   | asmodeuscore                | 0.0.5                   | AsmodeusCore-1.12.2-0.0.5.jar                   | None                                     |
| LCH   | backpack                    | 3.0.2                   | backpack-3.0.2-1.12.2.jar                       | None                                     |
| LCH   | biomesoplenty               | 7.0.1.2419              | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar   | None                                     |
| LCH   | chameleon                   | 1.12-4.1.3              | Chameleon-1.12-4.1.3 storage drawers.jar        | None                                     |
| LCH   | codechickenlib              | 3.2.2.353               | CodeChickenLib-1.12.2-3.2.2.353-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | toughasnails                | 3.1.0.139               | ToughAsNails-1.12.2-3.1.0.139-universal.jar     | None                                     |
| LCH   | immersiveengineering        | 0.12-88                 | ImmersiveEngineering-0.12-88.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCH   | compositegear               | 1.12.2                  | CompositeGear-1.12.2-1.6.1.jar                  | None                                     |
| LCH   | extendedrenderer            | v1.0                    | coroutil-1.12.1-1.2.19.jar                      | None                                     |
| LCH   | coroutil                    | 1.12.1-1.2.19           | coroutil-1.12.1-1.2.19.jar                      | None                                     |
| LCH   | configmod                   | v1.0                    | coroutil-1.12.1-1.2.19.jar                      | None                                     |
| LCH   | ctgui                       | 1.0.0                   | CraftTweaker2-1.12-4.1.14.jar                   | None                                     |
| LCH   | crafttweakerjei             | 2.0.2                   | CraftTweaker2-1.12-4.1.14.jar                   | None                                     |
| LCH   | cyberware                   | 0.2.10.15               | cyberware-1.12.2-0.2.10.15.jar                  | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| LCH   | doggytalents                | 1.14.2.381              | DoggyTalents-1.14.2.381-universal.jar           | None                                     |
| LCH   | dungeonmobs                 | 5.7.0                   | dungeonmobs-5.7.0-MC1.12.2.jar                  | None                                     |
| LCH   | dynamiclights               | 1.4.9                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_onfire        | 1.0.7                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_creepers      | 1.0.6                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_dropitems     | 1.1.0                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_entityclasses | 1.0.1                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_mobequipment  | 1.1.0                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_flamearrows   | 1.0.1                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_floodlights   | 1.0.3                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_otherplayers  | 1.0.9                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | dynamiclights_theplayer     | 1.1.3                   | DynamicLights-1.12.2.jar                        | None                                     |
| LCH   | engineersdoors              | 0.8.0                   | engineers_doors-1.12.2-0.8.0.jar                | None                                     |
| LCH   | familiarfauna               | 1.0.11                  | FamiliarFauna-1.12.2-1.0.11.jar                 | None                                     |
| LCH   | fastleafdecay               | v14                     | FastLeafDecay-v14.jar                           | None                                     |
| LCH   | forestry                    | 5.8.2.380               | forestry_1.12.2-5.8.2.380.jar                   | None                                     |
| LCH   | forgemultipartcbe           | 2.6.0.79                | ForgeMultipart-1.12.2-2.6.0.79 WIFINY.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | microblockcbe               | 2.6.0.79                | ForgeMultipart-1.12.2-2.6.0.79 WIFINY.jar       | None                                     |
| LCH   | minecraftmultipartcbe       | 2.6.0.79                | ForgeMultipart-1.12.2-2.6.0.79 WIFINY.jar       | None                                     |
| LCH   | cfm                         | 6.2.0                   | furniture-6.2.0-1.12.2.jar                      | None                                     |
| LCH   | galacticrafttweaker         | 1.12.2-1.0.3            | GalacticraftTweaker-1.12.2-1.0.3.jar            | b02331787272ec3515ebe63ecdeea0d746653468 |
| LCH   | gravestone                  | 1.10.2                  | gravestone-1.10.2.jar                           | None                                     |
| LCH   | gregtech                    | 1.5.13.150              | gregtech-1.12.2-1.5.13.150.jar                  | None                                     |
| LCE   | gtadditions                 | 1.12.2-1.3.0            | GregicAdditions-1.12.2-1.3.0.jar                | None                                     |
| LC    | hardcoredarkness            | 2.0                     | HardcoreDarkness-MC1.12.2-2.0.jar               | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC    | waila                       | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                     | None                                     |
| LC    | horsepower                  | 2.6.1                   | HorsePower-1.12.2-2.6.1.68.jar                  | cd7e958342770a8b17c919055da42c24dfefd879 |
| LC    | refinedstorage              | 1.6.12                  | refinedstorage-1.6.12.jar                       | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC    | immersivecables             | 1.3.2                   | ImmersiveCables-1.12.2-1.3.2.jar                | None                                     |
| LC    | immersivepetroleum          | 1.1.9                   | immersivepetroleum-1.12.2-1.1.9.jar             | None                                     |
| LC    | immersivetech               | 1.3.10                  | immersivetech-1.12-1.3.10.jar                   | None                                     |
| LC    | industrialrenewal           | 0.8.0                   | IndustrialRenewal_1.12.2-0.8.0.jar              | None                                     |
| LC    | infernalmobs                | 1.7.5                   | InfernalMobs-1.12.2.jar                         | None                                     |
| LC    | journeymap                  | 1.12.2-5.5.3            | journeymap-1.12.2-5.5.3.jar                     | None                                     |
| LC    | mcjtylib_ng                 | 3.1.1                   | mcjtylib-1.12-3.1.1.jar                         | None                                     |
| LC    | mts                         | 12.3.0                  | Minecraft+Transport+Simulator-1.12.2-12.3.0.jar | None                                     |
| LC    | mtrm                        | 1.2.2.30                | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar      | None                                     |
| LC    | mjrlegendslib               | 1.12.2-1.1.8            | MJRLegendsLib-1.12.2-1.1.8.jar                  | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC    | testdummy                   | 1.12                    | MmmMmmMmmMmm-1.12-1.14.jar                      | None                                     |
| LC    | modroadworksreborn          | 0.0.3                   | modroadworksreborn-0.0.3.jar                    | None                                     |
| LC    | mousetweaks                 | 2.8                     | MouseTweaks-2.8-mc1.12.1.jar                    | None                                     |
| LC    | mtsseagullmilitarypack      | 1.4.0                   | MTS+Seagull's+military+pack+1.4.2.jar           | None                                     |
| LC    | mtsseagulltrinpartpack      | 1.0.0                   | MTS+seagull's+trin+parts+pack+1.4.0.jar         | None                                     |
| LC    | netherportalfix             | 5.3.17                  | NetherPortalFix_1.12.1-5.3.17.jar               | None                                     |
| LC    | nei                         | 2.4.2                   | NotEnoughItems-1.12.2-2.4.2.240-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | opencomputers               | 1.7.3.146               | OpenComputers-MC1.12.2-1.7.3.146.jar            | None                                     |
| LC    | p455w0rdslib                | 2.0.36                  | p455w0rdslib-1.12.2-2.0.36.jar                  | None                                     |
| LC    | harvestcraft                | 1.12.2zb                | Pam's+HarvestCraft+1.12.2zb.jar                 | None                                     |
| LC    | pizzacraft                  | 1.4.0                   | PizzaCraft-1.12.2-1.4.0.jar                     | None                                     |
| LC    | placebo                     | 1.5.1                   | Placebo-1.12.2-1.5.1.jar                        | None                                     |
| LC    | realistictorches            | 2.1.1                   | RealisticTorches-1.12.2-2.1.1.jar               | None                                     |
| LC    | redstonepaste               | 1.7.5                   | redstonepaste-mc1.12-1.7.5.jar                  | None                                     |
| LC    | refinedstorageaddons        | 0.4.1                   | refinedstorageaddons-0.4.1.jar                  | None                                     |
| LC    | rftoolspower                | 1.1.2                   | rftoolspower-1.12-1.1.2.jar                     | None                                     |
| LC    | sereneseasons               | 1.2.15                  | SereneSeasons-1.12.2-1.2.15-universal.jar       | None                                     |
| LC    | spaceastronomytweaks        | 1.12.2-0.2              | SpaceAstronomyTweaks-1.12.2-0.2.jar             | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC    | storagedrawers              | 1.12-5.3.5              | StorageDrawers-1.12.2-5.3.8.jar                 | None                                     |
| LC    | storagedrawersextra         | @VERSION@               | StorageDrawersExtras-1.12-3.1.0.jar             | None                                     |
| LC    | toastcontrol                | 1.7.1                   | Toast+Control-1.12.2-1.7.1.jar                  | None                                     |
| LC    | tanaddons                   | 3.4.24                  | ToughExpansion-1.12-3.4.24.jar                  | None                                     |
| LC    | witherskelefix              | 2.6.2                   | Wither+Skeleton+Tweaks-1.12.2-2.6.2.jar         | None                                     |
| LC    | wrcbe                       | 2.3.1                   | WR-CBE-1.12.2-2.3.1.30-universal.jar            | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | zettaindustries             | 1.3                     | zettaindustries-1.3-1.12.2-161.jar              | None                                     |
| LC    | zombieawareness             | 1.12.1-1.11.16          | zombieawareness-1.12.1-1.11.16.jar              | None                                     |
| LC    | industrialwires             | 1.7-35                  | IndustrialWires-1.7-35.jar                      | 7e11c175d1e24007afec7498a1616bef0000027d |
| LC    | hungeroverhaul              | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar      | None                                     |

Loaded coremods (and transformers): 

gtce2oc (gtce2oc-1.12.2-1.3.jar)
org.eientei.gtce2oc.GTCE2OCTransformer
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
squeek.applecore.asm.TransformerModuleHandler
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
lumien.hardcoredarkness.asm.ClassTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
li.cil.oc.common.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.190.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.77' Renderer: 'GeForce GT 1030/PCIe/SSE2'
OptiFine Version: OptiFine_1.12.2_HD_U_E3
OptiFine Build: 20181210-121000
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 390.77
OpenGlRenderer: GeForce GT 1030/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4`

Crashing when adding gregic Additons to pack

mc 1.12.2
gregtech community edition 1.0.124
gregic additions 1.2.3

When I added this it crashes with the message
net.minecraftforge.fml.common.LoaderException: Found at least one invalid recipe. Please read the log above for more details.

(full crash log here:)
https://hastebin.com/ajodiqahur.rb

the latest.log shows:
[11:30:57] [main/FATAL] [gregtech]: Seems like invalid recipe was found. Loading will not continue.
[11:30:57] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
Wizardry Plugin (wizardry-0.9.7.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
AstralCore (astralsorcery-1.12.2-1.10.1.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
llibrary (llibrary-core-1.0.5-1.12.2.jar)
ForgelinPlugin (Forgelin-1.8.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
LoadingPlugin (Quark-r1.5-130.jar)
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.2-1.12.2.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
Botania Tweaks Core (botaniatweaks-1.7.1.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.2.1.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.1-112-universal.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
GottaGoFastLoader (gottagofast-1.1.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 11/8/18 11:30 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: Found at least one invalid recipe. Please read the log above for more details.

actual file: https://gist.github.com/Saereth/5b9f1b43739e8170f34089d1c4dc356e

there seems to be a lot of wrench recipes being duplicated around 5736+ not sure if its related here.

Pack boots without issue if I remove gregic additions

unidict compatibility

compatibility is needed to start the game, I can not craft bronze pipes, grectech apparently has compatibility with the unidict bronze plates, but with this mod I can not craft bronze pipes to start with the basic machines (grinder, extractor, etc)

Naquadah Reactor Mk. 5 doesn't seem to work

image

In comparison, Mk. 4
image

My best guess is that is requires 16,384 mb of Enriched Naquadah to start the recipe.

Gregtech Community Edition: 117
GA: 1.2.0 (Curseforge)
GBUL 1.0.3 (Curseforge)

GTCE build 1.6 now has alot of redundancies with GA

Trying to help out by comparing GTCE182+GA vs the new GTCE1.6 standalone from what I can tell
these items are now completely obsolete, deprecated or just plain have overlapping functionality now
in the case of GA's cricuits and circuit assembler. Do with this report as you will, I hope its useful to you.

Circuit assembler (All tiers)
All circuits including all variants of circuits or any $circuitX oredict items
supercomputers
mainframes
crystalcomputers
advanced alloy
mixed metal ingots
bick forms (all variants)
compressed fireclay
unfired clay brick

pretty much ALL the wafers
silicone boules (all variants)
raw carbon fiber
raw crystal chips
crystal processing unit
crystal SOC
lapotron crystals
iridium alloy plate
uncompressed iridium alloy plate
vacuum tube
all SMD components: transistor, resistor, capacitor, diode, small coil
electrical components: small coil, resistor, glass tube, capacitor, diode, vacuum tube
all circuit boards
stem cells

All of GA's materials except:
fish oil
CarbonMonoxde
RawGrowthMedium
SterilizedGrowthMedium
Meat
NeutralMatter
PositiveMatter
Neutronium
lignite coke
Extreme
Infinite

Naquadah Reactors Need a Large Buff

So was looking over some Enriched Naquadah math and found that it's in need of a pretty large buff.

According to JEI, Enriched Naquadah outputs 3,000,320 EU per 200mb which gives it an output of ~15k EU/mb.

According to JEI, it has a creation cost of:

  • 1,058,400 EU in the EBF
  • 33,720 EU in the Vacuum Freezer
  • 40,960 EU in the Fluid Extractor

for a total of 1,133,080 EU per 144 mb or 7.8k EU/mb. However this is assuming this is done at MV costs, and not overclocking, which is a bad assumption because by the time the player reaches a stage to use Naquadah (EV/IV), they will probably have overclocked electric blast furnaces. Just overclocking it to HV would double the total EU cost to around 16.6k/mb which already makes Enriched Naquadah and Naquadah Reactors (when the update to fix single block generators is released to Curseforge) energy negative.

In comparsion, GT5U had Naquadah Reactors Mk.I consuming Naquadah bolts, which are 8 bolts per ingot. Each bolt ended up producing 20,000,000 of EU at 80% efficiency, so 16M EU per bolt, or converted to liquid fuel rates that's 16M EU for every 18mb, leading to a total output of ~888k/mb for Naquadah. Even though I'm not asking to replicate the behavior from GT5U exactly, that's a vast difference in power from what is currently implemented in GA at a net loss of -1.6k EU/mb.

found a bug between gregic additions and heat and climate bug

java.lang.ClassCastException: gregtech.api.unification.material.type.IngotMaterial cannot be cast to gregtech.api.unification.material.type.GemMaterial
at gregicadditions.item.GAMetaTool.registerRecipes(GAMetaTool.java:53)
at gregicadditions.item.GAMetaItems.registerRecipes(GAMetaItems.java:147)
at gregicadditions.CommonProxy.registerRecipes(CommonProxy.java:66)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_22_CommonProxy_registerRecipes_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:787)
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Alternative item names for Tanks

Pixel, is there any way for you guys to register items (such as Drums) so that I can reference them in crafttweaker and get an IItemStack?

image

GTCE devs frown upon using gregtech:machine:xxxx and I'm trying to avoid such.

Build Version

I am having a troubled doing a build, I cannot find a dev version of gregtech bees, I can build a dev version of gregtech fine. does anyone know where to get the dev version of gregtech bees?

Latest GTCE Crash

The mod crashes with the latest GTCE 1.12.2-1.6.3.358
---- Minecraft Crash Report ----
// Why did you do that?

Time: 3/20/19 8:22 AM
Description: Initializing game

java.lang.NoClassDefFoundError: gregtech/api/util/Condition
at gregicadditions.GAEnums.preInit(GAEnums.java:24)
at gregicadditions.GregicAdditions.(GregicAdditions.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:586)
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.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: gregtech.api.util.Condition
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)
... 45 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 47 more

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

-- Head --
Thread: Client thread
Stacktrace:
at gregicadditions.GAEnums.preInit(GAEnums.java:24)
at gregicadditions.GregicAdditions.(GregicAdditions.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:586)
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.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Mac OS X (x86_64) version 10.14.3
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 333948144 bytes (318 MB) / 536870912 bytes (512 MB) up to 17179869184 bytes (16384 MB)
JVM Flags: 7 total; -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2814 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                                |
|:----- |:-------------- |:------------ |:--------------------------------------------- |:---------------------------------------- |
| LC    | minecraft      | 1.12.2       | minecraft.jar                                 | None                                     |
| LC    | mcp            | 9.42         | minecraft.jar                                 | None                                     |
| LC    | FML            | 8.0.99.99    | forge-1.12.2-14.23.5.2814.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | forge          | 14.23.5.2814 | forge-1.12.2-14.23.5.2814.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | codechickenlib | 3.2.2.353    | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | gregtech       | 1.6.3.358    | gregtech-1.12.2-1.6.3.358.jar                 | None                                     |
| L     | gtadditions    | 1.12.2-1.3.0 | GregicAdditions-1.12.2-1.3.0.jar              | None                                     |

Loaded coremods (and transformers): 
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-12.4.7' Renderer: 'Intel(R) Iris(TM) Graphics 550'
Launched Version: 1.12.2-forge1.12.2-14.23.5.2814
LWJGL: 2.9.2
OpenGL: Intel(R) Iris(TM) Graphics 550 GL version 2.1 INTEL-12.4.7, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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: vanilla, file/Faithful 1.13.2-rv2, file/CodeCrafted Custom - 1.11+ (incompatible), file/1-13-ired-modern-v0-01c-1534271272.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i7-6567U CPU @ 3.30GHz

[Suggestion] add 3 machines from gt5u

-large chemical reactor

-type filter and chest buffer for ore process these machinery is very cool for that

-processing array for limit the lag with a lot of machine for powered fusion reactor

It's maybe already in todo list, but i propose still.

Crash Between GregicAdditions and... GTCE ?

Sooo I really dont know what happened here

java.lang.ClassCastException: gregtech.api.unification.material.type.IngotMaterial cannot be cast to gregtech.api.unification.material.type.GemMaterial
	at gregicadditions.item.GAMetaTool.registerRecipes(GAMetaTool.java:53)
	at gregicadditions.item.GAMetaItems.registerRecipes(GAMetaItems.java:147)
	at gregicadditions.CommonProxy.registerRecipes(CommonProxy.java:66)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_496_CommonProxy_registerRecipes_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:787)
	at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:623)
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


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

-- Head --
Thread: Client thread
Stacktrace:
	at gregicadditions.item.GAMetaTool.registerRecipes(GAMetaTool.java:53)
	at gregicadditions.item.GAMetaItems.registerRecipes(GAMetaItems.java:147)
	at gregicadditions.CommonProxy.registerRecipes(CommonProxy.java:66)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_496_CommonProxy_registerRecipes_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:787)
	at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:623)
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)
	List of loaded APIs: 
		* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r144.jar
		* ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.0.jar
		* antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.4.9.jar
		* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-4.jar
		* ArtisanWorktablesAPI (5) from artisanworktables-1.12.2-1.19.5.jar
		* Baubles|API (1.4.0.2) from AE2WTLib-1.12.2-1.0.0.jar
		* betteradvancements|API (0.0.14.68) from BetterAdvancements-1.12.2-0.0.14.68.jar
		* BetterWithModsAPI (Beta 0.6) from Quark-r1.5-134.jar
		* BetweenlandsAPI (1.12.1) from TheBetweenlands-3.4.1-universal.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
		* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.38.jar
		* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.374.jar
		* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.374.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-87.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-87.jar
		* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.10-223.jar
		* jeresources|API (0.8.10.50) from JustEnoughResources-1.12.2-0.8.10.50.jar
		* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.14.3.237.jar
		* MouseTweaks|API (1.0) from artisanworktables-1.12.2-1.19.5.jar
		* naturesauraapi (5) from NaturesAura-b5.jar
		* PatchouliAPI (5) from Patchouli-1.0-12.jar
		* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.35.jar
		* PsiAPI (7) from Psi-r1.1-62.jar
		* QuarkAPI (2) from Quark-r1.5-134.jar
		* reborncoreAPI (3.12.0.378) from RebornCore-1.12.2-3.12.0.378-universal.jar
		* reborncoreAPI|Power (3.12.0.378) from RebornCore-1.12.2-3.12.0.378-universal.jar
		* reborncoreAPI|Recipe (3.12.0.378) from RebornCore-1.12.2-3.12.0.378-universal.jar
		* reborncoreAPI|Tile (3.12.0.378) from RebornCore-1.12.2-3.12.0.378-universal.jar
		* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
		* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.27.127.jar
		* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.27.127.jar
		* techrebornAPI (2.19.0.870) from TechReborn-1.12.2-2.19.0.870-universal.jar
		* Thaumcraft|API (6.0.2) from Thaumic_Gadgets_1.12.2_0.1.5.1_tb.26.jar
Mods:
  ActuallyAdditions-1.12.2-r144
  ae2stuff-0.7.0.4-mc1.12.2
  AE2WTLib-1.12.2-1.0.0
  aether_ii-1.12.2-1.1.12
  antiqueatlas-1.12.2-4.4.9
  appliedenergistics2-rv6-stable-4
  artisanworktables-1.12.2-1.19.5
  astralsorcery-1.12.2-1.10.3
  athenaeum-1.12.2-1.15.0
  AutoRegLib-1.3-21
  Avaritia-1.12.2-3.2.0.25-universal
  Baubles-1.12-1.5.2
  bdlib-1.14.3.12-mc1.12.2
  BetterAdvancements-1.12.2-0.0.14.68
  BetterFoliage-MC1.12-2.2.0
  BiomesOPlenty-1.12.2-7.0.1.2419-universal
  Bookshelf-1.12.2-2.3.570
  capabilityadapter-1.0.1
  ClientTweaks_1.12.2-3.1.11
  CodeChickenLib-1.12.2-3.2.2.353-universal
  CraftTweaker2-1.12-4.1.13
  CreativeCore_v1.9.35_mc1.12.2
  crimsoncoal-1.12.2-1.0
  CTM-MC1.12.2-0.3.3.22
  Cucumber-1.12.2-1.1.3
  DummyCoreUnofficial-2.4.112.5
  DynamicSurroundings-1.12.2-3.5.1.0BETA
  EerieEntities-1.12.2-1.0.6
  EnderCore-1.12.2-0.5.43
  EnderIO-1.12.2-5.0.38
  EnderIO-zoo-1.12.2-5.0.38
  ExpandedArcanum-1.0.1
  ExtendedCrafting-1.12.2-1.5.0
  ExtraCells-1.12.2-2.6.1a
  FamiliarFauna-1.12.2-1.0.11
  forestry_1.12.2-5.8.2.374
  Forgelin-1.8.2
  ForgeMultipart-1.12.2-2.6.0.79-universal
  furniture-6.1.0-1.12.2
  Futurepack+Addons+1.2
  Futurepack-1.12.2-26.3.461
  gadgetrycore-1.12.2-1.0.0
  gadgetrymachines-1.12.2-1.0.1
  gadgetrytransmission-1.12.2-1.0.0
  GottschCore-mc1.12.2-f14.23.5.2768-v1.5.1
  GregicAdditions-1.12.2-1.3.0
  gregtech-1.12.2-1.0.124
  GTCEBees-1.12.2-1.0.2
  HammerCore-1.12.2-2.0.4.1
  ImmersiveEngineering-0.12-87
  industrialforegoing-1.12.2-1.11.10-223
  IntegrationForegoing-1.12.2-1.8
  IronBackpacks-1.12.2-3.0.8-12
  itemzoom_1.12.2-1.11
  JAOPCA-1.12.2-2.2.8.100
  JAOPCASingularities-1.12.2-2.2.0.8
  jei_1.12.2-4.14.3.237
  jetif-1.12.2-1.2.0
  JustEnoughResources-1.12.2-0.8.10.50
  legiblenei_1.12.2-1.6.12.7
  LibEx-1.12.2-1.0.8
  LittleTiles_v1.5.0-pre122_mc1.12.2
  MagicalPsi-1.3
  MCMultiPart-2.5.3
  Metallurgy-4-Reforged-0.0.3
  moreavaritia-1.12.2-2.3
  MultithreadedNoise-1.12.2-0.0.2
  NaturesAura-b5
  NetherEx-1.12.2-2.0.8
  NotEnoughIDs-1.5.4.3
  obfuscate-0.2.6-1.12.2
  OptiFine_1.12.2_HD_U_E2
  orbis_api-1.12.2-1.1.12a
  OreLib-1.12.2-3.5.1.1BETA
  p455w0rdslib-1.12-2.0.35
  PackagedAuto-1.12.2-1.0.0.2
  PackagedAvaritia-1.12.2-1.0.0.1
  Patchouli-1.0-12
  planarartifice-0.12.2
  portality-1.12.2-1.2.2-14
  Psi-r1.1-62
  Quark-r1.5-134
  RealisticItemDrops-1.2.14
  RebornCore-1.12.2-3.12.0.378-universal
  RebornStorage-1.12.2-3.3.1.76
  RedstoneFlux-1.12-2.1.0.6-universal
  refined_avaritia-1.12.2-2.4
  refinedstorage-1.6.12
  refinedstoragerequestify-1.12.2-1.0.1-2
  Rex's+Additional+Structures+1.12.2++(v.1.8.0)
  Rustic+Thaumaturgy-2.8
  rustic-1.0.13
  SereneSeasons-1.12.2-1.2.13-universal
  simpleundergroundbiomes-1.0.0
  SimplyJetpacks2-1.12.2-2.2.10.63
  Slab_Machines-1.0.4
  SpartanShields-1.12.2-1.4.1
  StevesCarts-1.12.2-2.4.27.127
  stygian-1.0.3
  subh2o-1.12.2-1.5.6
  tc6aspects4jei-0.0.2a
  TechReborn-1.12.2-2.19.0.870-universal
  Tesla-1.12.2-1.0.63
  tesla-core-lib-1.12.2-1.0.15
  Thaumcraft-1.12.2-6.1.BETA26
  thaumcraftresearchloader-1.0
  Thaumic_Gadgets_1.12.2_0.1.5.1_tb.26
  Thaumic+Arcana-1.2.0
  ThaumicAdditions-1.12.2-10r
  thaumicbases-3.2.270.4r
  thaumicenergistics-2.0.0
  ThaumicGrid-1.0.11
  ThaumicJEI-1.12.2-1.5.5-23
  thaumicperiphery-0.3.0
  ThaumicReadoption-0.2.0
  thaumictinkerer-1.12.2-5.0-353c71c
  TheBetweenlands-3.4.1-universal
  themidnight-0.2.0
  Treasure2-mc1.12.2-f14.23.5.2768-v1.2.0
  vehicle-mod-0.33.0-1.12.2
  worleycaves-1.3.0
  WrapUp-1.12-1.1.3
  zettaindustries-1.3-1.12.2-161

planks crafting without saw

spruce , jungle can't be crafted with 1 log = 2 planks

and Gregic bypass the config of gregtech :
# Whether to nerf wood crafting to 2 planks from 1 log. Default is false.
B:nerfWoodCrafting=false

if it's set to false, the recipe 1 log = 4 planks is nerf it's become 1 log = 2 planks

Crashed with GA Compat on sponge server

GTCE version: 1.6.6.374
GA version: 1.4.2
GA Compatibility version: 1.1
forge version: 14.23.5.2779 (required by railcraft)
sponge version: 2768-7.1.5 (highest version avaliable)

Note that without GA Compatibility (but with GA and GTCE) everything goes well

image

Assembly Line Outputs (Needs Circuits)

image

image

Normally this wouldn't be a problem due to the styrene butadiene rubber versus soldering alloy, however most players will probably build a large assembly line to handle multiple inputs and fluids. Would it be possible to add a programming circuit to differentiate?

Machines can't share output(Only tested with coke oven chute and faucet)

The coke oven faucet and chute, can't be shared between 2 multiblock structures, like you used to be able to with oldschool gregtech multiblocks. Only one of the connected machines will work, and all other machines connected to the outputs of the currently "working" coke oven stops working.

Crash :(

Crashes on gregtech ce github build

MAX Voltage Transfomer has inaccurate UV output

image

I was considering making a setup that could use superconductor wire to transfer power around the base, however I would need to transform it down sometimes, this transforms to a voltage that's still way beyond UV.

Combustible Gases not functioning in Gas Turbine

Methane and Hydrogen seem to have been moved to the Steam turbine. I think its an accident since they'd literally just sit in the turbine and accomplish nothing.

If this was a weirdly deliberate thing, can you please make it configurable? (And if you do so, you should rename or at least re-tooltip the Gas Turbine, which currently still claims it combusts flammable gases)

Config to put back fine wire into wiremill if cluster mill is disabled?

Seems like here https://github.com/EmosewaPixel/GregicAdditions/blob/d0967c31bee2d0e8debcad9b84201a77998e4e6a/src/main/java/gregicadditions/recipes/GAMachineRecipeRemoval.java#L58 fine wire is removed from the wiremill and added to the cluster mill. However there is no configs to add it back to the wiremill if clustermill is also disabled. Could you add configs to disable the recipe and add it back similar to how you allow configs to add back foils to metal bender?

Recipes don't allow use of plates from IC2

I noticed that when making Curved Iron Plates that I was not allowed to use IC2 plates but only the GregTech plates. The normal GregTech recipes allow you to use them so I'm assuming that it is a bug and not one of the features.
image
The recipe does not show "allows any plateBronze" with it being a GregicAdditions recipe.
image
The recipe does say "allows any plateBronze" with this being a normal GregTech crafting recipe.

Coke Oven Enhancements

  • Fix the Controller's texture not updating until given a chunk update
  • Fix the Coke Oven not having a progress bar in TOP
  • Add it to the side of its JEI tab

Make Clean Stainless Casings Non-Spawning

When setting up Distillation tower for refining, First tower will always have enemies spawning inside(kind of annoying in Gregblock pack, with not having spawn disabling torches..) This is due too size anything that has > 2 empty space height inside the multi-block will spawn mobs.

And tower needs too "lock" output, really annoying having them change all the time.

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.