Jump to content

HELP!!!


C and me

Recommended Posts

i need help with an error that read this:

 

The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Redstone Flux (redstoneflux)
 

Does anyone know what to do to fix this thanks :) 

Edited by C and me
could not read
Link to comment
Share on other sites

Also if your wondering the crash report is this:

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  FutureMC (future-mc-0.1.13.jar)
  AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  HCASM (HammerCore-1.12.2-2.0.6.7.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 1/23/20 6:40 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Redstone Flux (redstoneflux)
Caused by: java.lang.RuntimeException: 
RedstoneFlux has detected that the following OLD API classes from CoFHLib are being repacked!
    cofh.api.energy.ItemEnergyContainer, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.EnergyStorage, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyTransport, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.TileEnergyHandler, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyConnection, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyProvider, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyHandler, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyStorage, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyContainerItem, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyReceiver, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar

To prevent this crash, add "-Dcofh.rf.crashOnOldAPI=false" to your command line arguments.

    at cofh.redstoneflux.internal.OldAPIChecker.check(OldAPIChecker.java:64)
    at cofh.redstoneflux.RedstoneFlux.preInit(RedstoneFlux.java:18)
    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:637)
    at sun.reflect.GeneratedMethodAccessor8.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: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: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:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
    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(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 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 855418072 bytes (815 MB) / 1476395008 bytes (1408 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2847 115 mods loaded, 115 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.2847.jar                            | None                                     |
    | LCH   | forge                     | 14.23.5.2847             | forge-1.12.2-14.23.5.2847.jar                            | None                                     |
    | LCH   | openmodscore              | 0.12.2                   | minecraft.jar                                            | None                                     |
    | LCH   | futuremccore              | 0.1.12                   | minecraft.jar                                            | None                                     |
    | LCH   | charcoalblock             | 1.1                      | A+Block+of+Charcoal-1.2.jar                              | None                                     |
    | LCH   | flintblock                | 1.0                      | A+Block+of+Flint-1.0.jar                                 | None                                     |
    | LCH   | applecore                 | 3.2.0                    | AppleCore-mc1.12.2-3.2.0.jar                             | None                                     |
    | LCH   | jei                       | 4.15.0.291               | jei_1.12.2-4.15.0.291.jar                                | None                                     |
    | LCH   | appleskin                 | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                               | None                                     |
    | LCH   | ctm                       | MC1.12.2-1.0.1.30        | CTM-MC1.12.2-1.0.1.30.jar                                | None                                     |
    | LCH   | appliedenergistics2       | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar                     | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCH   | mantle                    | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                                 | None                                     |
    | LCH   | chisel                    | MC1.12.2-1.0.1.44        | Chisel-MC1.12.2-1.0.1.44.jar                             | None                                     |
    | LCH   | baubles                   | 1.5.2                    | Baubles-1.12-1.5.2.jar                                   | None                                     |
    | LCH   | thaumcraft                | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                         | None                                     |
    | LCH   | twilightforest            | 3.10.1013                | twilightforest-1.12.2-3.10.1013-universal.jar            | None                                     |
    | LCH   | tconstruct                | 1.12.2-2.13.0.171        | TConstruct-1.12.2-2.13.0.171.jar                         | None                                     |
    | LCH   | thedragonlib              | 1.12.2-5.3.0             | thedragonlib-1.12.2-5.3.0.jar                            | None                                     |
    | LCH   | armorplus                 | 1.12.2-11.26.1.65        | armorplus-1.12.2-11.26.1.65.jar                          | None                                     |
    | LCH   | bdsandm                   | 0.0.24                   | BarrelsDrumsStorageAndMore-0.0.24.jar                    | None                                     |
    | LCH   | codechickenlib            | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar            | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCE   | redstoneflux              | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar                  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | brandonscore              | 2.4.17                   | BrandonsCore-1.12.2-2.4.17.208-universal.jar             | None                                     |
    | LC    | ceramics                  | 1.12-1.3.7               | Ceramics-1.12-1.3.7.jar                                  | None                                     |
    | LC    | chancecubes               | 1.12.2-5.0.1.337         | ChanceCubes-1.12.2-5.0.1.337.jar                         | None                                     |
    | LC    | chickenchunks             | 2.4.2.74                 | ChickenChunks-1.12.2-2.4.2.74-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | chickens                  | 6.0.4                    | chickens-6.0.4.jar                                       | None                                     |
    | LC    | chiselsandbits            | 14.33                    | chiselsandbits-14.33.jar                                 | None                                     |
    | LC    | clumps                    | 3.1.2                    | Clumps-3.1.2.jar                                         | None                                     |
    | LC    | cofhcore                  | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar                   | None                                     |
    | LC    | cofhworld                 | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar                   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | conarm                    | 1.2.5.3                  | conarm-1.12.2-1.2.5.3.jar                                | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LC    | cucumber                  | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                                | None                                     |
    | LC    | custommainmenu            | 2.0.9.1                  | CustomMainMenu-MC1.12.2-2.0.9.1.jar                      | None                                     |
    | LC    | customstartinggear        | 1.2.0                    | CustomStartingGear-1.12-1.2.0.9-universal.jar            | None                                     |
    | LC    | cyclopscore               | 1.6.0                    | CyclopsCore-1.12.2-1.6.0.jar                             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LC    | thermalfoundation         | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | draconicevolution         | 2.3.24                   | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar       | None                                     |
    | LC    | mocreatures               | 12.0.5                   | DrZharks+MoCreatures+Mod-12.0.5.jar                      | None                                     |
    | LC    | csb_ench_table            | 1.1.3                    | EnchantingTable-1.12-1.1.3.jar                           | None                                     |
    | LC    | endercore                 | 1.12.2-0.5.73            | EnderCore-1.12.2-0.5.73.jar                              | None                                     |
    | LC    | enderstorage              | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | projecte                  | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                              | None                                     |
    | LC    | equivalentenergistics     | 0.8.3                    | EquivalentEnergistics-1.12.2-PE_1.3.1B-AE2_RV6-0.8.3.jar | None                                     |
    | LC    | hammercore                | 2.0.6.7                  | HammerCore-1.12.2-2.0.6.7.jar                            | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LC    | expequiv                  | 13r                      | ExpandedEquivalence-1.12.2-13r.jar                       | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LC    | extrautils2               | 1.0                      | extrautils2-1.12-1.9.9.jar                               | None                                     |
    | LC    | flatcoloredblocks         | mc1.12-6.8               | flatcoloredblocks-mc1.12-6.8.jar                         | None                                     |
    | LC    | flopper                   | 1.0.3                    | Flopper-1.12.2-1.0.3.jar                                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LC    | forgemultipartcbe         | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar             | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | microblockcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar             | None                                     |
    | LC    | minecraftmultipartcbe     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar             | None                                     |
    | LC    | forgivingvoid             | 1.1.0                    | ForgivingVoid_1.12.2-1.1.0.jar                           | None                                     |
    | LC    | ftblib                    | 5.4.4.5                  | FTBLib-5.4.4.5.jar                                       | None                                     |
    | LC    | itemfilters               | 1.0.3.12                 | ItemFilters-1.0.3.12.jar                                 | None                                     |
    | LC    | ftbquests                 | 1.8.0.237                | FTBQuests-1.8.0.237.jar                                  | None                                     |
    | LC    | minecraftfuture           | 0.1.13                   | future-mc-0.1.13.jar                                     | None                                     |
    | LC    | ichunutil                 | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                               | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | hats                      | 7.1.0                    | Hats-1.12.2-7.1.0.jar                                    | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | hatstand                  | 7.1.0                    | HatStand-1.12.2-7.1.0.jar                                | None                                     |
    | LC    | headcrumbs                | 2.0.4                    | Headcrumbs-1.12.2-2.0.5.17.jar                           | None                                     |
    | LC    | inventorypets             | 2.0.3                    | inventorypets-1.12-2.0.3.jar                             | None                                     |
    | LC    | ironchest                 | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                          | None                                     |
    | LC    | lootbags                  | 2.5.8.5                  | LootBags-1.12.2-2.5.8.5.jar                              | None                                     |
    | LC    | slabmachines              | 1.0.6                    | Slab_Machines-1.0.6.jar                                  | None                                     |
    | LC    | mcmultipart               | 2.5.3                    | MCMultiPart-2.5.3.jar                                    | None                                     |
    | LC    | minicoal                  | 1.0                      | minicoal-1.12.2-1.0.jar                                  | None                                     |
    | LC    | moartinkers               | 0.6.0                    | moartinkers-0.6.0.jar                                    | None                                     |
    | LC    | modnametooltip            | 1.10.1                   | modnametooltip_1.12.2-1.10.1.jar                         | None                                     |
    | LC    | morph                     | 7.1.3                    | Morph-1.12.2-7.1.3.jar                                   | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | mrtjpcore                 | 2.1.4.43                 | MrTJPCore-1.12.2-2.1.4.43-universal.jar                  | None                                     |
    | LC    | mysticalagriculture       | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar                     | None                                     |
    | LC    | mysticalagradditions      | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar                    | None                                     |
    | LC    | natura                    | 1.12.2-4.3.2.69          | natura-1.12.2-4.3.2.69.jar                               | None                                     |
    | LC    | netherendingores          | 1.12.2-1.3               | Netherending-Ores-1.12.2-1.3.jar                         | None                                     |
    | LC    | norecipebook              | 1.2.1                    | noRecipeBook_v1.2.2formc1.12.2.jar                       | None                                     |
    | LC    | openmods                  | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                            | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LC    | openblocks                | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                              | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LC    | oreberries                | 0.5.0                    | oreberries-1.12.x-0.5.0.jar                              | None                                     |
    | LC    | oreexcavation             | 1.4.143                  | OreExcavation-1.4.143.jar                                | None                                     |
    | LC    | harvestcraft              | 1.12.2zb                 | Pam's+HarvestCraft+1.12.2zf.jar                          | None                                     |
    | LC    | portablecrafting          | @VERSION@                | PortableCrafting-1.12.2-1.0.2.jar                        | None                                     |
    | LC    | portalgun                 | 7.1.0                    | PortalGun-1.12.2-7.1.0.jar                               | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | thermalexpansion          | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | projecteintegration       | 1.12.2                   | ProjectEIntegration-1.12.2-2.3.1.jar                     | 342c9251777bda1ef9b9f1cb1387c2bd4d06cd78 |
    | LC    | projectred-core           | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-Base.jar                     | None                                     |
    | LC    | projectred-compat         | 1.0                      | ProjectRed-1.12.2-4.9.4.120-compat.jar                   | None                                     |
    | LC    | projectred-integration    | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar              | None                                     |
    | LC    | projectred-transmission   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar              | None                                     |
    | LC    | projectred-fabrication    | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-fabrication.jar              | None                                     |
    | LC    | projectred-illumination   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-lighting.jar                 | None                                     |
    | LC    | projectred-expansion      | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar               | None                                     |
    | LC    | projectred-relocation     | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar               | None                                     |
    | LC    | projectred-transportation | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar               | None                                     |
    | LC    | projectred-exploration    | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-world.jar                    | None                                     |
    | LC    | redstonearsenal           | 2.6.3                    | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | redstonepaste             | 1.7.5                    | redstonepaste-mc1.12-1.7.5.jar                           | None                                     |
    | LC    | roost                     | 2.0.10                   | roost-1.12.2-2.0.10.jar                                  | None                                     |
    | LC    | scp                       | 2.1.1                    | SCP+Lockdown-1.12.2-2.1.1-beta.jar                       | None                                     |
    | LC    | sit                       | v1.3                     | sit-1.12.2-v1.3.jar                                      | None                                     |
    | LC    | thaumicequivalence        | 1.12.2-1.0.5             | ThaumicEquivalence-1.12.2-1.0.5.jar                      | None                                     |
    | LC    | thaumictinkerer           | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar                   | None                                     |
    | LC    | thermalcultivation        | 0.3.3                    | ThermalCultivation-1.12.2-0.3.3.12-universal.jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | thermaldynamics           | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | thermalinnovation         | 0.3.3                    | ThermalInnovation-1.12.2-0.3.3.12-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | tinkersaddons             | 1.0.7                    | Tinkers'+Addons-1.12.1-1.0.7.jar                         | None                                     |
    | LC    | tcomplement               | 1.12.2-0.4.3             | TinkersComplement-1.12.2-0.4.3.jar                       | None                                     |
    | LC    | tinkertoolleveling        | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                      | None                                     |
    | LC    | tp                        | 3.2.34                   | tinyprogressions-1.12.2-3.3.34-Release.jar               | None                                     |
    | LC    | torohealthmod             | 1.12.2-11                | torohealth-1.12.2-11.jar                                 | None                                     |
    | LC    | trashslot                 | 8.4.10                   | TrashSlot_1.12.2-8.4.10.jar                              | None                                     |
    | LC    | uppers                    | 0.0.6                    | Uppers-0.0.6.jar                                         | None                                     |
    | LC    | wawla                     | 2.5.273                  | Wawla-1.12.2-2.5.273.jar                                 | d476d1b22b218a10d845928d1665d45fce301b27 |

    Loaded coremods (and transformers): 
FutureMC (future-mc-0.1.13.jar)
  thedarkcolour.futuremc.asm.CoreTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  team.chisel.ctm.client.asm.CTMTransformer
HCASM (HammerCore-1.12.2-2.0.6.7.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  net.fybertech.nwr.NWRTransformer
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - chiselsandbitsIntegration (Enabled/Not Forced)

    HammerCore Debug Information: 
Dependent Mods:
    -Expanded Equivalence (expequiv) @13r

    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)

    Pulsar/tcomplement loaded Pulses: 
        - ModuleCommons (Enabled/Forced)
        - ModuleMelter (Enabled/Not Forced)
        - ModuleArmor (Enabled/Not Forced)
        - ModuleSteelworks (Enabled/Not Forced)
        - CeramicsPlugin (Enabled/Not Forced)
        - ChiselPlugin (Enabled/Not Forced)
        - ToolLevelingPlugin (Enabled/Not Forced)
        - Oredict (Enabled/Forced)
 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
    • OLXTOTO adalah situs bandar togel online resmi terbesar dan terpercaya di Indonesia. Bergabunglah dengan OLXTOTO dan nikmati pengalaman bermain togel yang aman dan terjamin. Koleksi toto 4D dan togel toto terlengkap di OLXTOTO membuat para member memiliki pilihan taruhan yang lebih banyak. Sebagai situs togel terpercaya, OLXTOTO menjaga keamanan dan kenyamanan para membernya dengan sistem keamanan terbaik dan enkripsi data. Transaksi yang cepat, aman, dan terpercaya merupakan jaminan dari OLXTOTO. Nikmati layanan situs toto terbaik dari OLXTOTO dengan tampilan yang user-friendly dan mudah digunakan. Layanan pelanggan tersedia 24/7 untuk membantu para member. Bergabunglah dengan OLXTOTO sekarang untuk merasakan pengalaman bermain togel yang menyenangkan dan menguntungkan.
    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
    • BD303 merupakan salah satu situs slot mudah scatter paling populer dan digemari oleh kalangan slot online di tahun 2024 mainkan sekarang dengan kesempatan yang mudah menang jackpot jutaan rupiah.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.