Kotori316 / QuarryPlus

Advanced mining machines for Minecraft.
https://www.curseforge.com/minecraft/mc-mods/additional-enchanted-miner
GNU Lesser General Public License v3.0
57 stars 14 forks source link

Suggestions #25

Closed TheBlueEyeOfEnder closed 6 years ago

TheBlueEyeOfEnder commented 6 years ago

I have a couple of requests, what about an addon for the Quarry that's kind of like the pump, but it pulls in experience instead, like you know how if you mine the material with a regular pickaxe you can get the experience per item you mine, well for example the Quarry could be mining items, some items would need the auto-smelt enchantment to get the experience like Iron for example where that item has to be smelted, but other items that don't need to be smelted the quarry could get the experience whether it has the enchantment or not and the Insight enchantment from Thermal Foundation could stack onto that. But the only way the quarry would mine with experience is if you had that specific block hooked up to it, like how the pumpplus works with the Quarry. Lastly, the Experience could be collected from the XP Block by right clicking on it. Oh, and can you make the Spawner Controller compatible with modded spawners like Draconic Evolution's Stabilized Mob Spawner, the auto-spawner from Industrial foregoing, and Ender IO's Powered Spawner? Also, lastly could you make an option for the Chunk Destroyer to save the bedrock it mines into it's Inventory(Configurable of course)? Please and thank you. I love your mod.

Kotori316 commented 6 years ago

I enabled ChunkDestroyer to collect bedrock in 0.9.10. See https://gist.github.com/Kotori316/5a05cfd5b0e42d26dde0072af754098b You must add config entry "CollectBedrock" manually.

TheBlueEyeOfEnder commented 6 years ago

As always, I appreciate you taking suggestions and implementing them. Thank you. Also, I like how you made Silk Touch a requirement for grabbing bedrock, that's really cool.

Kotori316 commented 6 years ago

The work will be finished soon, but the jar file will be available next week.

TheBlueEyeOfEnder commented 6 years ago

All right, thanks.

Kotori316 commented 6 years ago

I'm sorry that I will add ExpPump, which collects xp from Coal Ore and Redstone Ore, but I won't add the Spawner Controller compatible because there are ways to change the content of DE's spawner and Ender IO's powered spwaner and it takes too long time to implement spawner compatibility for each mods.

TheBlueEyeOfEnder commented 6 years ago

That's fine. I have figured out a way to circumvent that issue, by just using the Spawner Controller on a Vanilla Spawner, then turning that spawner into a DE Spawner and picking it up with a Mekanism cardboard box. So that's not an issue. As far as the XP Pump goes, is it going to be compatible with the quarry with the auto-smelt enchantment so it can get the XP from all ores?

Kotori316 commented 6 years ago

No. I read sorce code of Ender Core and I found auto-smelt spawns exporb only when block is mined by real player (not machine's fake player). For the same reason, XP Boost does nothing. TD's smelting doesn't spawn exporb even if block is mined by real player. I think TD's Insight will work fine.

TheBlueEyeOfEnder commented 6 years ago

Oh.

Kotori316 commented 6 years ago

Added chance to get exp when auto smelted. Now 0.9.11 is available.

TheBlueEyeOfEnder commented 6 years ago

I'm getting this for an error, did you change the version of forge you're using for QuarryPlus?

---- Minecraft Crash Report ----

WARNING: coremods are present: EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar) ForgelinPlugin (Forgelin-1.7.4.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) EECore (ExpandedEquivalence-1.12.2-10a.jar) HCASM (HammerCore-1.12.2-2.0.1.2.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar) GottaGoFastLoader (gottagofast-1.1.jar) Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 8/16/18 1:06 PM Description: Initializing game

java.lang.NullPointerException: Initializing game at gigaherz.guidebook.guidebook.client.BookRegistry.parseAllBooks(BookRegistry.java:88) at gigaherz.guidebook.guidebook.client.BookBakedModel$ModelLoader.func_110549_a(BookBakedModel.java:191) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) at net.minecraftforge.client.model.ModelLoaderRegistry.registerLoader(ModelLoaderRegistry.java:74) at gigaherz.guidebook.client.ClientProxy.registerModels(ClientProxy.java:40) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_338_ClientProxy_registerModels_ModelRegistryEvent.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.fml.client.FMLClientHandler.fireSidedRegistryEvents(FMLClientHandler.java:1056) at net.minecraftforge.fml.common.FMLCommonHandler.fireSidedRegistryEvents(FMLCommonHandler.java:758) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:246) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) 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:

-- Head -- Thread: Client thread Stacktrace: at gigaherz.guidebook.guidebook.client.BookRegistry.parseAllBooks(BookRegistry.java:88) at gigaherz.guidebook.guidebook.client.BookBakedModel$ModelLoader.func_110549_a(BookBakedModel.java:191) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) at net.minecraftforge.client.model.ModelLoaderRegistry.registerLoader(ModelLoaderRegistry.java:74) at gigaherz.guidebook.client.ClientProxy.registerModels(ClientProxy.java:40) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_338_ClientProxy_registerModels_ModelRegistryEvent.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.fml.client.FMLClientHandler.fireSidedRegistryEvents(FMLClientHandler.java:1056) at net.minecraftforge.fml.common.FMLCommonHandler.fireSidedRegistryEvents(FMLCommonHandler.java:758) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:246) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- 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:497) 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: 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: 774582352 bytes (738 MB) / 2415919104 bytes (2304 MB) up to 6442450944 bytes (6144 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2739 Optifine OptiFine_1.12.2_HD_U_E1 122 mods loaded, 122 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                                |
|:----- |:--------------------------------- |:---------------------- |:---------------------------------------------------- |:---------------------------------------- |
| UCH   | minecraft                         | 1.12.2                 | minecraft.jar                                        | None                                     |
| UCH   | mcp                               | 9.42                   | minecraft.jar                                        | None                                     |
| UCH   | FML                               | 8.0.99.99              | forge-1.12.2-14.23.4.2739.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                             | 14.23.4.2739           | forge-1.12.2-14.23.4.2739.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | gottagofast                       | 1.1                    | gottagofast-1.1.jar                                  | None                                     |
| UCH   | quarryplus                        | 0.9.11                 | AdditionalEnchantedMiner-1.12.2-0.9.11-universal.jar | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
| UCH   | appliedenergistics2               | rv5-stable-11          | appliedenergistics2-rv5-stable-11.jar                | None                                     |
| UCH   | codechickenlib                    | 3.2.0.345              | CodeChickenLib-1.12.2-3.2.0.345-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | avaritia                          | 3.2.0                  | Avaritia-1.12.2-3.2.0.25-universal.jar               | None                                     |
| UCH   | avaritiatweaks                    | 1.12.2-1.1             | AvaritiaTweaks-1.12.2-1.1.jar                        | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCH   | crafttweaker                      | 4.1.9                  | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UCH   | mtlib                             | 3.0.5                  | MTLib-3.0.5.jar                                      | None                                     |
| UCH   | modtweaker                        | 4.0.12                 | modtweaker-4.0.12.jar                                | None                                     |
| UCH   | jei                               | 4.11.0.206             | jei_1.12.2-4.11.0.206.jar                            | None                                     |
| UCH   | base                              | 3.10.0                 | base-1.12.2-3.10.0.jar                               | None                                     |
| UCH   | baubles                           | 1.5.2                  | Baubles-1.12-1.5.2.jar                               | None                                     |
| UCH   | biomesoplenty                     | 7.0.1.2384             | BiomesOPlenty-1.12.2-7.0.1.2384-universal.jar        | None                                     |
| UCH   | blockdropstweaker                 | 2.4                    | BlockDropsTweaker-1.12.2-2.4.jar                     | None                                     |
| UCH   | redstoneflux                      | 2.0.2                  | RedstoneFlux-1.12-2.0.2.3-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | brandonscore                      | 2.4.4                  | BrandonsCore-1.12.2-2.4.4.173-universal.jar          | None                                     |
| UCH   | capsule                           | 1.12.2-3.1.69          | Capsule-1.12.2-3.1.69.jar                            | None                                     |
| UCH   | chameleon                         | 1.12-4.1.3             | Chameleon-1.12-4.1.3.jar                             | None                                     |
| UCH   | chesttransporter                  | 2.8.8                  | ChestTransporter-1.12.2-2.8.8.jar                    | None                                     |
| UCH   | chickenchunks                     | 2.4.0.70               | ChickenChunks-1.12-2.4.0.70-universal.jar            | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | ctm                               | MC1.12.2-0.3.2.18      | CTM-MC1.12.2-0.3.2.18.jar                            | None                                     |
| UCH   | chisel                            | MC1.12.2-0.2.0.31      | Chisel-MC1.12.2-0.2.0.31.jar                         | None                                     |
| UCH   | cofhcore                          | 4.5.3                  | CoFHCore-1.12.2-4.5.3.20-universal.jar               | None                                     |
| UCH   | cofhworld                         | 1.2.0                  | CoFHWorld-1.12.2-1.2.0.5-universal.jar               | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | combustfish                       | 1.0.3.2                | combustfish-1.12.2-1.0.3.2.jar                       | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCH   | ctgui                             | 1.0.0                  | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UCH   | crafttweakerjei                   | 2.0.2                  | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UCH   | cucumber                          | 1.1.1                  | Cucumber-1.12.2-1.1.1.jar                            | None                                     |
| UCH   | cyberware                         | 0.2.10.12              | cyberware-1.12.2-0.2.10.12.jar                       | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCH   | endercore                         | 1.12.2-0.5.35          | EnderCore-1.12.2-0.5.35.jar                          | None                                     |
| UCH   | thermalfoundation                 | 2.5.0                  | ThermalFoundation-1.12.2-2.5.0.19-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | draconicevolution                 | 2.3.13                 | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar   | None                                     |
| UCH   | thermalexpansion                  | 5.5.0                  | ThermalExpansion-1.12.2-5.5.0.29-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | enderio                           | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | mantle                            | 1.12-1.3.2.24          | Mantle-1.12-1.3.2.24.jar                             | None                                     |
| UCH   | projecte                          | 1.12-PE1.3.1B          | ProjectE-1.12-PE1.3.1B.jar                           | None                                     |
| UCH   | enderiointegrationtic             | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | tconstruct                        | 1.12.2-2.10.1.87       | TConstruct-1.12.2-2.10.1.87.jar                      | None                                     |
| UCH   | tesla                             | 1.0.63                 | Tesla-1.12.2-1.0.63.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | p455w0rdslib                      | 2.0.29                 | p455w0rdslib-1.12-2.0.29.jar                         | None                                     |
| UCH   | theoneprobe                       | 1.4.22                 | theoneprobe-1.12-1.4.22.jar                          | None                                     |
| UCH   | danknull                          | 1.4.33                 | DankNull-1.12-1.4.33.jar                             | None                                     |
| UCH   | eiorteis                          | 1.12.2-3.0             | eiorteis-3.0.jar                                     | None                                     |
| UCH   | enderiobase                       | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderioconduits                   | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderioconduitsappliedenergistics | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | storagedrawers                    | 1.12-5.3.5             | StorageDrawers-1.12.2-5.3.6.jar                      | None                                     |
| UCH   | refinedstorage                    | 1.5.34                 | refinedstorage-1.5.34.jar                            | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCH   | enderioconduitsopencomputers      | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderioconduitsrefinedstorage     | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderiointegrationforestry        | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderiointegrationticlate         | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderiomachines                   | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderiopowertools                 | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                            | None                                     |
| UCH   | enderstorage                      | 2.4.2.126              | EnderStorage-1.12.2-2.4.2.126-universal.jar          | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | equivalentenergistics             | 0.8.2                  | EquivalentEnergistics-1.12.2-0.8.2.jar               | None                                     |
| UCH   | erebus                            | 1.0.22                 | Erebus-1.0.22.jar                                    | None                                     |
| UCH   | wanionlib                         | 1.12.2-1.5             | WanionLib-1.12.2-1.5.jar                             | None                                     |
| UCH   | eternalsingularity                | 1.12.2-.1.0.5          | eternalsingularity-1.12.2-1.0.5.jar                  | None                                     |
| UCH   | mekanism                          | 1.12.2-9.4.13.349      | Mekanism-1.12.2-9.4.13.349.jar                       | None                                     |
| UCH   | immersiveengineering              | 0.12-84                | ImmersiveEngineering-0.12-84.jar                     | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | exchangers                        | 1.12.2-2.7.3           | Exchangers-1.12.2-2.7.3.jar                          | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCH   | hammercore                        | 2.0.1.2                | HammerCore-1.12.2-2.0.1.2.jar                        | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCH   | expequiv                          | 10a                    | ExpandedEquivalence-1.12.2-10a.jar                   | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCH   | extrautils2                       | 1.0                    | extrautils2-1.12-1.7.6.jar                           | None                                     |
| UCH   | fastleafdecay                     | v14                    | FastLeafDecay-v14.jar                                | None                                     |
| UCH   | finite-water-control              | 1.0                    | finite-water-control-1.12-1.0.jar                    | None                                     |
| UCH   | forgelin                          | 1.7.4                  | Forgelin-1.7.4.jar                                   | None                                     |
| UCH   | forgemultipartcbe                 | 2.4.2.60               | ForgeMultipart-1.12.2-2.4.2.60-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | microblockcbe                     | 2.4.2.60               | ForgeMultipart-1.12.2-2.4.2.60-universal.jar         | None                                     |
| UCH   | minecraftmultipartcbe             | 2.4.2.60               | ForgeMultipart-1.12.2-2.4.2.60-universal.jar         | None                                     |
| UCH   | immersivepetroleum                | 1.1.9                  | immersivepetroleum-1.12.2-1.1.9.jar                  | None                                     |
| UCH   | teslacorelib                      | 1.0.15                 | tesla-core-lib-1.12.2-1.0.15.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | industrialforegoing               | 1.12.2-1.12.2          | industrialforegoing-1.12.2-1.10.7-204.jar            | None                                     |
| UCH   | industrialmeat                    | 1.12-1.0.2             | industrialmeat-1.12-1.0.2.jar                        | None                                     |
| UCH   | infinity                          | 0.10                   | Infinity-0.10.jar                                    | None                                     |
| UCH   | mysticalagriculture               | 1.6.12                 | mysticalagriculture-1.12-1.6.12.jar                  | None                                     |
| UCH   | mysticalagradditions              | 1.2.8                  | mysticalagradditions-1.12-1.2.8.jar                  | None                                     |
| UCH   | integrationforegoing              | 1.12.2-1.7.3           | IntegrationForegoing-1.12.2-1.7.3.jar                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCH   | jaopca                            | 1.12.2-2.2.8.91        | JAOPCA-1.12.2-2.2.8.91.jar                           | None                                     |
| UCH   | oredictinit                       | 1.12.2-2.2.1.68        | JAOPCA-1.12.2-2.2.8.91.jar                           | None                                     |
| UCH   | kleeslabs                         | 5.4.10                 | KleeSlabs_1.12.2-5.4.10.jar                          | None                                     |
| UCH   | mystcraft                         | 0.13.6.00              | mystcraft-1.12.2-0.13.6.00.jar                       | None                                     |
| UCH   | gbook                             | 2.6.5                  | Guidebook-1.12.2-2.6.5.jar                           | None                                     |
| UCH   | ltta                              | 1.2.3                  | ltta-1.12.2-1.2.3.jar                                | None                                     |
| UCH   | mekanismgenerators                | 9.4.11                 | MekanismGenerators-1.12.2-9.4.13.349.jar             | None                                     |
| UCH   | mekanismtools                     | 9.4.11                 | MekanismTools-1.12.2-9.4.13.349.jar                  | None                                     |
| UCH   | resourceloader                    | 1.5.3                  | ResourceLoader-MC1.12.1-1.5.3.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCH   | mekatweaker                       | 1.1                    | mekatweaker-1.12-1.1.jar                             | None                                     |
| UCH   | mob_grinding_utils                | 0.3.7                  | MobGrindingUtils-0.3.7.jar                           | None                                     |
| UCH   | mystagradcompat                   | 1.2                    | mystagradcompat-1.2.jar                              | None                                     |
| UCH   | netherendingores                  | 1.12.2-1.2             | Netherending-Ores-1.12.2-1.2.jar                     | None                                     |
| UCH   | terracore                         | 2.1.13                 | TerraCore-1.12-2.1.13.jar                            | None                                     |
| UCH   | netherutils                       | 1.12-1.4.22            | NetherUtils-1.12-1.4.22.jar                          | None                                     |
| UCH   | recipehandler                     | 0.10                   | NoMoreRecipeConflict-0.10(1.12.2).jar                | None                                     |
| UCH   | norecipebook                      | 1.2.1                  | noRecipeBook_v1.2.2formc1.12.2.jar                   | None                                     |
| UCH   | omlib                             | 3.0.0-143              | omlib-1.12.2-3.0.0-143.jar                           | None                                     |
| UCH   | openmodularturrets                | 3.0.0-248              | openmodularturrets-1.12.2-3.0.0-248.jar              | None                                     |
| UCH   | placebo                           | 1.4.0                  | Placebo-1.12.2-1.4.0.jar                             | None                                     |
| UCH   | primitivemobs                     | 1.1.6                  | primitivemobs-1.1.6_beta.jar                         | None                                     |
| UCH   | randomtweaks                      | 1.12.2-2.1.2.1         | randomtweaks-1.12.2-2.1.2.1.jar                      | None                                     |
| UCH   | reborncore                        | 3.9.3.324              | RebornCore-1.12.2-3.9.3.324-universal.jar            | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | rebornstorage                     | 1.0.0                  | RebornStorage-1.12.2-3.1.0.50.jar                    | None                                     |
| UCH   | redstonearsenal                   | 2.5.1                  | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | refined_avaritia                  | 2.0                    | refined_avaritia-1.12.2-2.0.jar                      | None                                     |
| UCH   | refinedstorageaddons              | 0.3                    | refinedstorageaddons-0.3.jar                         | None                                     |
| UCH   | simplyenchanting                  | 1.0.3                  | SimplyEnchanting-1.12-1.0.3.jar                      | None                                     |
| UCH   | thermaldynamics                   | 2.5.1                  | ThermalDynamics-1.12.2-2.5.1.14-universal.jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | simplyjetpacks                    | 2.2.7.45               | SimplyJetpacks2-1.12.2-2.2.7.45.jar                  | None                                     |
| UCH   | tinkertoolleveling                | 1.12-1.0.4.DEV.5d716b9 | TinkerToolLeveling-1.12-1.0.4.jar                    | None                                     |
| UCH   | topaddons                         | 1.12.2-1.6.0           | topaddons-1.12.2-1.6.0.jar                           | None                                     |
| UCH   | torcherino                        | 7.2                    | torcherino-7.2.jar                                   | None                                     |
| UCH   | translocators                     | 2.5.0.70               | Translocators-1.12.2-2.5.0.70-universal.jar          | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | virtualmachines                   | 1.12.2-1.0.0.2-CUSTOM  | VirtualMachines-1.12.2-1.0.0.4.jar                   | None                                     |
| UCH   | xaerominimap                      | 1.14.9.1               | Xaeros_Minimap_1.14.9.1_Forge_1.12.jar               | None                                     |
| UCH   | teslacorelib_registries           | 1.0.15                 | tesla-core-lib-1.12.2-1.0.15.jar                     | None                                     |
| UCH   | unidict                           | 1.12.2-2.5f            | UniDict-1.12.2-2.5f.jar                              | None                                     |
| UCH   | wrapup                            | 1.12-1.1.3             | WrapUp-1.12-1.1.3.jar                                | None                                     |

Loaded coremods (and transformers): 

EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher ForgelinPlugin (Forgelin-1.7.4.jar)

CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer EECore (ExpandedEquivalence-1.12.2-10a.jar) com.zeitheron.expequiv.core.EETransformer HCASM (HammerCore-1.12.2-2.0.1.2.jar) com.zeitheron.hammercore.asm.HammerCoreTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer GottaGoFastLoader (gottagofast-1.1.jar) com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13492 Compatibility Profile Context 22.19.677.257' Renderer: 'Radeon (TM) RX 480 Graphics' AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554 Pulsar/tconstruct loaded Pulses:

Kotori316 commented 6 years ago

Try this. I removed calling class "Launch" before preInit. AdditionalEnchantedMiner-1.12.2-0.9.12-universal.zip

TheBlueEyeOfEnder commented 6 years ago

Sorry, it was a small oversight on my end, I thought it was the mod, but I realized too late it was Extra Utilities and forgot to update the issue on this end.