-
-
Save BBoldt/826d09ba7c50f799772d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
LoadingPlugin (RandomThings-MC1.8.9-3.6.2.jar) | |
ThaumcraftLoader (Thaumcraft-1.8.9-5.1.6.jar) | |
LoadingPlugin (Bloodmoon-MC1.8.8-1.4.jar) | |
LoadingPlugin (FastLeaveDecay-1.2.jar) | |
FMLPlugin (InventoryTweaks-1.60-beta-30.jar) | |
Default Options (defaultoptions-mc1.8.9-3.0.7.jar) | |
ShadowMCCore (ShadowMC-1.8.9-3.0.0-SNAPSHOT.jar) | |
TrashSlot (trashslot-mc1.8.9-2.0.7.jar) | |
LoadingPlugin (ResourceLoader-MC1.8.8-1.4.jar) | |
NowWithRendering (hopperducts-mc1.8.8-1.4.6.jar) | |
thaumicinfusion (ThaumicInfusion-1.8.9-4.78.jar) | |
TransformerLoader (OpenComputers-MC1.8.9-1.5.22.6.jar) | |
LoadingPlugin (NoNausea-MC1.8-1.0.jar) | |
CorePlugin (Fluxed Redstone-1.1.0.16.jar) | |
MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-full.jar) | |
AppleCore (AppleCore-mc1.8.9-1.3.0.jar) | |
NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar) | |
Contact their authors BEFORE contacting forge | |
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~] | |
Time: 2/9/16 9:11 PM | |
Description: Initializing game | |
java.lang.NullPointerException: Initializing game | |
at net.minecraftforge.client.model.ModelLoaderRegistry.getMissingModel(ModelLoaderRegistry.java:153) | |
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:143) | |
at mcjty.immcraft.blocks.chest.ChestTESR.<init>(ChestTESR.java:35) | |
at mcjty.immcraft.blocks.chest.ChestBlock.initModel(ChestBlock.java:29) | |
at mcjty.immcraft.blocks.ModBlocks.initModels(ModBlocks.java:63) | |
at mcjty.immcraft.ImmersiveCraft$ClientProxy.preInit(ImmersiveCraft.java:98) | |
at mcjty.immcraft.ImmersiveCraft.preInit(ImmersiveCraft.java:54) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) | |
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) | |
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) | |
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) | |
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) | |
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) | |
at net.minecraft.client.main.Main.main(SourceFile:124) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Stacktrace: | |
at net.minecraftforge.client.model.ModelLoaderRegistry.getMissingModel(ModelLoaderRegistry.java:153) | |
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:143) | |
at mcjty.immcraft.blocks.chest.ChestTESR.<init>(ChestTESR.java:35) | |
at mcjty.immcraft.blocks.chest.ChestBlock.initModel(ChestBlock.java:29) | |
at mcjty.immcraft.blocks.ModBlocks.initModels(ModBlocks.java:63) | |
at mcjty.immcraft.ImmersiveCraft$ClientProxy.preInit(ImmersiveCraft.java:98) | |
at mcjty.immcraft.ImmersiveCraft.preInit(ImmersiveCraft.java:54) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) | |
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) | |
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) | |
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) | |
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) | |
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417) | |
-- Initialization -- | |
Details: | |
Stacktrace: | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) | |
at net.minecraft.client.main.Main.main(SourceFile:124) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.8.9 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 1.8.0_72, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 918351152 bytes (875 MB) / 1796210688 bytes (1713 MB) up to 3817865216 bytes (3641 MB) | |
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m | |
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
FML: MCP 9.19 Powered by Forge 11.15.1.1736 116 mods loaded, 116 mods active | |
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) | |
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1736.jar) | |
UCH Forge{11.15.1.1736} [Minecraft Forge] (forge-1.8.9-11.15.1.1736.jar) | |
UCH OpenComputers|Core{1.5.22.6} [OpenComputers (Core)] (minecraft.jar) | |
UCH darkevilmac.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar) | |
UCH ActuallyAdditions{1.8.9-r25} [Actually Additions] (ActuallyAdditions-1.8.9-r25.jar) | |
UCH additionalbanners{1.1.1} [Additional Banners] (AdditionalBanners-1.1.1-1.8.9.jar) | |
UCH adobeblocks{4.0.1.8} [Adobe Blocks] (AdobeBlocks-4.0.1.8.jar) | |
UCH adobeblocksvc{1.5} [Adobe Blocks 2 Version Checker] (AdobeBlocks-4.0.1.8.jar) | |
UCH FurnaceEvolved{1.8.9-0.0.2.8} [Alt F4] (Alt-F4-1.8.9-0.0.2.8.jar) | |
UCH AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.8.9-1.3.0.jar) | |
UCH MovingWorld{MC1.8.9-INDEV} [Moving World] (movingworld-MC1.8.9-INDEV-full.jar) | |
UCH ArchimedesShipsPlus{MC1.8.9-INDEV} [Archimedes' Ships Plus] (archimedesshipsplus-MC1.8.9-INDEV.jar) | |
UCH BetterAchievements{0.1.1} [Better Achievements] (BetterAchievements-1.8.9-0.1.1.jar) | |
UCH betterbuilderswands{0.4.3} [Better Builder's Wands] (BetterBuildersWands-0.4.3-1.8.9r76+dbe3840.jar) | |
UCH BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8.9-3.0.0.1859-universal.jar) | |
UCH BloodMagic{1.8.9-2.0.0-15} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.8.9-2.0.0-15.jar) | |
UCH Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.8.8-1.4.jar) | |
UCH bookshelfapi{2.2.9} [Bookshelf] (Bookshelf-1.8.9-2.2.9.jar) | |
UCH buildingbrickscompatvanilla{1.8.9-1.3.0} [Building Bricks Vanilla Compat] (BuildingBricks-1.8.9-1.3.0.jar) | |
UCH buildingbricks{1.8.9-1.3.0} [Building Bricks] (BuildingBricks-1.8.9-1.3.0.jar) | |
UCH caterpillar{0.0.0} [Caterpillar] (Caterpillar-0.1.189b73.jar) | |
UCH Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar) | |
UCH chisel{@VERSION@} [Chisel] (Chisel-MC1.8.9-0.0.2.6.jar) | |
UCH mcmultipart{1.0.6} [MCMultiPart] (MCMultiPart-1.0.6-universal.jar) | |
UCH chiselsandbits{mc1.8.9-v1.8.10} [Chisels & Bits] (chiselsandbits-mc1.8.9-v1.8.10.jar) | |
UCH CloudMaster{1.0} [CloudMaster] (CloudMaster_1.8.8-1.4.jar) | |
UCH craftingcraft{2.0.11} [CraftingCraft] (craftingcraft-mc1.8.9-2.0.11.jar) | |
UCH shadowmc{3.0.0-SNAPSHOT} [ShadowMC] (ShadowMC-1.8.9-3.0.0-SNAPSHOT.jar) | |
UCH CraftingSlabs{2.0.0} [CraftingSlabs] (CraftingSlabs-1.8.9-2.1.0.jar) | |
UCH craftingtweaks{3.0.41} [Crafting Tweaks] (craftingtweaks-mc1.8.9-3.0.41.jar) | |
UCH craftingtweaksaddons{1.0} [Crafting Tweaks Addons] (craftingtweaksaddons-mc1.8.9-3.0.8.jar) | |
UCH crafttweaker{3.0.0} [crafttweaker] (CraftTweaker-Customized-1.8.8-3.0.1.jar) | |
UCH CrissCross{1.3.9.1} [Criss Cross] (CrissCross-1.8.9-1.3.9.1.jar) | |
UCH CustomMainMenu{2.0} [Custom Main Menu] (CustomMainMenu-MC1.8.9-2.0.jar) | |
UCH defaultoptions{3.0.7} [Default Optons] (defaultoptions-mc1.8.9-3.0.7.jar) | |
UCH eirairc{4.9.11} [EiraIRC] (eirairc-mc1.8.9-4.9.11.jar) | |
UCH eiramoticons{3.2.3} [EiraMoticons] (eiramoticons-mc1.8.9-3.2.3.jar) | |
UCH Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar) | |
UCH enderrift{0.81} [Ender-Rift] (EnderRift-0.81.jar) | |
UCH ExtendAHand{1.0} [Extend-A-Hand] (ExtendAHand-1.8.9-1.0.jar) | |
UCH ExtraBitManipulation{1.8.9-1.3.3} [Extra Bit Manipulation] (ExtraBitManipulation-1.8.9-1.3.3.jar) | |
UCH ezstorage{1.0} [EZ Storage] (ezstorage-1.8.9-1.2.3.jar) | |
UCH JEI{2.25.9.147} [Just Enough Items] (jei_1.8.9-2.25.9.147.jar) | |
UCH Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar) | |
UCH Thaumcraft{5.1.6} [Thaumcraft] (Thaumcraft-1.8.9-5.1.6.jar) | |
UCH OpenComputers{1.5.22.6} [OpenComputers] (OpenComputers-MC1.8.9-1.5.22.6.jar) | |
UCH FFS{1.8.9-1.4.5.6.84} [Fancy Fluid Storage] (Fancy Fluid Storage-1.8.9-1.4.5.6.84.jar) | |
UCH FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-1.2.jar) | |
UCH flatcoloredblocks{mc1.8.9-v1.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.8.9-v1.6.jar) | |
UCH reborncore{1.4.1.15} [RebornCore] (RebornCore-1.8.9-1.4.1.15-universal.jar) | |
UCH fluxedredstone{1.1.0.16} [FluxedRedstone] (Fluxed Redstone-1.1.0.16.jar) | |
UCH fluxedsolars{$GRADLEVERSION} [Fluxed Solars] (fluxedsolars-1.8.jar) | |
UCH fe{1.1} [Food Expansion] (FoodExpansion1.1-mc1.8.9.jar) | |
UCH substratum{1.1.0.1} [Substratum] (Substratum-1.8.9-1.1.0.1.jar) | |
UCH foundry{1.4.0.0-beta1} [Foundry] (Foundry-1.8.9-1.4.0.0-beta1.jar) | |
UCH FTBL{2.0.2} [FTBLib] (FTBLib-1.8.9-2.0.2.jar) | |
UCH FTBU{2.0.2} [FTBUtilities] (FTBUtilities-1.8.9-2.0.2.jar) | |
UCH gearswap{1.2.4} [Gear Swapper] (gearswap-1.8.9-1.2.4.jar) | |
UCH genloader{1.8.9-0.0.1.6} [Generation Loader] (GenLoader-1.8.9-0.0.1.6.jar) | |
UCH glass_shards{1.6} [Glass Shards] (glass_shards_mc1.8.9-1.6.jar) | |
UCH hammerz{1.8.9-0.1.4.17} [Hammerz] (Hammerz-0.1.4.17.jar) | |
UCH Harvest{1.8.9-1.0.0-2} [Harvest] (Harvest-1.8.9-1.0.0-2.jar) | |
UCH hopperducts{1.4.6} [Hopper Ducts] (hopperducts-mc1.8.8-1.4.6.jar) | |
UCH ice_shards{1.4} [Ice Shards] (ice_shards_mc1.8.9-1.4.jar) | |
UCH IGWMod{1.2.3-3} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.3-3-universal.jar) | |
UCE immcraft{1.0.3} [Immersive Craft] (immcraft-1.0.3.jar) | |
UCH intangible{0.0.20} [Intangible] (intangible-1.8.9-0.0.20.jar) | |
UCH inventorytweaks{1.60-beta-30-48a432c} [Inventory Tweaks] (InventoryTweaks-1.60-beta-30.jar) | |
UCH ironbackpacks{1.8.9-2.0.5} [Iron Backpacks] (IronBackpacks-1.8.9-2.0.5.jar) | |
UCH IronChest{6.0.125.770} [Iron Chest] (ironchest-1.8.9-6.0.125.770.jar) | |
UCH JEIAddons{0.11.2.56} [Just Enough Items Addons] (JEIAddons_1.8.9-0.11.2.56.jar) | |
UCH journeymap{5.1.3} [JourneyMap] (journeymap-1.8.8-5.1.3-unlimited.jar) | |
UCH jeresources{0.3.1} [Just Enough Resources] (JustEnoughResources-1.8.9-0.3.1.jar) | |
UCH jwin{univ_compat_filler} [Just What I Needed] (JWIN_v0.11.1_1.8.9.jar) | |
UCH lootplusplus{1.3_for_1.8.9} [Loot++] (Loot++-1.3_for_1.8.9.jar) | |
UCH mantle{1.8.9-0.7.jenkins72} [Mantle] (Mantle-1.8.9-0.7.jar) | |
UCH miab{1.3} [Meme in a bottle] (MemeInABottle-1.4.jar) | |
UCH MineMenu{1.3.0} [MineMenu] (MineMenu-1.8.9-1.3.0.B45-universal.jar) | |
UCH testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.9b.jar) | |
UCH MouseTweaks{2.6.0} [Mouse Tweaks] (MouseTweaks-2.6.0-mc1.8.9.jar) | |
UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.1-2.jar) | |
UCH neotech{2.3.4} [NeoTech] (NeoTech-1.8.9-2.3.4.jar) | |
UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.8.9-2.1.6.jar) | |
UCH NoNausea{1.0} [No Nausea] (NoNausea-MC1.8-1.0.jar) | |
UCH notenoughwands{1.2.8} [Not Enough Wands] (notenoughwands-1.8.9-1.2.8.jar) | |
UCH packingtape{0.3.5} [Packing Tape] (Packing Tape-0.3.5.jar) | |
UCH Ping{1.1.2} [Ping] (Ping-1.8.9-1.1.2.B11-universal.jar) | |
UCH PneumaticCraft{1.13.6} [PneumaticCraft] (PneumaticCraft-1.8.9-1.13.6-universal.jar) | |
UCH practicalities{2.0.0-b6} [Practicalities] (practicalities-1.8.9-2.0.0-b6.jar) | |
UCH progressiveautomation{1.6.33} [Progressive Automation] (ProgressiveAutomation-1.8.9-1.6.33.jar) | |
UCH quantumflux{2.0.0-b2} [QuantumFlux] (quantumflux-1.8.9-2.0.0-b2.jar) | |
UCH RandomThings{3.6.2} [Random Things] (RandomThings-MC1.8.9-3.6.2.jar) | |
UCH RecipeTooltips{1.1.24} [RecipeTooltips] (RecipeTooltips-1.8.9-1.1.24.jar) | |
UCH redstonepaste{1.7.2} [Redstone Paste] (redstonepaste-mc1.8.8-1.7.2.jar) | |
UCH xreliquary{1.3-alpha1.87} [Reliquary] (Reliquary-1.3-alpha1.87.jar) | |
UCH ResourceLoader{1.4} [Resource Loader] (ResourceLoader-MC1.8.8-1.4.jar) | |
UCH rftools{4.22beta17} [RFTools] (rftools-1.8.9-4.22beta17.jar) | |
UCH rftoolsdim{4.22beta19} [RFTools Dimensions] (rftoolsdim-1.8.9-4.22beta19.jar) | |
UCH Roguelike{1.4.5} [Roguelike Dungeons] (RoguelikeDungeons-1.8.9-1.4.5.jar) | |
UCH SGCraft{1.10.1} [Greg's SG Craft] (SGCraft-1.10.1-mc1.8.9.jar) | |
UCH SimilsaxTranstructors{1.8.8.16} [Similsax Transtructors] (SimilsaxTranstructors-1.8.8.16.jar) | |
UCH SimpleLabels{0.0.3} [SimpleLabels] (simplelabels-1.8.9-0.0.4.jar) | |
UCH StabilityTooltip{@VERSION@} [StabilityTooltip] (StabilityTooltip-1.8.9-1.0.0-10.jar) | |
UCH StorageDrawers{1.8.9-2.3.4} [Storage Drawers] (StorageDrawers-1.8.9-2.3.4.jar) | |
UCH storagenetwork{1.3} [Storage Network] (StorageNetwork-1.8.9-1.3.jar) | |
UCH tconstruct{1.8.9-2.0.2.jenkins61} [Tinkers' Construct] (TConstruct-1.8.9-2.0.2.jar) | |
UCH thaumicinfusion{4.78} [Thaumic Infusion] (ThaumicInfusion-1.8.9-4.78.jar) | |
UCH tis3d{0.8.3.13} [TIS-3D] (TIS-3D-MC1.8.9-0.8.3.13.jar) | |
UCH totemic{1.8.9-0.6.4.1} [Totemic] (Totemic-1.8.9-0.6.4.1.jar) | |
UCH trashslot{2.0.7} [TrashSlot] (trashslot-mc1.8.9-2.0.7.jar) | |
UCH underphangables{1.0.1} [Underp Hangables] (underphangables-1.8.9-1.0.1.jar) | |
UCH VTweaks{1.4.6} [V-Tweaks] (VTweaks-1.8.x-1.4.6.jar) | |
UCH wawla{1.4.7} [What Are We Looking At] (Wawla-1.4.7-1.8+.jar) | |
UCH witherchargingfix{1.0.0} [Wither Charging Fix] (witherchargingfix-1.8.9-1.0.0-0-universal.jar) | |
UCH zyinhud{1.4.8} [Zyin's HUD] (ZyinsHUD-(1.8.8)-v.1.4.8.jar) | |
Loaded coremods (and transformers): | |
LoadingPlugin (RandomThings-MC1.8.9-3.6.2.jar) | |
lumien.randomthings.asm.ClassTransformer | |
ThaumcraftLoader (Thaumcraft-1.8.9-5.1.6.jar) | |
LoadingPlugin (Bloodmoon-MC1.8.8-1.4.jar) | |
lumien.bloodmoon.asm.ClassTransformer | |
LoadingPlugin (FastLeaveDecay-1.2.jar) | |
lumien.fastleavedecay.asm.ClassTransformer | |
FMLPlugin (InventoryTweaks-1.60-beta-30.jar) | |
invtweaks.forge.asm.ContainerTransformer | |
Default Options (defaultoptions-mc1.8.9-3.0.7.jar) | |
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer | |
ShadowMCCore (ShadowMC-1.8.9-3.0.0-SNAPSHOT.jar) | |
net.shadowfacts.shadowmc.core.ShadowMCTransformer | |
TrashSlot (trashslot-mc1.8.9-2.0.7.jar) | |
net.blay09.mods.trashslot.coremod.GuiContainerClassTransformer | |
net.blay09.mods.trashslot.coremod.MinecraftClassTransformer | |
net.blay09.mods.trashslot.coremod.InventoryTweaksClassTransformer | |
LoadingPlugin (ResourceLoader-MC1.8.8-1.4.jar) | |
lumien.resourceloader.asm.ClassTransformer | |
NowWithRendering (hopperducts-mc1.8.8-1.4.6.jar) | |
net.fybertech.nwr.NowWithRendering | |
thaumicinfusion (ThaumicInfusion-1.8.9-4.78.jar) | |
drunkmafia.thaumicinfusion.common.asm.BlockTransformer | |
drunkmafia.thaumicinfusion.common.asm.WorldTransformer | |
TransformerLoader (OpenComputers-MC1.8.9-1.5.22.6.jar) | |
li.cil.oc.common.asm.ClassTransformer | |
LoadingPlugin (NoNausea-MC1.8-1.0.jar) | |
lumien.nonausea.asm.ClassTransformer | |
CorePlugin (Fluxed Redstone-1.1.0.16.jar) | |
MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-full.jar) | |
AppleCore (AppleCore-mc1.8.9-1.3.0.jar) | |
squeek.applecore.asm.TransformerModuleHandler | |
NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar) | |
net.fybertech.nwr.NowWithRendering | |
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13416 Compatibility Profile Context 15.300.1025.1001' Renderer: 'AMD Radeon HD 6800 Series' | |
Pulsar/tconstruct loaded Pulses: | |
- TinkerCommons (Enabled/Forced) | |
- TinkerWorld (Enabled/Not Forced) | |
- TinkerTools (Enabled/Not Forced) | |
- TinkerSmeltery (Enabled/Not Forced) | |
- TinkerGadgets (Enabled/Not Forced) | |
- TinkerOredict (Enabled/Forced) | |
- TinkerIntegration (Enabled/Forced) | |
- TinkerFluids (Enabled/Forced) | |
- TinkerMaterials (Enabled/Forced) | |
- chiselsandbitsIntegration (Enabled/Not Forced) | |
- craftingtweaksIntegration (Enabled/Not Forced) | |
- TinkerDebug (Enabled/Not Forced) | |
Launched Version: forge-11.15.1.1736 | |
LWJGL: 2.9.4 | |
OpenGL: AMD Radeon HD 6800 Series GL version 4.5.13416 Compatibility Profile Context 15.300.1025.1001, ATI Technologies Inc. | |
GL Caps: Using GL 1.3 multitexturing. | |
Using GL 1.3 texture combiners. | |
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. | |
Shaders are available because OpenGL 2.1 is supported. | |
VBOs are available because OpenGL 1.5 is supported. | |
Using VBOs: No | |
Is Modded: Definitely; Client brand changed to 'fml,forge' | |
Type: Client (map_client.txt) | |
Resource Packs: | |
Current Language: English (US) | |
Profiler Position: N/A (disabled) | |
CPU: 3x AMD Athlon(tm) II X4 645 Processor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment