ForestryMC / Binnie

Minecraft addons for the Forestry mod. Extra Bees, Extra Trees, Genetics, and more.
https://minecraft.curseforge.com/projects/binnies-mods
Other
69 stars 78 forks source link

Crash with Dimensional Control in 1.12 #273

Closed mcfilmmakers closed 6 years ago

mcfilmmakers commented 6 years ago

Forge 2442 is blaming Binnies Mods for a crash that occurs when Dimensional Control is installed in my modpack. Without Dimensional Control, the pack loads fine with Binnies Mods but there appears to be an issue between these two mods. I can't paste my full crash log because there are too many lines but here's where the crash begins:

`[20:00:22] [main/FATAL] [FML]: The following problems were captured during this phase [20:00:22] [main/ERROR] [FML]: Caught exception from extratrees (java.lang.NullPointerException) [20:00:22] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----

WARNING: coremods are present: BCModPlugin (zz-backpacks 1.12 - 3.2.1.jar) AstralCore (astralsorcery-1.12-1.6.1.jar) ForgelinPlugin (Forgelin-1.5.1.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.106.jar) HammerCoreCore (HammerCore-1.12-1.9.3.8.jar) DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.6.1.jar) IELoadingPlugin (ImmersiveEngineering-0.12-70.jar) CoreModLoader (Sound-Physics-1.12.jar) MalisisCorePlugin (malisiscore-1.12-6.0.3.jar) CoreModLoader (applied-llamagistics-1.12-rv5-beta-5.jar) ShoulderPlugin (ShoulderSurfing-1.12.1-1.4.jar) ViesCraftTweakerCore (ViesCraftTweaker-1.12-2.0.6.jar) DLFMLCorePlugin (DynamicLights-1.12.jar) Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.4-1.12-anarchy.jar) LibrarianLib Plugin (librarianlib-4.0.jar) BNBGamingCore (BNBGamingCore-1.12-0.0.1.jar) ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.0.2.jar) DummyPlugin (ForgeEndertech-1.12-3.0.0.0-build.0002.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.1.8.jar) CTMCorePlugin (CTM-MC1.12-0.2.1.5.jar) BlurPlugin (Blur-1.0.3-13.jar) LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar) Plugin (NotEnoughIDs-1.5.4.1.jar) Contact their authors BEFORE contacting forge

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

Time: 8/16/17 8:00 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 Binnie's Extra Trees (extratrees) Caused by: java.lang.NullPointerException at com.bloodnbonesgaming.dimensionalcontrol.events.CoreEventHandler.onRegisterWorldPre(CoreEventHandler.java:28) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1206_CoreEventHandler_onRegisterWorldPre_Pre.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) at com.bloodnbonesgaming.bnbgamingcore.events.BNBEventFactory.onRegisterWorldPre(BNBEventFactory.java:51) at net.minecraft.world.WorldProvider.func_76558_a(WorldProvider.java:37) at binnie.core.util.FakeCraftingWorld.(FakeCraftingWorld.java:34) at binnie.core.util.FakeCraftingWorld.getInstance(FakeCraftingWorld.java:40) at binnie.extratrees.machines.lumbermill.recipes.LumbermillRecipeManager.calculateProducts(LumbermillRecipeManager.java:56) at binnie.extratrees.modules.ModuleMachine.init(ModuleMachine.java:75) at binnie.core.modules.ModuleContainer.runInit(ModuleContainer.java:51) at binnie.core.modules.BlankModuleContainer.init(BlankModuleContainer.java:26) at binnie.extratrees.ExtraTrees.init(ExtraTrees.java:64) 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:614) at sun.reflect.GeneratedMethodAccessor4.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:252) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230) 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:147) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:781) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:343) 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(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) 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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) at org.multimc.EntryPoint.listen(EntryPoint.java:162) at org.multimc.EntryPoint.main(EntryPoint.java:53)

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

-- System Details -- Details: Minecraft Version: 1.12 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_131, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2536750016 bytes (2419 MB) / 7985954816 bytes (7616 MB) up to 10737418240 bytes (10240 MB) JVM Flags: 9 total; -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx10240m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.40 Powered by Forge 14.21.1.2442 306 mods loaded, 306 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHI minecraft{1.12} [Minecraft] (minecraft.jar) UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2442-universal.jar) UCHI forge{14.21.1.2442} [Minecraft Forge] (forge-1.12-14.21.1.2442-universal.jar) UCHI appliedenergistics2-core{rv5-beta-5} [Applied Llamagistics Core] (minecraft.jar) UCHI ivtoolkit{1.3.3-1.12} [IvToolkit] (minecraft.jar) UCHI backpacks16840{3.2.1} [Backpacks!] (zz-backpacks 1.12 - 3.2.1.jar) UCHI bnbgamingcore{@VERSION@} [BnBGamingCore] (minecraft.jar) UCHI foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) UCHI securitycraft{v1.8.2.3-hotfix} [SecurityCraft] ([1.12] SecurityCraft v1.8.2.3-hotfix.jar) UCHI crafttweaker{4.0.2} [CraftTweaker2] (CraftTweaker2-1.12-4.0.2.jar) UCHI mtlib{@VERSION@} [MTLib] (MTLib-3.0.0.jar) UCHI modtweaker{4.0.1} [Mod Tweaker] (modtweaker-4.0.1.jar) UCHI jei{4.7.5.87} [Just Enough Items] (jei_1.12.1-4.7.5.87.jar) UCHI abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.12-1.9.4-pre-4.jar) UCHI chisel{MC1.12-0.0.13.14} [Chisel] (Chisel-MC1.12-0.0.13.14.jar) UCHI mantle{1.12-1.3.1.18} [Mantle] (Mantle-1.12-1.3.1.18.jar) UCHI tconstruct{1.12-2.7.2.19} [Tinkers' Construct] (TConstruct-1.12-2.7.2.19.jar) UCHI acintegration{1.5.0} [AbyssalCraft Integration] (AbyssalCraft Integration-1.12-1.5.0.jar) UCHI actuallyadditions{1.12-r117} [Actually Additions] (ActuallyAdditions-1.12-r117.jar) UCHI baubles{1.5.1} [Baubles] (Baubles-1.12-1.5.1.jar) UCHI actuallybaubles{1.1} [Actually Baubles] (ActuallyBaubles-1.12-1.1.jar) UCHI forgeendertech{1.12-3.0.0.0} [Forge Endertech] (ForgeEndertech-1.12-3.0.0.0-build.0002.jar) UCHI adchimneys{1.12-3.0.0.0} [Advanced Chimneys] (AdChimneys-1.12-3.0.0.0-build.0002.jar) UCHI adhooks{1.12-3.0.0.0} [Advanced Hook Launchers] (AdHooks-1.12-3.0.0.0-build.0002.jar) UCHI akashictome{1.2-9} [Akashic Tome] (AkashicTome-1.2-9.jar) UCHI ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.7 mc1.12.jar) UCHI anima{0.2.1} [Anima Mundi] (anima-1.12-0.2.1.jar) UCHI antiqueatlas{4.4.4} [Antique Atlas] (antiqueatlas-1.12-4.4.4.jar) UCHI antiqueatlasoverlay{1.2} [Antique Atlas Overlay] (antiqueatlas-1.12-4.4.4.jar) UCHI aperture{1.0} [Aperture] (aperture-1.0-1.12.jar) UCHI ic2{2.8.14-ex112} [IndustrialCraft 2] (industrialcraft-2-2.8.14-ex112.jar) UCHI codechickenlib{3.1.1.288} [CodeChicken Lib] (CodeChickenLib-1.12-3.1.1.288-universal.jar) UCHI redstoneflux{2.0.1} [Redstone Flux] (RedstoneFlux-1.12-2.0.1.2-universal.jar) UCHI cofhcore{4.3.4} [CoFH Core] (CoFHCore-1.12-4.3.4.12-universal.jar) UCHI cofhworld{1.0.1} [CoFH World] (CoFHWorld-1.12-1.0.1.8-universal.jar) UCHI thermalfoundation{2.3.4} [Thermal Foundation] (ThermalFoundation-1.12-2.3.4.13-universal.jar) UCHI thermalexpansion{5.3.4} [Thermal Expansion] (ThermalExpansion-1.12-5.3.4.16-universal.jar) UCHI appliedenergistics2{rv5-beta-5} [Applied Llamagistics] (applied-llamagistics-1.12-rv5-beta-5.jar) UCHI appliedfluidics{0.0.2} [Applied Fluidics] (AppliedFluidics-1.12-1.0.0.jar) UCHI architect{1.2.0.6} [Architect] (Architect-MC1.12-1.2.0.6.jar) UCHI csb_armorstand{1.0.4} [Armor Stand Configurator] (ArmorStandGUI-1.12-1.0.4.jar) UCHI astikoor{12.0.3} [Astikoor] (astikoor-12.0.3.jar) UCHI astralsorcery{1.6.1} [Astral Sorcery] (astralsorcery-1.12-1.6.1.jar) UCHI morphtool{1.2-15} [Morph-o-Tool] (Morph-o-Tool-1.2-15.jar) UCHI autoreglib{1.3-13} [AutoRegLib] (AutoRegLib-1.3-13.jar) UCHI babymobs{1.5.4} [Baby Mobs] (BabyMobs-1.12-1.5.4.jar) UCHI battletowers{1.5.9} [Battle Towers] (BattleTowers-1.12.jar) UCHI bdlib{1.14.1.6} [BD Lib] (bdlib-1.14.1.6-mc1.12.jar) UCHI betteradvancements{0.0.1.8} [Better Advancements] (BetterAdvancements-1.12-0.0.1.8.jar) UCHI betterfoliage{2.1.8} [Better Foliage] (BetterFoliage-MC1.12-2.1.8.jar) UCHI betterunderground{1.0.0} [Better Underground] (betterunderground-1.0.0.jar) UCHI bibliocraft{2.4.3} [BiblioCraft] (BiblioCraft[v2.4.3][MC1.12.0].jar) UCHI natura{1.12-4.3.0.16} [Natura] (Natura-1.12-4.3.0.16.jar) UCHI forestry{5.5.0.163} [Forestry] (forestry_1.12-5.5.0.163.jar) UCHI binniecore{unspecified} [Binnie Core] (binnie-mods-1.12-2.3.0.29.jar) UCHI genetics{2.3.0.29} [Binnie's Genetics] (binnie-mods-1.12-2.3.0.29.jar) UCHI botany{2.3.0.29} [Binnie's Botany] (binnie-mods-1.12-2.3.0.29.jar) UCHI extrabees{2.3.0.29} [Binnie's Extra Bees] (binnie-mods-1.12-2.3.0.29.jar) UCHE extratrees{2.3.0.29} [Binnie's Extra Trees] (binnie-mods-1.12-2.3.0.29.jar) UCHI biomesoplenty{7.0.0.2291} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2291-universal.jar) UCHI birdsnests{2.0.0} [Bird's Nests] (BirdsNests1.12-2.0.0.jar) UCHI blockdrops{1.3.0} [Block Drops] (blockdrops-1.12-1.3.0.jar) UCHI blur{1.0.3-13} [Blur] (Blur-1.0.3-13.jar) UCHI bnbgaminglib{2.7.0} [BNBGamingLib] (BNBGamingLib-1.12-2.7.0.jar) UCHI bookshelf{2.0.416} [Bookshelf] (Bookshelf-1.12-2.0.0.416.jar) UCHI brandonscore{2.3.2} [Brandon's Core] (BrandonsCore-1.12-2.3.2.129-universal.jar) UCHI caravans{{version}} [Caravans] (Caravans-0.1.6-1.12.jar) UCHI carryon{1.1.1} [Carry On] (CarryOn MC1.12 v1.1.1.jar) UCHI forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar) UCHI librarianlib{4.0} [LibrarianLib] (librarianlib-4.0.jar) UCHI catwalks{3.0.3} [Catwalks] (catwalks-3.0.3.jar) UCHI cavern{1.10.1} [Cavern] (Cavern_1.12-v1.10.1.jar) UCHI chameleon{1.12-4.1.2} [Chameleon] (Chameleon-1.12-4.1.2.jar) UCHI chancecubes{1.12-3.0.1.199} [Chance Cubes] (ChanceCubes-1.12-3.0.1.199.jar) UCHI chesttransporter{2.8.6} [Chest Transporter] (ChestTransporter-1.12-2.8.6.jar) UCHI chickenchunks{2.4.0.70} [ChickenChunks] (ChickenChunks-1.12-2.4.0.70-universal.jar) UCHI chiselsandbits{14.6} [Chisels & Bits] (chiselsandbits-14.6.jar) UCHI chunkanimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.12-1.2.jar) UCHI cyclopscore{0.10.12} [Cyclops Core] (CyclopsCore-1.12-0.10.12.jar) UCHI colossalchests{1.6.5} [Colossal Chests] (ColossalChests-1.12-1.6.5.jar) UCHI commoncapabilities{1.3.4} [CommonCapabilities] (CommonCapabilities-1.12-1.3.4.jar) UCHI compactmachines3{3.0.0} [Compact Machines 3] (compactmachines3-1.12.1-3.0.0-b119.jar) UCHI computality{1.82.3} [Computality] (computality-1.12-1.82.3.jar) UCHI concreteplus{1.0.1} [Concrete Extends] (ConcreteExtends-1.0.1_1.12.jar) UCHI controlling{3.0.2} [Controlling] (Controlling-3.0.2.jar) UCHI cookingforblockheads{6.3.6} [Cooking for Blockheads] (CookingForBlockheads_1.12.1-6.3.6.jar) UCHI craftingtweaks{8.1.4} [Crafting Tweaks] (CraftingTweaks_1.12-8.1.4.jar) UCHI ctgui{1.0.0} [CT-GUI] (CraftTweaker2-1.12-4.0.2.jar) UCHI crossroads{1.12-1.4.1} [Crossroads] (crossroads-1.12-1.4.1.jar) UCHI ctm{MC1.12-0.2.1.5} [CTM] (CTM-MC1.12-0.2.1.5.jar) UCHI cucumber{1.0.0} [Cucumber] (cucumber[1.12]-1.0.0.jar) UCHI customnpcs{1.12} [CustomNPCs] (CustomNPCs_1.12.0(21jul17)beta.jar) UCHI drpcore{0.3.1} [Dark Roleplay Core] (Dark Roleplay Core Alpha-0.3.1.jar) UCHI drpmedieval{0.2.0.2} [Dark Roleplay Medieval] (Dark Roleplay Medieval-0.2.0.3.jar) UCHI waila{1.8.19} [Waila] (Hwyla-1.8.19-B33_1.12.jar) UCHI darkutils{1.6.163} [Dark Utilities] (DarkUtils-1.12-1.6.163.jar) UCHI eleccore{1.8.428} [ElecCore] (ElecCore-1.12-1.8.428.jar) UCHI deepresonance{1.4.9} [DeepResonance] (deepresonance-1.12-1.4.9.jar) UCHI defiledlands{0.2.1} [Defiled Lands] (defiledlands-1.12.1-0.2.1.jar) UCHI dimensionalcontrol{2.2.1} [Dimensional Control] (DimensionalControl-1.12-2.2.1.jar) UCHI doggytalents{1.14.2.295} [Doggy Talents] (DoggyTalents-1.12-1.14.2.295-universal.jar) UCHI dooglamoocitiesmod{1.6.3} [Dooglamoo Cities] (dooglamoocitiesmod-1.12-1.6.3.jar) UCHI dooglamoojuniorarchaeologymod{2.2.0} [Dooglamoo Jr. Archaeology] (dooglamoojuniorarchaeologymod-1.12-2.2.0.jar) UCHI dooglamooworlds{0.1.0c} [Dooglamoo Worlds] (dooglamooworlds-1.12-0.1.0c.jar) UCHI dldungeonsjdg{1.9.3} [Doomlike Dungeons] (DoomlikeDungeons-1.9.3-MC1.12.jar) UCHI draconicevolution{2.3.3} [Draconic Evolution] (Draconic-Evolution-1.12-2.3.3.261-universal.jar) UCHI dungeondq{10.00} [DungeonDQ] (DungeonDQVer10.00MC1.12.jar) UCHI dungeontactics{DT-0.12.9} [DungeonTactics] (DungeonTactics-1.12-0.12.9.jar) UCHI dynamiclights{1.4.6} [Dynamic Lights] (DynamicLights-1.12.jar) UCHI dynamiclights_onfire{1.0.7} [Dynamic Lights on burning] (DynamicLights-1.12.jar) UCHI dynamiclights_creepers{1.0.6} [Dynamic Lights on Creepers] (DynamicLights-1.12.jar) UCHI dynamiclights_dropitems{1.1.0} [Dynamic Lights on ItemEntities] (DynamicLights-1.12.jar) UCHI dynamiclights_entityclasses{1.0.1} [Dynamic Lights on specified Entities] (DynamicLights-1.12.jar) UCHI dynamiclights_mobequipment{1.1.0} [Dynamic Lights on Mob Equipment] (DynamicLights-1.12.jar) UCHI dynamiclights_flamearrows{1.0.1} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights-1.12.jar) UCHI dynamiclights_floodlights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.12.jar) UCHI dynamiclights_otherplayers{1.0.9} [Dynamic Lights Other Player Light] (DynamicLights-1.12.jar) UCHI dynamiclights_theplayer{1.1.3} [Dynamic Lights Player Light] (DynamicLights-1.12.jar) UCHI dsurround{3.4.6.1} [Dynamic Surroundings] (DynamicSurroundings-1.12-3.4.6.1.jar) UCHI presets{3.4.6.1} [Presets!] (DynamicSurroundings-1.12-3.4.6.1.jar) UCHI embers{0.221} [Embers] (embers-0.221.jar) UCHI enchdesc{1.0.4} [Enchantment Descriptions] (EnchantmentDescriptions-1.12-1.0.4.jar) UCHI endadvance{2.0.0.2} [Ender Advancement] (endadvance-1.12-2.0.0.2.jar) UCHI enderstorage{1.0} [EnderStorage] (EnderStorage-1.12-2.4.0.119-universal.jar) UCHI enderutilities{0.7.2} [Ender Utilities] (enderutilities-1.12.0-0.7.2.jar) UCHI energyconverters{1.0.0.1} [Energy Converters] (energyconverters_1.12-1.0.0.1.jar) UCHI enhancer{1.0.0} [Enhancer] (Enhancer_1.12v_1.0.0.jar) UCHI valkyrielib{1.12-2.0.1a} [Valkyrie Lib] (valkyrielib-1.12-2.0.1a.jar) UCHI environmentaltech{1.12-2.0.1a} [Environmental Tech] (environmentaltech-1.12-2.0.1a.jar) UCHI evilcraft{0.10.32} [EvilCraft] (EvilCraft-1.12-0.10.32.jar) UCHI evilcraftcompat{1.0.0} [EvilCraft-Compat] (EvilCraft-1.12-0.10.32.jar) UCHI exchangers{1.12-2.3.1} [Exchangers] (Exchangers-1.12-2.3.1.jar) UCHI externaltweaker{0.3} [External Tweaker] (externaltweaker-1.12-0.3.jar) UCHI extrabitmanipulation{1.12-3.0.0} [Extra Bit Manipulation] (ExtraBitManipulation-1.12-3.0.0.jar) UCHI extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.12-1.5.2.jar) UCHI zerocore{1.12-0.1.0.9} [Zero CORE] (zerocore-1.12-0.1.0.9.jar) UCHI bigreactors{1.12-0.4.5.34} [Extreme Reactors] (ExtremeReactors-1.12-0.4.5.34.jar) UCHI ezwastelands{1.12-1.3} [EzWastelands] (ezwastelands-1.12-1.3.jar) UCHI fairylights{2.1.1} [Fairy Lights] (fairylights-2.1.1-1.12.jar) UCHI farmingforblockheads{3.1.3} [Farming for Blockheads] (FarmingForBlockheads_1.12-3.1.3.jar) UCHI gottschcore{1.1.0} [GottschCore] (GottschCore-mc1.12-v1.1.0.jar) UCHI fastladder{1.0.6} [FastLadder!] (FastLadder-mc1.12-v1.0.6.jar) UCHI felling{1.3.0} [Felling] (felling-1.3.0-1.12.jar) UCHI finite-water-control{1.0} [finite-water-control] (finite-water-control-1.12-1.0.jar) UCHI fl{2.1.1} [FL] (fl-2.1.1.jar) UCHI flatcoloredblocks{mc1.12-6.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.12-6.4.jar) UCHI floricraft{4.2.2} [Floricraft] (Floricraft-1.12-4.2.2.jar) UCHI foamfix{@VERSION@} [FoamFix] (foamfix-0.7.4-1.12-anarchy.jar) UCHI foodexpansion{1.3} [Food Expansion] (FoodExpansion1.3.2-1.12.jar) UCHI ftbl{0.0.0} [FTBLib] (FTBLib-4.0.5.jar) UCHI funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.12-alpha-0.0.1.jar) UCHI fp{26.1.2} [Futurepack] (Futurepack-1.12-26.1.2.jar) UCHI fp.api{1.1.0} [Futurepack API] (Futurepack-1.12-26.1.2.jar) UCHI gardenstuff{1.12-2.1.0} [Garden Stuff] (GardenStuff-1.12-2.1.0.jar) UCHI gendustry{1.6.5.4} [GenDustry] (gendustry-1.6.5.4-mc1.12.jar) UCHI goldcauldron{1.1} [Gold Cauldron] (goldcauldron-1.1.jar) UCHI grapplemod{1.12-v10} [Grappling hook mod] (grapplemod-1.12-v10.jar) UCHI grassburner{0.1.0} [Grass Burner] (grassburner-0.1.0.jar) UCHI tombstone{1.2.11} [Corail Tombstone] (tombstone-1.2.11-1.12.0.jar) UCHI gravestone{1.8.4} [Gravestone Mod] (gravestone-1.8.4.jar) UCHI thaumicpotatoes{1.4.1} [Thaumic Potatoes 2] (ThaumicPotatoes2-1.12-1.4.1.jar) UCHI guideapi{1.12-2.1.4-56} [Guide-API] (Guide-API-1.12-2.1.4-56.jar) UCHI hammercore{1.9.3.8} [Hammer Core] (HammerCore-1.12-1.9.3.8.jar) UCHI harshencastle{0.5.0} [Harshen Castle] (harshencastle-0.5.0.jar) UCHI immcraft{1.3.6} [Immersive Craft] (immcraft-1.12-1.3.6.jar) UCHI immersiveengineering{0.12-70} [Immersive Engineering] (ImmersiveEngineering-0.12-70.jar) UCHI immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.12-1.1.3.jar) UCHI indicatia{1.0.4} [Indicatia] (Indicatia-1.12-1.0.4.jar) UCHI tesla{1.0.61} [TESLA] (Tesla-1.12-1.0.61.jar) UCHI teslacorelib{1.0.6} [Tesla Core Lib] (tesla-core-lib-1.12-1.0.6.jar) UCHI industrialforegoing{1.2-1.1.1} [Industrial Foregoing] (industrialforegoing-1.12-1.1.1-27.jar) UCHI industrialwires{1.5-15} [Industrial Wires] (IndustrialWires-1.5-15.jar) UCHI integrateddynamics{0.8.4} [Integrated Dynamics] (IntegratedDynamics-1.12-0.8.4.jar) UCHI integrateddynamicscompat{1.0.0} [IntegratedDynamics-Compat] (IntegratedDynamics-1.12-0.8.4.jar) UCHI inventorybook{0.0.4} [InventoryBook] (inventorybook-0.0.4.jar) UCHI inventorypets{1.4.9.8} [Inventory Pets] (inventorypets-1.12-1.4.9.8.jar) UCHI inventorytweaks{1.63+beta.106.6841692} [Inventory Tweaks] (InventoryTweaks-1.63+beta.106.jar) UCHI jaopcacustom{1.12-1.2.2} [Just A Ore Processing Compatibility Attempt: Customized] (JAOPCACustom-1.12-1.2.2.jar) UCHI jehc{1.3.0} [Just Enough HarvestCraft] (jehc-1.12-1.3.0.jar) UCHI jeibees{0.9.0.2} [JEI Bees] (jeibees-0.9.0.2-mc1.12.jar) UCHI jeiintegration{1.4.2.31} [JEI Integration] (jeiintegration_1.12.1-1.4.2.31.jar) UCHI jepb{1.2.1} [Just Enough Pattern Banners] (jepb-1.12-1.2.1.jar) UCHI jaff{1.7_for_1.12} [Just a Few Fish] (JustAFewFish-1.7_for_1.12.jar) UCHI justamagnet{1.0.0} [JaM - Just a Magnet] (justamagnet-1.12-1.0.0.jar) UCHI justenoughdimensions{1.5.3} [Just Enough Dimensions] (justenoughdimensions-1.12.0-1.5.3.jar) UCHI jeresources{0.8.3.23} [Just Enough Resources] (JustEnoughResources-1.12-0.8.3.23.jar) UCHI keywizard{1.12-1.5} [Keyboard Wizard] (keywizard-1.12-1.5.jar) UCHI lazylazulilib{2.0.0-77} [Lazy Lazuli Lib] (lazylazulilib-1.12-2.0.0.jar) UCHI lazylazulitraps{2.0.0-52} [Lazy Lazuli Traps] (lazylazulitraps-1.12-2.0.0.jar) UCHI lordcraft{1.0.0} [Lord Craft] (Lord Craft 2.2.0 - 1.12.jar) UCHI lostcities{0.0.20beta2} [The Lost Cities] (lostcities-1.12-0.0.20beta2.jar) UCHI lunatriuscore{1.2.0.40} [LunatriusCore] (LunatriusCore-1.12-1.2.0.40-universal.jar) UCHI mb{1.0} [Magic Books] (MagicBooks-2.0.0.jar) UCHI malisiscore{1.12-6.0.3} [MalisisCore] (malisiscore-1.12-6.0.3.jar) UCHI malisisblocks{1.12-6.0.0} [Malisis Blocks] (malisisblocks-1.12-6.0.0.jar) UCHI mcflux{3.1.1} [Minecraft-Flux] (mcflux-3.1.1.jar) UCHI minecolonies{1.12-0.8.3302} [MineColonies] (minecolonies-universal-1.12-0.8.3302.jar) UCHI mist{alpha_a_03} [Misty World] (MistWorld_1.12_alpha_a_03.jar) UCHI storagedrawers{1.12-5.2.5} [Storage Drawers] (StorageDrawers-1.12-5.2.9.jar) UCHI refinedstorage{1.5.14} [Refined Storage] (refinedstorage-1.5.14.jar) UCHI moartinkers{0.5.4} [Moar Tinkers] (moartinkers-0.5.4.jar) UCHI mob-blacklister{1.0} [Mob Blacklister] (mobblacklister-1.0.0-mc1.12.jar) UCHI modernlamps{1.0.3} [Modern Lights] (ModernLights-1.0.3_1.12.jar) UCHI morefoodpls{1.0.4} [More Food Pls] (MoreFoodPlease-1.12-1.0.4.jar) UCHI moreplates{1.12-2.0.0} [More Plates] (moreplates-1.12-2.0.0.jar) UCHI mossyplanks{1.1} [Mossy Planks] (mossyplanks-1.1.jar) UCHI multishot{3.2.2} [Multishot] (multishot-1.12.0-3.2.2.jar) UCHI mmm{1.0.2} [mmm] (mutatedmobs-1.0.2.jar) UCHI mychunkloader{1.12-01} [My Chunk Loader] (MyChunkloader-1.12-01.jar) UCHI mysticalagriculture{1.6.2} [Mystical Agriculture] (mysticalagriculture[1.12]-1.6.2.jar) UCHI nex{2.1.11.12} [NetherEx] (NetherEx-1.12-2.1.11.12.jar) UCHI neid{1.5.4.1} [NotEnoughIDs] (NotEnoughIDs-1.5.4.1.jar) UCHI samsocean{1.0.1} [Ocean Floor Classic] (OceanFloor-1.12-1.0.1.jar) UCHI openglider{@VERSION@} [Open Glider] (OpenGlider-1.12-1.0.1.jar) UCHI overloaded{0.0.28} [Overloaded] (Overloaded-1.12-0.0.28.jar) UCHI harvestcraft{1.12c} [Pam's HarvestCraft] (Pam's HarvestCraft 1.12c.jar) UCHI pandorasbox{2.1.6.2-1.12} [Pandora's Box] (PandorasBox-2.1.6.2-1.12.jar) UCHI parrotpower{%gradle.version%} [Parrot Power] (parrotpower-1.1.0.jar) UCHI subcommonlib{1.2.0.1} [Subaraki's Common Library] (subcommonlib-sublib-1.12-1.2.0.1.jar) UCHI petbuddy{1.11 2.3.1.9} [Pet Buddy] (petbuddy-petbuddy-1.12-2.3.1.9.jar) UCHI stellarapi{0.7.4.1.1} [Stellar API] (Stellar API-0.7.4.1.1.jar) UCHI photoptics{0.7.1.1.1} [Photoptics] (Photoptics-0.7.1.1.1.jar) UCHI pistoncompression{1.1.0} [PistonCompression] (pistoncompression-1.11.2-1.1.0.jar) UCHI shetiphiancore{3.5.0.2} [ShetiPhian-Core] (shetiphiancore-1.12.0-3.5.0.2.jar) UCHI platforms{1.4.0.1} [Platforms] (platforms-1.12.0-1.4.0.1.jar) UCHI plustic{6.2.0.0} [PlusTiC] (plustic-6.2.0.0.jar) UCHI roguelike{1.7.1} [Roguelike Dungeons] (RoguelikeDungeons-1.12-1.7.1.jar) UCHI stellarsky{0.7.5.1.3} [Stellar Sky] (Stellar Sky-0.7.5.1.3.jar) UCHI reborncore{3.2.5.88} [Reborn Core] (RebornCore-1.12-3.2.5.88-universal.jar) UCHI techreborn{2.6.10.170} [Tech Reborn] (TechReborn-1.12-2.6.10.170-universal.jar) UCHI primal{0.5.4} [PrimalCore] (PrimalCore-0.5.4.jar) UCHI guilib{1.11 : updated by subaraki} [GUI Library] (PSG Revamed-1.12-1.0.0.0.jar) UCHI paintingselgui{1.11 v1: updated by Subaraki} [PaintingSelectionGui] (PSG Revamed-1.12-1.0.0.0.jar) UCHI pulver{@VERSION@} [Pulver] (Pulver-1.12-1.0a.jar) UCHI quickleafdecay{1.2.3} [Quick Leaf Decay] (QuickLeafDecay-MC1.12-1.2.3.jar) UCHI rainboaks{1.0.4} [Rainbow Oak Trees] (RainbowOaks-1.12-1.0.4.jar) UCHI react{1.0.1} [React] (React-1.12-1.0.1.jar) UCHI cobwebs{1.0.3} [Realistic Cobwebs Mod] (realistic-cobwebs-1.12.1-1.0.3.jar) UCHI reccomplex{1.4.4} [Recurrent Complex] (RecurrentComplex-1.4.4.jar) UCHI redstonearsenal{2.3.4} [Redstone Arsenal] (RedstoneArsenal-1.12-2.3.4.12-universal.jar) UCHI shadowmc{3.8.0} [ShadowMC] (ShadowMC-1.12-3.8.0.jar) UCHI redstoneremote{@VERSION@} [Redstone Remote] (RedstoneRemote-1.12-1.1.0.jar) UCHI refinedstorageaddons{0.1.1} [Refined Storage Addons] (refinedstorageaddons-0.1.1.jar) UCHI xreliquary{1.12-1.3.4.706} [Reliquary] (Reliquary-1.12-1.3.4.706.jar) UCHI reptilemod{3.8.2} [Reptile Mod] (reptilemod-1.12-3.8.2-73.jar) UCHI resourcefulcrops{1.12-2.1.0-61} [ResourcefulCrops] (ResourcefulCrops-1.12-2.1.0-61.jar) UCHI rftools{6.12} [RFTools] (rftools-1.12-6.12.jar) UCHI rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.12-1.6.8.jar) UCHI rftoolsdim{5.04} [RFTools Dimensions] (rftoolsdim-1.12-5.04.jar) UCHI roots{0.025} [Roots 2] (roots-2-0.025.jar) UCHI ropebridge{2.0.5} [Rope Bridge] (ropebridge-1.12-2.0.6.jar) UCHI ruins{16.7} [Ruins Mod] (Ruins-1.12.jar) UCHI rustic{0.4.1} [Rustic] (rustic-0.4.1.jar) UCHI scannable{1.5.0.9} [Scannable] (Scannable-MC1.12-1.5.0.9.jar) UCHI schematica{1.7.8.162} [Schematica] (Schematica-1.12-1.7.8.162-universal.jar) UCHI sic2{Beta 1.1} [SciCraft 2] (SciCraft 2-1.12-B1.1.jar) UCHI shouldersurfing{1.4} [Shoulder Surfing] (ShoulderSurfing-1.12.1-1.4.jar) UCHI icc{0.2.2} [Simple Item Collector Chest] (Simple Item Collector Chest-0.2.2.jar) UCHI simpledimensions{1.3.1} [Simple Dimensions] (SimpleDimensions-MC1.12-1.3.1.jar) UCHI soundphysics{1.0.4} [Sound Physics] (Sound-Physics-1.12.jar) UCHI soundfilters{0.10_for_1.12} [Sound Filters] (SoundFilters-0.10_for_1.12.jar) UCHI sounds_extended{1.8.2-1.12} [Sounds Extended] (sounds extended-1.8.2-1.12.jar) UCHI spartanshields{1.3a} [Spartan Shields] (SpartanShields-1.12-1.3a.jar) UCHI spikemod{1.12-2.0.0} [Spike Mod] (spikemod-1.12-2.0.0.jar) UCHI stevescarts{${version}} [Steve's Carts 2] (StevesCarts-1.12-2.4.6.36.jar) UCHI storagetech{1.0} [storagetech] (StorageTech 1.0 MC1.12.jar) UCHI structpro{3.8} [StructPro] (structpro-3.8-1.12.jar) UCHI supersoundmuffler{1.0.1.5} [Super Sound Muffler] (supersoundmuffler-1.12-1.0.1.5.jar) UCHI tammodized{0.13.8} [TamModized] (TamModized-1.12-0.13.8.jar) UCHI teletoro{1.12-26} [TeleToro] (teletoro-1.12-26.jar) UCHI thebomplugin{1.12-0.2.3} [The BOM Plugin] (thebomplugin-1.12-0.2.3.jar) UCHI thermaldynamics{2.3.4} [Thermal Dynamics] (ThermalDynamics-1.12-2.3.4.11-universal.jar) UCHI thirdperson{1.2.0} [ThirdPersonEverything] (ThirdPersonEveryThing-1.2.0.jar) UCHI thutcore{5.11.0} [Thut Core] (thutcore-5.11.0.jar) UCHI thuttech{6.0.4} [Thut's Tech] (thuttech-6.0.4.jar) UCHI toolbelt{1.7.0} [Tool Belt] (ToolBelt-1.12.0-1.7.0.jar) UCHI toolprogression{1.0} [Tool Progression] (toolprogression-1.12-1.2.4.jar) UCHI toroquest{1.11.2-5.1} [ToroQuest] (toroquest-1.12-5.2.jar) UCHI totemic{1.12-0.8.12} [Totemic] (Totemic-1.12-0.8.12.jar) UCHI tothebatpoles{1.0.0.0} [To the Bat Poles!] (tothebatpoles-1.0.0.0.jar) UCHI trapcraft{v2.4.3a} [Trapcraft] (Trapcraft-1.12-v2.4.3a-universal.jar) UCHI traverse{1.2.1} [Traverse] (Traverse-1.12-1.2.1-22.jar) UCHI uncharted{v03} [Uncharted] (Uncharted_1.12_v03.jar) UCHI underwaterutilities{@VERSION@} [Underwater Utilities] (UnderwaterUtilities-1.12-1.3.3.jar) UCHI universalremote{0.71} [Universal Remote] (universalremote-0.71.jar) UCHI va{1.12.1-1.0} [Vanilla Automation] (va-1.12.1-1.0.jar) UCHI vimmersion{1.1.2.3} [Vanilla Immersion] (vanilla-immersion-1.12-1.1.2.3.jar) UCHI vanillatech{1b} [Vanilla Tech] (VanillaTech-1.12-1b.jar) UCHI veining{1.1.0} [Veining] (veining-1.1.0.jar) UCHI veinminer{0.38.1} [Vein Miner] (VeinMiner-1.12-0.38.1.639+134fb1e.jar) UCHI veinminermodsupport{0.38.1} [Mod Support] (VeinMiner-1.12-0.38.1.639+134fb1e.jar) UCHI vc{5.0.6} [ViesCraft] (ViesCraft-1.12.0-5.0.6.jar) UCHI vctweaker{@MOD_VERSION@} [ViesCraft Tweaker] (ViesCraftTweaker-1.12-2.0.6.jar) UCHI voidcraft{0.24.4} [VoidCraft] (VoidCraft-1.12-0.24.4.jar) UCHI wailaharvestability{1.1.11} [Waila Harvestability] (WailaHarvestability-mc1.12-1.1.11.jar) UCHI wasteland_meteors{1.12-0.2} [Wasteland Meteors] (wasteland_meteors-1.12-0.2.jar) UCHI wawla{2.5.239} [What Are We Looking At] (Wawla-1.12-2.5.239.jar) UCHI waystones{4.0.15} [Waystones] (Waystones_1.12.1-4.0.15.jar) UCHI wearablebackpacks{3.0.4} [Wearable Backpacks] (WearableBackpacks-1.12-3.0.4.jar) UCHI xnet{1.4.0} [XNet] (xnet-1.12-1.4.0.jar) UCHI xtones{1.12-1.0.5-8} [Xtones] (Xtones-1.12-1.0.5-8.jar) UCHI yabba{1.12-0.5.3} [YABBA] (YABBA-1.12-0.5.3.jar) UCHI jaopca{1.12-1.2.29} [Just A Ore Processing Compatibility Attempt] (JAOPCA-1.12-1.2.29.jar) UCHI librarianliblate{4.0} [LibrarianLib Stage 2] (librarianlib-4.0.jar) UCHI teslacorelib_registries{1.0.6} [Tesla Core Lib Registries] (tesla-core-lib-1.12-1.0.6.jar) Loaded coremods (and transformers): BCModPlugin (zz-backpacks 1.12 - 3.2.1.jar) brad16840.common.asm.ClassTransformer AstralCore (astralsorcery-1.12-1.6.1.jar)

ForgelinPlugin (Forgelin-1.5.1.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.106.jar) invtweaks.forge.asm.ContainerTransformer HammerCoreCore (HammerCore-1.12-1.9.3.8.jar) com.pengu.hammercore.asm.HammerCoreTransformer DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.6.1.jar) org.blockartistry.DynSurround.asm.Transformer IELoadingPlugin (ImmersiveEngineering-0.12-70.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer CoreModLoader (Sound-Physics-1.12.jar) com.sonicether.soundphysics.CoreModInjector MalisisCorePlugin (malisiscore-1.12-6.0.3.jar) net.malisis.core.util.chunkcollision.ChunkCollisionTransformer net.malisis.core.util.chunkblock.ChunkBlockTransformer net.malisis.core.renderer.transformer.MalisisRendererTransformer net.malisis.core.renderer.icon.asm.TextureMapTransformer net.malisis.core.util.clientnotif.ClientNotifTransformer CoreModLoader (applied-llamagistics-1.12-rv5-beta-5.jar) appeng.coremod.transformer.ASMIntegration ShoulderPlugin (ShoulderSurfing-1.12.1-1.4.jar) com.teamderpy.shouldersurfing.asm.ShoulderTransformations ViesCraftTweakerCore (ViesCraftTweaker-1.12-2.0.6.jar) se.gory_moon.vctweaker.asm.VCTransformer DLFMLCorePlugin (DynamicLights-1.12.jar) atomicstryker.dynamiclights.common.DLTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.4-1.12-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer LibrarianLib Plugin (librarianlib-4.0.jar) com.teamwizardry.librarianlib.asm.LibLibTransformer BNBGamingCore (BNBGamingCore-1.12-0.0.1.jar) com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.0.2.jar) shetiphian.asm.ClassTransformer DummyPlugin (ForgeEndertech-1.12-3.0.0.0-build.0002.jar)

IvToolkit (IvToolkit-1.3.3-1.12.jar)

BetterFoliageLoader (BetterFoliage-MC1.12-2.1.8.jar) mods.betterfoliage.loader.BetterFoliageTransformer CTMCorePlugin (CTM-MC1.12-0.2.1.5.jar) team.chisel.ctm.client.asm.CTMTransformer BlurPlugin (Blur-1.0.3-13.jar) com.tterrag.blur.BlurTransformer LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar) lumien.chunkanimator.asm.ClassTransformer Plugin (NotEnoughIDs-1.5.4.1.jar) ru.fewizz.neid.asm.Transformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13474 Compatibility Profile Context 22.19.162.4' Renderer: 'AMD Radeon R9 200 Series' Pulsar/tconstruct loaded Pulses:

mezz commented 6 years ago

Thanks for the report! This is caused by Binnie's trying to figure out a lumbermill recipe for something, and it conflicts with dimensionalcontrol. This code is pretty hacky on our side so I will treat it as our bug.

mezz commented 6 years ago

This is fixed in the new release.