I thought it might work in 1.8 because in the mod description on the first page, it says:
"Minecraft 1.8 Wooden doors and Iron Trapdoor :[/b]
The new variants of wooden doors and trapdoor added by Minecraft 1.8 are available and crafted the same way."
I've been looking at various github repositories (in the hopes that learning Java that way will help me in my present job hunt), and believe me, you guys have my greatest sympathy. My last job had me mixing 15 year old code with current code; I don't want to think of the madness you guys have to deal with with each version update.
I thought it might work in 1.8 because in the mod description on the first page, it says:
"Minecraft 1.8 Wooden doors and Iron Trapdoor :
The new variants of wooden doors and trapdoor added by Minecraft 1.8 are available and crafted the same way."
Many modders have been backporting the doors and iron trapdoors from 1.8 as a way to satiate our need for 1.8 Minecraft without the necessity of actually tearing down their mods and rebuilding them from scratch to cater to the silliness that is the 1.8 rendering system.
Oh It Didn't work I think it is the world Definitely not MCHeli.
------EDIT---------
Its not the world somethings wrong.
When I make a new world, with only malisis doors and core. I place down the forcefield horizontally it works. But when i put it down vertically, It crashes
---- Minecraft Crash Report ----
// Who set us up the TNT?
java.lang.NullPointerException: Unexpected error
at net.malisis.doors.door.item.ForcefieldItem.getIcon(ForcefieldItem.java:81)
at net.malisis.doors.door.item.ForcefieldItem.func_77650_f(ForcefieldItem.java:109)
at net.minecraft.item.ItemStack.func_77954_c(ItemStack.java:117)
at net.minecraft.entity.EntityLivingBase.func_70620_b(EntityLivingBase.java:1365)
at net.minecraft.entity.player.EntityPlayer.func_70620_b(EntityPlayer.java:1816)
at net.minecraft.client.entity.EntityPlayerSP.localGetItemIcon(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.getItemIcon(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70620_b(EntityPlayerSP.java)
at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:100)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:499)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:954)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1720)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1305)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at net.malisis.doors.door.item.ForcefieldItem.getIcon(ForcefieldItem.java:81)
at net.malisis.doors.door.item.ForcefieldItem.func_77650_f(ForcefieldItem.java:109)
at net.minecraft.item.ItemStack.func_77954_c(ItemStack.java:117)
at net.minecraft.entity.EntityLivingBase.func_70620_b(EntityLivingBase.java:1365)
at net.minecraft.entity.player.EntityPlayer.func_70620_b(EntityPlayer.java:1816)
at net.minecraft.client.entity.EntityPlayerSP.localGetItemIcon(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.getItemIcon(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70620_b(EntityPlayerSP.java)
at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:100)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:499)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:954)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1720)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityClientPlayerMP['Te_Potatoe'/13, l='MpServer', x=-451.42, y=141.62, z=18.73], MCH_ViewEntityDummy['MissingName'/28, l='MpServer', x=1.50, y=70.62, z=0.50]]
Chunk stats: MultiplayerChunkCache: 9, 9
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (1,68,0), Chunk: (at 1,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 43904108 game time, 1137 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 3 total; [MCH_ViewEntityDummy['MissingName'/28, l='MpServer', x=1.50, y=70.62, z=0.50], EntityTrail['unknown'/45, l='MpServer', x=-451.42, y=141.62, z=18.73], EntityClientPlayerMP['Te_Potatoe'/13, l='MpServer', x=-451.42, y=141.62, z=18.73]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
The Meaning of Life, the Universe, and Everything.
Location:
Scotland
Join Date:
2/15/2014
Posts:
56
Location:
In a ocean monument
Minecraft:
Aragrohl
Xbox:
no and no
PSN:
I cant remember
Member Details
Ordinastie I've got a bug its whenever I try to craft anyone of the 1.8 doors it just displays a regular oak door I've tried it with other mods and no other mods but it still wont work thanks in advance .
P:S I am running the latest version of 1.7.10 forge.
Rollback Post to RevisionRollBack
GENERATION 9003: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.
Ordinastie I've got a bug its whenever I try to craft anyone of the 1.8 doors it just displays a regular oak door I've tried it with other mods and no other mods but it still wont work thanks in advance .
P:S I am running the latest version of 1.7.10 forge.
That was a recipe conflict, it was fixed in a later version. Make sure you have the latest version of Malisis Doors and MalisisCore.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
First of all, I love your mod. I actually discovered when you first published it, and since then I have it as almost a core mod for any pack I play on
Anyway, I wanted to report a bug. I was preparing a pack, and when I was randomly testing, I noticed that whenever I created a custom door with the Door Factory, once it's placed the game crashes, ocasionally corrupting the world. I remembered this seemed to have been mentioned to happen in another modpack which includes this mod, "The Madpack 3", but I never got to making doors on that one (I basically die pretty fast )
Anyway, here's the crash report. Maybe you'll see something I'm missing :/
This is not true in the slightest. It was a registration bug with WAILA that caused everything to come up DragonAPI. That has recently been fixed, by the way.
This is not true in the slightest. It was a registration bug with WAILA that caused everything to come up DragonAPI. That has recently been fixed, by the way.
Hmm, I seem to have both MalisisCore, MalisisDoors, WAILA, WAILA Harvestability (just in case I checked), and all of Reikas' mods in the latest versions. You can check on the crash log, all the mods are up to date :/
Hmm, I seem to have both MalisisCore, MalisisDoors, WAILA, WAILA Harvestability (just in case I checked), and all of Reikas' mods in the latest versions. You can check on the crash log, all the mods are up to date :/
I was just correcting the person saying that Reika's mods mess with Vanilla items, which is simply untrue. Sorry if you thought otherwise. However you might want to report it to Reika as it appears the Waila compatibility is going out of whack for some reason when combined with this mod.
I was just correcting the person saying that Reika's mods mess with Vanilla items, which is simply untrue. Sorry if you thought otherwise. However you might want to report it to Reika as it appears the Waila compatibility is going out of whack for some reason when combined with this mod.
We desparately NEED 1.8 already
Eh, 1.9 is just around the corner, and 1.8 was such a pain for so many mod authors that I'd rather just wait til 1.9 for mods. That's just me, though.
Someone help me it worked before but now it just keeps crashing!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou have no idea... :x
Try and remove MC Helicopter mod.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI thought it might work in 1.8 because in the mod description on the first page, it says:
"Minecraft 1.8 Wooden doors and Iron Trapdoor :[/b]
The new variants of wooden doors and trapdoor added by Minecraft 1.8 are available and crafted the same way."
I've been looking at various github repositories (in the hopes that learning Java that way will help me in my present job hunt), and believe me, you guys have my greatest sympathy. My last job had me mixing 15 year old code with current code; I don't want to think of the madness you guys have to deal with with each version update.
Many modders have been backporting the doors and iron trapdoors from 1.8 as a way to satiate our need for 1.8 Minecraft without the necessity of actually tearing down their mods and rebuilding them from scratch to cater to the silliness that is the 1.8 rendering system.
Oh It Didn't work I think it is the world
Definitely not MCHeli.
------EDIT---------
Its not the world somethings wrong.
When I make a new world, with only malisis doors and core. I place down the forcefield horizontally it works. But when i put it down vertically, It crashes
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 8/29/15 5:42 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.malisis.doors.door.item.ForcefieldItem.getIcon(ForcefieldItem.java:81)
at net.malisis.doors.door.item.ForcefieldItem.func_77650_f(ForcefieldItem.java:109)
at net.minecraft.item.ItemStack.func_77954_c(ItemStack.java:117)
at net.minecraft.entity.EntityLivingBase.func_70620_b(EntityLivingBase.java:1365)
at net.minecraft.entity.player.EntityPlayer.func_70620_b(EntityPlayer.java:1816)
at net.minecraft.client.entity.EntityPlayerSP.localGetItemIcon(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.getItemIcon(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70620_b(EntityPlayerSP.java)
at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:100)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:499)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:954)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1720)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1305)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at net.malisis.doors.door.item.ForcefieldItem.getIcon(ForcefieldItem.java:81)
at net.malisis.doors.door.item.ForcefieldItem.func_77650_f(ForcefieldItem.java:109)
at net.minecraft.item.ItemStack.func_77954_c(ItemStack.java:117)
at net.minecraft.entity.EntityLivingBase.func_70620_b(EntityLivingBase.java:1365)
at net.minecraft.entity.player.EntityPlayer.func_70620_b(EntityPlayer.java:1816)
at net.minecraft.client.entity.EntityPlayerSP.localGetItemIcon(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.getItemIcon(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70620_b(EntityPlayerSP.java)
at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:100)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:499)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:954)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1720)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityClientPlayerMP['Te_Potatoe'/13, l='MpServer', x=-451.42, y=141.62, z=18.73], MCH_ViewEntityDummy['MissingName'/28, l='MpServer', x=1.50, y=70.62, z=0.50]]
Chunk stats: MultiplayerChunkCache: 9, 9
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (1,68,0), Chunk: (at 1,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 43904108 game time, 1137 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 3 total; [MCH_ViewEntityDummy['MissingName'/28, l='MpServer', x=1.50, y=70.62, z=0.50], EntityTrail['unknown'/45, l='MpServer', x=-451.42, y=141.62, z=18.73], EntityClientPlayerMP['Te_Potatoe'/13, l='MpServer', x=-451.42, y=141.62, z=18.73]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
Operating System: Mac OS X (x86_64) version 10.11
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2481015952 bytes (2366 MB) / 4120903680 bytes (3930 MB) up to 4120903680 bytes (3930 MB)
JVM Flags: 2 total; -Xmx4G -Xms4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_C1 67 mods loaded, 67 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJAAAA RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
UCHIJAAAA SmartCore{1.0} [Smart Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA marvelcraftuniverse{1.1} [Marvel Craft Universe Mod] ([1.7.10] Marvel Craft Universe Mod B1.1.jar)
UCHIJAAAA securitycraft{v1.7.4.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.7.4.1.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (_Iron-Chests-Mod-1.7.10.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar)
UCHIJAAAA BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
UCHIJAAAA camping{2.1} [The Camping Mod 2] (Camping-Mod-1.7.10.jar)
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA carsanddrives{1.0.9} [Cars and Drives] (Cars-and-Drives-Mod-1.7.10.jar)
UCHIJAAAA chisel{1.5.6b} [Chisel] (Chisel-Mod-1.7.10.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
UCHIJAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAA jawser{1.0.0} [Decorative Videogame Systems] (Decorative Video Game Systems mod v1.5.0.jar)
UCHIJAAAA Dirtbike{v1.2.0} [Dirtbike Mod] (Dirtbike Mod - v1.2.0.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimeVoid-Library-1.7.10.jar)
UCHIJAAAA DynamicTransport{0.1.2.0} [Dynamic Transport] (Dynamic-Transport-Mod-1.7.10.jar)
UCHIJAAAA eyemod{EyeOS4.1-1.7.10} [EyeMod] (eyemod-EyeOS4.2-1.7.10.jar)
UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA FreezeCam{4.1} [FreezeCam] (FreezeCam-4.1.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UCHIJAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (Key-and-Code-Lock-Mod-1.7.10.jar)
UCHIJAAAA malisiscore{1.7.10-0.12.7} [MalisisCore] (malisiscore-1.7.10-0.12.7.jar)
UCHIJAAAA malisisdoors{1.7.10-1.9.4} [Malisis' Doors] (malisisdoors-1.7.10-1.9.4.jar)
UCHIJAAAA mcheli{0.9.3} [MC Helicopter] (mcheli)
UCHIJAAAA Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCHIJAAAA cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCHIJAAAA Photoreal{4.0.0} [Photoreal] (Photoreal-4.0.0.jar)
UCHIJAAAA PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA rivalrebels{1.7.10K} [Rival Rebels] (rivalrebels-1.7.10K.jar)
UCHIJAAAA SaintsCore{0.9} [Saintscore] (SaintsCore-0.9-Minecraft-1.7.10)
UCHIJAAAA mod_Saintspack{0.9} [Saintspack] (SaintsPack-0.9-Minecraft_1.7.10)
UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCHIJAAAA SelfieMod{1.0.0-beta3} [Selfie Mod] (Selfie-Mod-1.7.10.zip)
UCHIJAAAA shouldersurfing{1.0} [ShoulderSurfing] (shouldersurfing-1.7.10.jar)
UCHIJAAAA simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
UCHIJAAAA SmartMoving{15.1} [Smart Moving] (SmartMoving-1.7.10-15.1.jar)
UCHIJAAAA SmartRender{2.0} [Smart Render] (SmartRender-1.7.10-2.0.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCHIJAAAA timecontrol{V0.1 - 1.7.10} [Time Control] (Time-Control-Remote-Mod-1.7.10.jar)
UCHIJAAAA torchLevers{1.4} [Torch Levers] (TorchLeversV1.4.jar)
UCHIJAAAA Trapcraft{v2.2.1a} [Trapcraft] (TrapCraft)
UCHIJAAAA tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar)
UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.8.75' Renderer: 'Intel Iris OpenGL Engine'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.3-303
Stencil buffer state: Function set: ARB, pool: forge, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-10.8.75, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNew version : MalisisDoors 1.7.10-1.9.5
Requires MalisisCore 1.7.10-0.12.9
- Fixed possible crash with VanishingBlocks.
- Fixed lighting issue with some items.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
y need this mod for 1.8 version
Best mod I've seen in a while! I rate 9/10
Ordinastie I've got a bug its whenever I try to craft anyone of the 1.8 doors it just displays a regular oak door I've tried it with other mods and no other mods but it still wont work thanks in advance
.
P:S I am running the latest version of 1.7.10 forge.
That was a recipe conflict, it was fixed in a later version. Make sure you have the latest version of Malisis Doors and MalisisCore.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumFirst of all, I love your mod. I actually discovered when you first published it, and since then I have it as almost a core mod for any pack I play on
Anyway, I wanted to report a bug. I was preparing a pack, and when I was randomly testing, I noticed that whenever I created a custom door with the Door Factory, once it's placed the game crashes, ocasionally corrupting the world. I remembered this seemed to have been mentioned to happen in another modpack which includes this mod, "The Madpack 3", but I never got to making doors on that one (I basically die pretty fast
)
Anyway, here's the crash report. Maybe you'll see something I'm missing :/
[00:07:43] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 9/3/15 12:07 AM Description: Unexpected error java.lang.NullPointerException: Unexpected error at net.malisis.doors.door.block.Door.func_149650_a(Door.java:330) at Reika.DragonAPI.ModInteract.WailaTechnicalOverride.getWailaStack(WailaTechnicalOverride.java:51) at mcp.mobius.waila.overlay.RayTracing.getIdentifierItems(RayTracing.java:156) at mcp.mobius.waila.overlay.RayTracing.getIdentifierStack(RayTracing.java:97) at mcp.mobius.waila.overlay.RayTracing.getTargetStack(RayTracing.java:66) at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:76) at cpw.mods.fml.common.eventhandler.ASMEventHandler_915_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2064) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) 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:310) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394) at org.multimc.EntryPoint.listen(EntryPoint.java:170) at org.multimc.EntryPoint.main(EntryPoint.java:54) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.malisis.doors.door.block.Door.func_149650_a(Door.java:330) at Reika.DragonAPI.ModInteract.WailaTechnicalOverride.getWailaStack(WailaTechnicalOverride.java:51) at mcp.mobius.waila.overlay.RayTracing.getIdentifierItems(RayTracing.java:156) at mcp.mobius.waila.overlay.RayTracing.getIdentifierStack(RayTracing.java:97) at mcp.mobius.waila.overlay.RayTracing.getTargetStack(RayTracing.java:66) at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:76) at cpw.mods.fml.common.eventhandler.ASMEventHandler_915_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['<PROFILE NAME>'/12764, l='MpServer', x=1468.30, y=73.62, z=861.48]] Chunk stats: MultiplayerChunkCache: 412, 412 Level seed: 0 Level generator: ID 05 - BIOMESOP, ver 0. Features enabled: false Level generator options: Level spawn location: World: (1539,64,860), Chunk: (at 3,4,12 in 96,53; contains blocks 1536,0,848 to 1551,255,863), Region: (3,1; contains chunks 96,32 to 127,63, blocks 1536,0,512 to 2047,255,1023) Level time: 18396 game time, 34834 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 360 total; [EntityBishop['Bishop'/12288, l='MpServer', x=1468.50, y=28.00, z=781.50], EntityRook['Rook'/12294, l='MpServer', x=1470.50, y=28.00, z=781.50], EntityBat['Bat'/262157, l='MpServer', x=1398.25, y=33.10, z=861.69], EntityMinecartChest['entity.MinecartChest.name'/12303, l='MpServer', x=1478.50, y=18.34, z=824.50], EntityMinecartChest['entity.MinecartChest.name'/12304, l='MpServer', x=1478.50, y=7.50, z=845.50], EntityMinecartChest['entity.MinecartChest.name'/12306, l='MpServer', x=1476.50, y=17.50, z=879.50], EntityMinecartChest['entity.MinecartChest.name'/12307, l='MpServer', x=1472.50, y=29.50, z=921.50], EntityYale['Yale'/12308, l='MpServer', x=1469.88, y=135.00, z=964.84], EntityYale['Yale'/12309, l='MpServer', x=1468.91, y=140.00, z=965.88], EntityYale['Yale'/12310, l='MpServer', x=1466.50, y=146.00, z=969.69], EntityMinecartChest['entity.MinecartChest.name'/12317, l='MpServer', x=1484.50, y=26.34, z=843.50], EntitySilex['Silex'/235549, l='MpServer', x=1436.47, y=58.00, z=805.47], EntityMinecartChest['entity.MinecartChest.name'/12321, l='MpServer', x=1486.50, y=16.50, z=879.50], EntityConcapedeHead['Concapede'/12322, l='MpServer', x=1536.25, y=70.00, z=979.16], EntityItem['item.tile.rail'/264230, l='MpServer', x=1412.84, y=26.13, z=842.81], EntitySkeleton['Skeleton'/227370, l='MpServer', x=1485.84, y=22.00, z=791.47], EntityIka['Ika'/118832, l='MpServer', x=1436.66, y=46.00, z=896.06], EntityIka['Ika'/118835, l='MpServer', x=1392.47, y=33.00, z=936.47], EntityIka['Ika'/118841, l='MpServer', x=1405.47, y=51.00, z=911.47], EntityConcapedeSegment['Concapede Segment'/213062, l='MpServer', x=1533.78, y=70.22, z=979.06], EntityPawn['Pawn'/12358, l='MpServer', x=1522.50, y=27.00, z=883.50], EntityKing['King'/12359, l='MpServer', x=1522.50, y=27.00, z=888.50], EntityKing['King'/12360, l='MpServer', x=1523.50, y=27.00, z=882.50], EntityPawn['Pawn'/12361, l='MpServer', x=1523.50, y=27.00, z=883.50], EntityPawn['Pawn'/12362, l='MpServer', x=1523.50, y=27.00, z=888.50], EntityPawn['Pawn'/12363, l='MpServer', x=1524.50, y=27.00, z=883.50], EntityPawn['Pawn'/12364, l='MpServer', x=1524.50, y=27.00, z=886.50], EntityRook['Rook'/12365, l='MpServer', x=1524.50, y=27.00, z=889.50], EntityRook['Rook'/12366, l='MpServer', x=1525.50, y=27.00, z=884.50], EntityRook['Rook'/12367, l='MpServer', x=1526.50, y=27.00, z=887.50], EntityPawn['Pawn'/12368, l='MpServer', x=1527.50, y=27.00, z=883.50], EntityKnight['Knight'/12369, l='MpServer', x=1527.50, y=27.00, z=886.50], EntityPawn['Pawn'/12370, l='MpServer', x=1528.50, y=27.00, z=883.50], EntityBishop['Bishop'/12371, l='MpServer', x=1528.50, y=27.00, z=884.50], EntityPawn['Pawn'/12372, l='MpServer', x=1528.50, y=27.00, z=887.50], EntityPawn['Pawn'/12373, l='MpServer', x=1529.50, y=27.00, z=884.50], EntityPawn['Pawn'/12374, l='MpServer', x=1529.50, y=27.00, z=888.50], EntityRook['Rook'/12375, l='MpServer', x=1529.50, y=27.00, z=889.50], EntityConcapedeHead['Concapede'/12376, l='MpServer', x=1567.03, y=68.00, z=965.91], EntityJoustAlpha['Joust Alpha'/12381, l='MpServer', x=1571.50, y=117.00, z=773.50], EntityLacedon['Lacedon'/241764, l='MpServer', x=1421.50, y=54.00, z=885.50], EntityIka['Ika'/241776, l='MpServer', x=1438.50, y=47.00, z=817.50], EntitySkeleton['Skeleton'/256118, l='MpServer', x=1401.50, y=28.00, z=795.50], EntityBat['Bat'/258170, l='MpServer', x=1496.61, y=18.00, z=842.68], EntityBat['Bat'/260225, l='MpServer', x=1466.48, y=19.10, z=844.24], EntityBat['Bat'/260224, l='MpServer', x=1468.24, y=18.63, z=843.04], EntityConcapedeHead['Concapede'/12422, l='MpServer', x=1556.31, y=69.00, z=960.50], EntitySilex['Silex'/229523, l='MpServer', x=1432.50, y=48.00, z=808.50], EntityConcapedeSegment['Concapede Segment'/161955, l='MpServer', x=1533.84, y=70.28, z=979.09], EntityCreeper['Creeper'/227511, l='MpServer', x=1547.50, y=41.00, z=873.50], EntityItem['item.item.dyePowder.black'/200927, l='MpServer', x=1492.28, y=49.13, z=893.97], EntityItem['item.item.coal'/229615, l='MpServer', x=1439.81, y=48.13, z=847.09], EntityItem['item.item.blazePowder'/229616, l='MpServer', x=1439.47, y=48.13, z=846.97], EntityZombie['Zombie'/258319, l='MpServer', x=1446.50, y=36.00, z=892.50], EntityLobber['Lobber'/266507, l='MpServer', x=1449.46, y=42.00, z=855.46], EntityAfrit['Afrit'/266514, l='MpServer', x=1436.48, y=104.00, z=867.48], EntityAfrit['Afrit'/194849, l='MpServer', x=1458.47, y=69.02, z=869.44], EntityAfrit['Afrit'/164156, l='MpServer', x=1459.50, y=69.00, z=865.50], EntityAfrit['Afrit'/164165, l='MpServer', x=1462.47, y=69.00, z=861.47], EntityIka['Ika'/22878, l='MpServer', x=1506.50, y=54.00, z=875.13], EntityIka['Ika'/22884, l='MpServer', x=1557.47, y=53.00, z=837.47], EntityIka['Ika'/22891, l='MpServer', x=1595.47, y=48.00, z=854.47], EntityIka['Ika'/22893, l='MpServer', x=1583.47, y=52.00, z=850.47], EntityIka['Ika'/22895, l='MpServer', x=1581.47, y=50.00, z=850.47], EntityConcussionCreeper['Concussion Creeper'/254327, l='MpServer', x=1480.50, y=27.00, z=906.50], EntityConcussionCreeper['Concussion Creeper'/254326, l='MpServer', x=1480.50, y=27.00, z=909.50], EntityIka['Ika'/22904, l='MpServer', x=1563.47, y=52.00, z=848.53], EntityConcussionCreeper['Concussion Creeper'/254328, l='MpServer', x=1479.50, y=27.00, z=908.50], EntitySpider['Spider'/262528, l='MpServer', x=1396.03, y=32.00, z=891.38], EntityCreeper['Creeper'/262530, l='MpServer', x=1395.44, y=32.00, z=890.00], EntityCreeper['Creeper'/262531, l='MpServer', x=1394.19, y=32.00, z=890.19], EntityJoust['Joust'/94602, l='MpServer', x=1406.50, y=97.00, z=831.50], EntityConcussionCreeper['Concussion Creeper'/266648, l='MpServer', x=1454.49, y=28.00, z=862.48], EntityCreeper['Creeper'/258483, l='MpServer', x=1469.50, y=35.00, z=886.50], EntityCreeper['Creeper'/258486, l='MpServer', x=1469.50, y=35.00, z=887.50], EntityCreeper['Creeper'/258485, l='MpServer', x=1469.50, y=35.00, z=888.50], EntityIka['Ika'/215480, l='MpServer', x=1487.06, y=49.00, z=840.22], EntityConcapedeSegment['Concapede Segment'/12745, l='MpServer', x=1535.84, y=70.00, z=978.44], EntityConcapedeSegment['Concapede Segment'/12746, l='MpServer', x=1535.22, y=70.00, z=978.69], EntityConcapedeSegment['Concapede Segment'/12747, l='MpServer', x=1534.47, y=70.00, z=979.31], EntityConcapedeSegment['Concapede Segment'/12748, l='MpServer', x=1534.38, y=70.38, z=978.88], EntityConcapedeSegment['Concapede Segment'/12749, l='MpServer', x=1566.31, y=68.00, z=965.50], EntityFallingBlock['Falling Block'/158159, l='MpServer', x=1601.50, y=15.49, z=718.50], EntityConcapedeSegment['Concapede Segment'/12750, l='MpServer', x=1565.56, y=67.91, z=965.91], EntityConcapedeSegment['Concapede Segment'/12751, l='MpServer', x=1565.94, y=67.69, z=966.59], EntityConcapedeSegment['Concapede Segment'/12752, l='MpServer', x=1566.59, y=67.59, z=967.28], EntityConcapedeSegment['Concapede Segment'/12753, l='MpServer', x=1567.34, y=67.53, z=967.13], EntityItem['item.item.dyePowder.black'/229842, l='MpServer', x=1431.03, y=46.13, z=894.28], EntityConcapedeSegment['Concapede Segment'/12754, l='MpServer', x=1567.06, y=67.53, z=967.59], EntityConcapedeSegment['Concapede Segment'/12755, l='MpServer', x=1555.53, y=69.00, z=960.53], EntityConcapedeSegment['Concapede Segment'/12756, l='MpServer', x=1555.84, y=69.00, z=960.28], EntityConcapedeSegment['Concapede Segment'/12757, l='MpServer', x=1556.53, y=69.00, z=960.72], EntityConcapedeSegment['Concapede Segment'/12758, l='MpServer', x=1557.31, y=69.00, z=961.34], EntityConcapedeSegment['Concapede Segment'/12759, l='MpServer', x=1557.00, y=68.91, z=962.00], EntityConcapedeSegment['Concapede Segment'/12760, l='MpServer', x=1557.38, y=68.91, z=962.72], EntityConcapedeSegment['Concapede Segment'/12761, l='MpServer', x=1558.00, y=68.88, z=962.72], EntityConcapedeSegment['Concapede Segment'/12762, l='MpServer', x=1558.75, y=68.88, z=963.25], EntityConcapedeSegment['Concapede Segment'/12763, l='MpServer', x=1559.50, y=68.75, z=963.47], EntityHat['unknown'/262631, l='MpServer', x=1395.44, y=32.00, z=890.00], EntityHat['unknown'/262632, l='MpServer', x=1394.19, y=32.00, z=890.19], EntityItem['item.item.dyePowder.black'/240139, l='MpServer', x=1522.31, y=52.13, z=898.72], EntityBat['Bat'/252471, l='MpServer', x=1490.50, y=28.10, z=919.75], EntityBat['Bat'/252473, l='MpServer', x=1474.75, y=26.10, z=917.75], EntityBat['Bat'/240201, l='MpServer', x=1543.50, y=18.10, z=844.13], EntityZombie['Zombie'/250459, l='MpServer', x=1477.50, y=20.00, z=837.50], EntityZombie['Zombie'/244316, l='MpServer', x=1385.84, y=29.00, z=893.72], EntityCreeper['Creeper'/264822, l='MpServer', x=1492.50, y=16.00, z=883.50], EntityConcapedeSegment['Concapede Segment'/166521, l='MpServer', x=1567.53, y=67.44, z=968.38], EntityChupacabra['Chupacabra'/207503, l='MpServer', x=1422.44, y=26.00, z=898.06], EntityShade['Shade'/207507, l='MpServer', x=1429.44, y=11.00, z=897.44], EntitySkeleton['Skeleton'/264876, l='MpServer', x=1459.22, y=18.00, z=841.41], EntityCreeper['Creeper'/264877, l='MpServer', x=1460.66, y=18.00, z=843.66], EntityCreeper['Creeper'/264879, l='MpServer', x=1458.50, y=18.00, z=838.50], EntitySkeleton['Skeleton'/264875, l='MpServer', x=1458.69, y=18.00, z=844.13], EntityIka['Ika'/45750, l='MpServer', x=1500.44, y=50.00, z=948.44], EntityIka['Ika'/45751, l='MpServer', x=1585.78, y=56.00, z=939.19], EntityIka['Ika'/45753, l='MpServer', x=1583.44, y=60.00, z=950.44], EntityItem['item.item.dyePowder.black'/250553, l='MpServer', x=1491.78, y=47.13, z=824.19], EntityHat['unknown'/240316, l='MpServer', x=1543.50, y=18.10, z=844.13], EntityIka['Ika'/45760, l='MpServer', x=1509.97, y=49.00, z=933.28], EntityIka['Ika'/45762, l='MpServer', x=1524.38, y=54.00, z=911.91], EntityIka['Ika'/45764, l='MpServer', x=1584.94, y=61.00, z=980.91], EntitySpider['Spider'/228051, l='MpServer', x=1503.50, y=21.00, z=939.50], EntityConcussionCreeper['Concussion Creeper'/252634, l='MpServer', x=1418.50, y=34.00, z=847.50], EntityConcussionCreeper['Concussion Creeper'/252633, l='MpServer', x=1417.63, y=34.00, z=845.38], EntityClientPlayerMP['<PROFILE NAME>'/12764, l='MpServer', x=1468.30, y=73.62, z=861.48], EntityHat['unknown'/13026, l='MpServer', x=1468.30, y=73.62, z=861.48], EntitySilex['Silex'/180967, l='MpServer', x=1446.94, y=55.13, z=908.67], EntityIka['Ika'/180970, l='MpServer', x=1446.44, y=49.00, z=845.97], EntitySilex['Silex'/180978, l='MpServer', x=1530.47, y=57.00, z=896.47], EntitySilex['Silex'/170741, l='MpServer', x=1438.35, y=62.01, z=849.50], EntityCaveSpider['Cave Spider'/146170, l='MpServer', x=-7.30, y=-56.62, z=25.52], EntitySilex['Silex'/170747, l='MpServer', x=1494.50, y=56.00, z=922.50], EntityIka['Ika'/180987, l='MpServer', x=1521.47, y=50.00, z=838.47], EntityIka['Ika'/180990, l='MpServer', x=1473.41, y=48.00, z=829.91], EntitySilex['Silex'/170751, l='MpServer', x=1443.16, y=58.84, z=840.75], EntityIka['Ika'/180989, l='MpServer', x=1519.44, y=51.00, z=843.44], EntityIka['Ika'/170756, l='MpServer', x=1445.44, y=50.00, z=849.44], EntityIka['Ika'/170764, l='MpServer', x=1489.50, y=48.00, z=906.50], EntitySilex['Silex'/170765, l='MpServer', x=1441.50, y=48.00, z=892.50], EntityIka['Ika'/181009, l='MpServer', x=1467.41, y=47.00, z=803.41], EntityIka['Azure Ika'/170774, l='MpServer', x=1438.50, y=46.00, z=897.50], EntityConcussionCreeper['Concussion Creeper'/256789, l='MpServer', x=1531.50, y=16.00, z=920.50], EntityIka['Ika'/170778, l='MpServer', x=1523.94, y=54.00, z=851.13], EntityIka['Ika'/181020, l='MpServer', x=1531.25, y=52.00, z=898.66], EntitySilex['Silex'/170781, l='MpServer', x=1433.50, y=59.00, z=889.50], EntityIka['Ika'/21283, l='MpServer', x=1495.25, y=52.00, z=889.13], EntityIka['Ika'/58150, l='MpServer', x=1389.44, y=49.00, z=974.44], EntitySilex['Silex'/170788, l='MpServer', x=1448.42, y=60.00, z=826.38], EntityIka['Ika'/21287, l='MpServer', x=1518.44, y=49.00, z=838.44], EntitySilex['Silex'/170789, l='MpServer', x=1523.47, y=56.00, z=854.47], EntityIka['Ika'/21289, l='MpServer', x=1526.06, y=53.00, z=908.34], EntityIka['Ika'/21292, l='MpServer', x=1508.44, y=52.00, z=858.53], EntityIka['Ika'/21298, l='MpServer', x=1519.44, y=48.00, z=832.44], EntityIka['Golden Ika'/129842, l='MpServer', x=1403.63, y=39.00, z=919.94], EntityIka['Golden Ika'/21300, l='MpServer', x=1590.50, y=47.00, z=820.50], EntitySilex['Silex'/265023, l='MpServer', x=1434.47, y=56.00, z=890.47], EntityIka['Ika'/21308, l='MpServer', x=1523.50, y=49.00, z=832.50], EntityIka['Ika'/21309, l='MpServer', x=1559.44, y=51.00, z=907.44], EntityIka['Ika'/129854, l='MpServer', x=1435.66, y=46.00, z=898.50], EntityMinecartChest['entity.MinecartChest.name'/92990, l='MpServer', x=1401.50, y=32.34, z=899.13], EntitySquid['Squid'/228156, l='MpServer', x=1498.69, y=57.25, z=815.50], EntitySquid['Squid'/228163, l='MpServer', x=1498.28, y=56.97, z=812.38], EntityTrail['unknown'/13121, l='MpServer', x=1468.30, y=73.62, z=861.48], EntityIka['Ika'/21313, l='MpServer', x=1525.44, y=56.00, z=916.44], EntityIka['Ika'/129856, l='MpServer', x=1376.47, y=39.00, z=972.47], EntityGeken['Geken'/262981, l='MpServer', x=1419.66, y=30.00, z=901.38], EntityIka['Ika'/21314, l='MpServer', x=1519.47, y=51.00, z=851.47], EntityGeken['Geken'/262982, l='MpServer', x=1418.97, y=32.08, z=901.14], EntitySquid['Squid'/228165, l='MpServer', x=1492.56, y=57.34, z=820.50], EntityIka['Ika'/21323, l='MpServer', x=1522.50, y=54.00, z=887.16], EntityIka['Ika'/21324, l='MpServer', x=1498.47, y=50.00, z=890.59], EntitySquid['Squid'/228172, l='MpServer', x=1520.38, y=56.38, z=888.50], EntityCaveSpider['Cave Spider'/13137, l='MpServer', x=-9.38, y=-57.62, z=-20.57], EntitySquid['Squid'/228176, l='MpServer', x=1527.22, y=53.00, z=905.44], EntityItem['item.item.dyePowder.black'/234326, l='MpServer', x=1502.94, y=48.13, z=922.66], EntitySquid['Squid'/228191, l='MpServer', x=1436.41, y=49.75, z=799.16], EntityBat['Bat'/260956, l='MpServer', x=1406.88, y=26.00, z=903.75], EntityCaveSpider['Cave Spider'/13156, l='MpServer', x=-8.50, y=-57.62, z=0.50], EntityBat['Bat'/234346, l='MpServer', x=1464.65, y=52.42, z=912.48], EntityZombie['Zombie'/260973, l='MpServer', x=1517.50, y=17.00, z=919.50], EntityZombie['Zombie'/260972, l='MpServer', x=1520.50, y=17.00, z=919.50], EntityJengu['Jengu'/258936, l='MpServer', x=1427.47, y=56.00, z=887.47], EntitySilex['Silex'/197529, l='MpServer', x=1492.38, y=62.08, z=807.51], EntityCreeper['Creeper'/250813, l='MpServer', x=1479.50, y=17.00, z=885.50], EntityCreeper['Creeper'/250812, l='MpServer', x=1478.34, y=17.00, z=884.78], EntityZombie['Zombie'/263109, l='MpServer', x=1456.50, y=17.00, z=888.50], EntityChupacabra['Chupacabra'/111555, l='MpServer', x=1383.50, y=18.00, z=953.47], EntitySquid['Squid'/228298, l='MpServer', x=1429.25, y=58.22, z=893.16], EntitySpider['Spider'/263113, l='MpServer', x=1468.03, y=17.00, z=884.66], EntitySilex['Silex'/158675, l='MpServer', x=1423.47, y=53.00, z=923.47], EntitySilex['Silex'/158682, l='MpServer', x=1496.59, y=60.93, z=871.61], EntitySilex['Silex'/158687, l='MpServer', x=1399.50, y=52.00, z=870.50], EntitySilex['Silex'/158685, l='MpServer', x=1499.44, y=61.09, z=908.40], EntityCreeper['Creeper'/244707, l='MpServer', x=1535.50, y=21.00, z=873.50], EntityWitch['Witch'/244704, l='MpServer', x=1540.22, y=21.00, z=867.47], EntitySilex['Silex'/162790, l='MpServer', x=1514.47, y=55.00, z=887.47], EntitySilex['Silex'/158692, l='MpServer', x=1499.47, y=56.00, z=895.47], EntityIka['Ika'/187365, l='MpServer', x=1503.47, y=47.00, z=801.47], EntityIka['Ika'/158698, l='MpServer', x=1476.25, y=48.00, z=832.03], EntitySilex['Silex'/158699, l='MpServer', x=1478.64, y=62.00, z=926.32], EntitySilex['Silex'/175083, l='MpServer', x=1445.47, y=51.00, z=814.47], EntitySilex['Silex'/162792, l='MpServer', x=1515.48, y=62.19, z=846.47], EntitySilex['Light Silex'/162798, l='MpServer', x=1443.50, y=49.00, z=899.50], EntitySilex['Silex'/158701, l='MpServer', x=1486.47, y=56.00, z=923.47], EntitySilex['Silex'/162797, l='MpServer', x=1517.44, y=53.00, z=847.44], EntityIka['Ika'/187373, l='MpServer', x=1440.44, y=47.00, z=818.44], EntitySilex['Silex'/158705, l='MpServer', x=1482.47, y=57.00, z=908.47], EntitySilex['Silex'/162801, l='MpServer', x=1514.47, y=57.00, z=889.38], EntitySilex['Silex'/162806, l='MpServer', x=1507.50, y=53.00, z=826.50], EntitySilex['Silex'/175094, l='MpServer', x=1439.40, y=59.13, z=837.35], EntityIka['Ika'/187382, l='MpServer', x=1444.50, y=48.00, z=844.50], EntitySilex['Silex'/162807, l='MpServer', x=1428.50, y=55.00, z=899.50], EntitySilex['Silex'/187384, l='MpServer', x=1506.47, y=51.00, z=806.47], EntitySilex['Silex'/162814, l='MpServer', x=1444.44, y=54.00, z=908.44], EntityIka['Ika'/158720, l='MpServer', x=1489.53, y=48.00, z=922.16], EntitySilex['Keppel Silex'/175104, l='MpServer', x=1523.47, y=58.00, z=884.47], EntitySilex['Silex'/162817, l='MpServer', x=1432.50, y=50.00, z=896.50], EntitySilex['Silex'/175110, l='MpServer', x=1447.47, y=57.00, z=823.47], EntitySilex['Silex'/175111, l='MpServer', x=1451.39, y=47.07, z=827.67], EntitySilex['Silex'/162820, l='MpServer', x=1500.50, y=58.00, z=918.50], EntitySilex['Silex'/162826, l='MpServer', x=1536.09, y=52.00, z=888.75], EntitySilex['Silex'/162830, l='MpServer', x=1508.97, y=48.00, z=809.47], EntitySilex['Silex'/162829, l='MpServer', x=1509.78, y=56.00, z=891.94], EntitySilex['Silex'/162834, l='MpServer', x=1515.09, y=55.84, z=824.09], EntitySilex['Silex'/162837, l='MpServer', x=1463.31, y=52.03, z=825.72], EntitySilex['Silex'/175125, l='MpServer', x=1517.47, y=56.00, z=814.47], EntitySilex['Silex'/162842, l='MpServer', x=1503.47, y=48.00, z=821.47], EntitySilex['Silex'/162843, l='MpServer', x=1513.47, y=49.00, z=808.47], EntityCreeper['Creeper'/234521, l='MpServer', x=1522.50, y=18.00, z=925.50], EntitySilex['Silex'/175129, l='MpServer', x=1511.47, y=49.00, z=811.47], EntitySilex['Silex'/148519, l='MpServer', x=1381.50, y=46.00, z=903.50], EntityIka['Ika'/148523, l='MpServer', x=1459.91, y=56.00, z=895.69], EntitySilex['Silex'/148521, l='MpServer', x=1393.50, y=52.00, z=882.50], EntitySilex['Silex'/199725, l='MpServer', x=1465.50, y=57.00, z=806.50], EntitySilex['Silex'/148528, l='MpServer', x=1477.58, y=62.08, z=872.55], EntitySilex['Silex'/148533, l='MpServer', x=1394.47, y=53.00, z=946.47], EntityIka['Ika'/148543, l='MpServer', x=1392.41, y=31.39, z=877.51], EntitySilex['Keppel Silex'/148546, l='MpServer', x=1395.50, y=53.00, z=873.50], EntitySilex['Silex'/148555, l='MpServer', x=1471.69, y=61.09, z=886.42], EntityItem['item.item.dyePowder.black'/201801, l='MpServer', x=1517.78, y=51.13, z=901.22], EntityCaveSpider['Cave Spider'/95318, l='MpServer', x=-21.87, y=-34.73, z=-14.80], EntityCreeper['Creeper'/255103, l='MpServer', x=1402.75, y=31.00, z=806.09], EntityChupacabra['Chupacabra'/236702, l='MpServer', x=1478.09, y=6.00, z=820.22], EntityGrue['Lunar Grue'/236701, l='MpServer', x=1417.09, y=26.00, z=890.81], EntityChupacabra['Chupacabra'/236700, l='MpServer', x=1416.53, y=34.00, z=846.56], EntityCaveSpider['Cave Spider'/156881, l='MpServer', x=-12.70, y=-52.62, z=-9.77], EntitySkeleton['Skeleton'/238810, l='MpServer', x=1545.78, y=14.00, z=818.41], EntityHat['unknown'/228583, l='MpServer', x=1436.41, y=49.75, z=799.16], EntityChupacabra['Chupacabra'/161022, l='MpServer', x=1483.63, y=19.00, z=829.97], EntityShade['Shade'/161023, l='MpServer', x=1508.78, y=11.00, z=907.53], EntityChupacabra['Chupacabra'/161021, l='MpServer', x=1420.47, y=26.00, z=900.47], EntityChupacabra['Chupacabra'/161026, l='MpServer', x=1436.50, y=23.00, z=901.50], EntityBat['Bat'/244999, l='MpServer', x=1419.63, y=28.10, z=902.38], EntityBat['Bat'/244998, l='MpServer', x=1425.13, y=27.10, z=923.44], EntityZombie['Warped Zombie'/257298, l='MpServer', x=1394.50, y=37.00, z=895.50], EntityHat['unknown'/238871, l='MpServer', x=1545.78, y=14.00, z=818.41], EntityShade['Shade'/226603, l='MpServer', x=1449.50, y=36.00, z=896.50], EntityShade['Shade'/226602, l='MpServer', x=1505.72, y=15.00, z=896.50], EntityChupacabra['Chupacabra'/226600, l='MpServer', x=1502.47, y=16.00, z=896.97], EntitySkeleton['Skeleton'/247127, l='MpServer', x=1456.84, y=30.00, z=885.41], EntityConcussionCreeper['Concussion Creeper'/253283, l='MpServer', x=1464.50, y=59.00, z=920.50], EntityBat['Bat'/218494, l='MpServer', x=1475.13, y=25.10, z=904.75], EntityItem['item.item.dyePowder.black'/249217, l='MpServer', x=1499.16, y=48.13, z=921.97], EntityHat['unknown'/247177, l='MpServer', x=1456.84, y=30.00, z=885.41], EntityCaveSpider['Cave Spider'/144783, l='MpServer', x=-16.30, y=-42.62, z=19.52], EntityConcapedeSegment['Concapede Segment'/218585, l='MpServer', x=1567.09, y=67.38, z=968.13], EntitySkeleton['Skeleton'/226782, l='MpServer', x=1504.50, y=15.00, z=898.50], EntityCreeper['Creeper'/226788, l='MpServer', x=1505.50, y=15.00, z=898.50], EntityConcussionCreeper['Concussion Creeper'/212464, l='MpServer', x=1450.00, y=17.00, z=883.47], EntityZombie['Zombie'/257526, l='MpServer', x=1406.50, y=11.00, z=909.50], EntityIka['Ika'/95735, l='MpServer', x=1375.44, y=37.00, z=970.44], EntityZombie['Zombie'/257525, l='MpServer', x=1406.50, y=11.00, z=908.50], EntityIka['Ika'/95736, l='MpServer', x=1398.81, y=35.00, z=945.03], EntityIka['Ika'/95739, l='MpServer', x=1389.44, y=32.00, z=931.44], EntityIka['Ika'/95738, l='MpServer', x=1374.50, y=31.00, z=949.50], EntitySkeleton['Skeleton'/257528, l='MpServer', x=1405.50, y=11.00, z=909.50], EntityIka['Ika'/95741, l='MpServer', x=1381.44, y=31.00, z=956.44], EntityIka['Ika'/95751, l='MpServer', x=1383.47, y=32.00, z=952.47], EntitySkeleton['Skeleton'/251411, l='MpServer', x=1482.50, y=16.00, z=898.50], EntityLobber['Lobber'/230933, l='MpServer', x=1455.31, y=67.00, z=865.31], EntityZombie['Zombie'/253499, l='MpServer', x=1486.50, y=18.00, z=840.50], EntitySkeleton['Skeleton'/253498, l='MpServer', x=1491.50, y=18.00, z=841.50], EntityZombie['Zombie'/253502, l='MpServer', x=1491.50, y=18.00, z=842.50], EntityZombie['Zombie'/253501, l='MpServer', x=1489.50, y=18.00, z=840.50], EntityItem['item.item.dyePowder.black'/251461, l='MpServer', x=1413.31, y=47.13, z=921.16], EntityIka['Ika'/167502, l='MpServer', x=1445.50, y=47.00, z=825.50], EntityIka['Ika'/167503, l='MpServer', x=1472.44, y=47.00, z=817.44], EntitySilex['Silex'/167501, l='MpServer', x=1510.50, y=54.00, z=841.50], EntityIka['Ika'/167504, l='MpServer', x=1441.44, y=47.00, z=894.44], EntityIka['Ika'/167505, l='MpServer', x=1514.41, y=51.00, z=819.41], EntitySilex['Silex'/167511, l='MpServer', x=1472.59, y=62.05, z=855.44], EntitySilex['Silex'/167513, l='MpServer', x=1516.50, y=53.00, z=827.50], EntityIka['Ika'/167518, l='MpServer', x=1513.50, y=49.00, z=901.50], EntityIka['Ika'/167530, l='MpServer', x=1459.50, y=47.00, z=809.50], EntitySilex['Silex'/167532, l='MpServer', x=1505.50, y=56.00, z=843.50], EntityIka['Ika'/167538, l='MpServer', x=1502.59, y=50.00, z=841.91], EntityHat['unknown'/253555, l='MpServer', x=1486.50, y=18.00, z=840.50], EntityIka['Ika'/167536, l='MpServer', x=1439.44, y=56.00, z=890.53], EntitySilex['Silex'/167543, l='MpServer', x=1526.50, y=58.00, z=850.50], EntitySilex['Silex'/167540, l='MpServer', x=1451.97, y=51.84, z=827.75], EntityIka['Ika'/167547, l='MpServer', x=1458.44, y=48.00, z=817.44], EntityIka['Ika'/167555, l='MpServer', x=1527.47, y=56.00, z=915.47], EntityIka['Ika'/167552, l='MpServer', x=1447.47, y=47.00, z=825.47], EntitySilex['Silex'/167558, l='MpServer', x=1502.47, y=49.00, z=914.47], EntitySkeleton['Skeleton'/247439, l='MpServer', x=1505.50, y=34.00, z=887.50], EntityItem['item.item.dyePowder.black'/202393, l='MpServer', x=1497.41, y=48.13, z=896.97], EntityItem['item.item.string'/202400, l='MpServer', x=1522.38, y=22.13, z=860.78], EntityZombie['Zombie'/263840, l='MpServer', x=1497.50, y=20.00, z=934.50], EntitySilex['Silex'/206500, l='MpServer', x=1451.29, y=61.08, z=813.50], EntityGrue['Grue'/261807, l='MpServer', x=1431.50, y=32.00, z=886.50], EntityGrue['Grue'/261806, l='MpServer', x=1427.47, y=27.00, z=885.47], EntityShade['Shade'/261811, l='MpServer', x=1497.50, y=18.00, z=840.50], EntityGrue['Grue'/261809, l='MpServer', x=1423.50, y=26.00, z=903.50], EntitySkeleton['Skeleton'/255713, l='MpServer', x=1389.56, y=15.00, z=835.44], EntityJoust['Joust'/93925, l='MpServer', x=1400.31, y=78.00, z=856.72], EntityJoust['Joust'/93926, l='MpServer', x=1412.19, y=77.00, z=856.50], EntityItem['item.item.string'/222980, l='MpServer', x=1467.56, y=35.13, z=883.31], EntityCaveSpider['Cave Spider'/145169, l='MpServer', x=-31.86, y=-41.62, z=6.80], EntityCaveSpider['Cave Spider'/159531, l='MpServer', x=4.52, y=-55.62, z=-21.14], EntityItem['item.item.dyePowder.black'/261945, l='MpServer', x=1493.22, y=47.13, z=824.16], EntityMobEnderman['Enderman'/196438, l='MpServer', x=1445.32, y=61.50, z=873.94], EntityIka['Ika'/141193, l='MpServer', x=1434.81, y=48.00, z=905.19], EntitySilex['Silex'/141196, l='MpServer', x=1458.06, y=61.16, z=895.34], EntityIka['Ika'/141197, l='MpServer', x=1457.81, y=52.00, z=888.41], EntityIka['Ika'/141202, l='MpServer', x=1434.06, y=46.00, z=896.09], EntitySilex['Silex'/141201, l='MpServer', x=1369.49, y=48.09, z=954.50], EntityFallingBlock['Falling Block'/159638, l='MpServer', x=1483.50, y=26.49, z=717.50], EntityIka['Ika'/141207, l='MpServer', x=1396.53, y=56.00, z=892.53], EntityFallingBlock['Falling Block'/159639, l='MpServer', x=1483.50, y=28.27, z=717.50], EntityFallingBlock['Falling Block'/159637, l='MpServer', x=1483.50, y=26.49, z=717.50], EntityBat['Bat'/262043, l='MpServer', x=1476.25, y=19.10, z=882.75], EntityIka['Ika'/141213, l='MpServer', x=1419.69, y=47.00, z=890.69], EntitySilex['Silex'/141218, l='MpServer', x=1456.63, y=55.84, z=912.78], EntityMinecartChest['entity.MinecartChest.name'/12194, l='MpServer', x=1410.50, y=34.50, z=848.50], EntityIka['Ika'/141222, l='MpServer', x=1403.47, y=47.00, z=912.47], EntityZombie['Zombie'/178091, l='MpServer', x=1496.53, y=16.00, z=912.31], EntitySilex['Silex'/141224, l='MpServer', x=1447.47, y=60.00, z=984.47], EntityIka['Ika'/141225, l='MpServer', x=1387.44, y=45.00, z=896.44], EntitySilex['Silex'/141228, l='MpServer', x=1363.57, y=47.11, z=903.60], EntityMinecartChest['entity.MinecartChest.name'/12222, l='MpServer', x=1442.50, y=33.50, z=848.50], EntityMinecartChest['entity.MinecartChest.name'/12224, l='MpServer', x=1447.50, y=27.34, z=875.50], EntityMinecartChest['entity.MinecartChest.name'/12225, l='MpServer', x=1441.50, y=32.50, z=878.50], EntityZombie['Zombie'/257991, l='MpServer', x=1393.50, y=22.00, z=935.50], EntitySilex['Silex'/141259, l='MpServer', x=1394.47, y=59.00, z=900.47], EntityCreeper['Creeper'/257994, l='MpServer', x=1546.50, y=13.00, z=912.50], EntitySilex['Silex'/141256, l='MpServer', x=1369.50, y=49.00, z=900.50], EntityCreeper['Creeper'/257993, l='MpServer', x=1547.50, y=13.00, z=912.50], EntityIka['Ika'/184271, l='MpServer', x=1524.75, y=53.00, z=905.94], EntityIka['Ika'/141260, l='MpServer', x=1482.31, y=52.00, z=888.06], EntityIka['Golden Ika'/112597, l='MpServer', x=1399.88, y=37.00, z=942.72], EntitySkeleton['Skeleton'/59355, l='MpServer', x=0.84, y=-20.62, z=0.57], EntityIka['Ika'/112602, l='MpServer', x=1385.06, y=32.00, z=955.63], EntityIka['Ika'/112605, l='MpServer', x=1373.09, y=31.00, z=949.16], EntityIka['Ika'/112609, l='MpServer', x=1403.97, y=40.00, z=935.03], EntityIka['Ika'/184302, l='MpServer', x=1507.28, y=47.00, z=809.50], EntityRook['Rook'/12268, l='MpServer', x=1463.50, y=28.00, z=781.50], EntityIka['Ika'/184303, l='MpServer', x=1532.66, y=52.00, z=897.25], EntityBishop['Bishop'/12277, l='MpServer', x=1465.50, y=28.00, z=781.50], EntityKing['King'/12280, l='MpServer', x=1466.50, y=28.00, z=781.50]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927) at net.minecraft.client.main.Main.main(SourceFile:148) 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:310) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394) at org.multimc.EntryPoint.listen(EntryPoint.java:170) at org.multimc.EntryPoint.main(EntryPoint.java:54) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 441882144 bytes (421 MB) / 3413114880 bytes (3255 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 11, tcache: 94, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 182 mods loaded, 182 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10-universal.jar) UCHIJAAAAAAAAA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10-universal.jar) UCHIJAAAAAAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar) UCHIJAAAAAAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) UCHIJAAAAAAAAA Aroma1997Core{1.0.2.15} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.15.jar) UCHIJAAAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHIJAAAAAAAAA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar) UCHIJAAAAAAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar) UCHIJAAAAAAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar) UCHIJAAAAAAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar) UCHIJAAAAAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJAAAAAAAAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) UCHIJAAAAAAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar) UCHIJAAAAAAAAA bdlib{1.9.1.97} [BD Lib] (bdlib-1.9.1.97-mc1.7.10.jar) UCHIJAAAAAAAAA ae2stuff{0.4.3.47} [AE2 Stuff] (ae2stuff-0.4.3.47-mc1.7.10.jar) UCHIJAAAAAAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar) UCHIJAAAAAAAAA DCsAppleMilk{1.7.10_2.8e} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8e.jar) UCHIJAAAAAAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8e.jar) UCHIJAAAAAAAAA Aroma1997CoreHelper{1.0.2.15} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.15.jar) UCHIJAAAAAAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar) UCHIJAAAAAAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar) UCHIJAAAAAAAAA asielib{0.4.2} [asielib] (AsieLib-1.7.10-0.4.2.jar) UCHIJAAAAAAAAA autopackager{1.5.4} [AutoPackager] (autopackager-1.5.5.jar) UCHIJAAAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHIJAAAAAAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHIJAAAAAAAAA betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar) UCHIJAAAAAAAAA BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft[v1.10.6][MC1.7.10].jar) UCHIJAAAAAAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar) UCHIJAAAAAAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar) UCHIJAAAAAAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) UCHIJAAAAAAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) UCHIJAAAAAAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) UCHIJAAAAAAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1387-universal.jar) UCHIJAAAAAAAAA Botania{r1.7-219} [Botania] (Botania r1.7-219.jar) UCHIJAAAAAAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) UCHIJAAAAAAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) UCHIJAAAAAAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJAAAAAAAAA chisel{2.5.0.43} [Chisel 2] (Chisel2-2.5.0.43.jar) UCHIJAAAAAAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar) UCHIJAAAAAAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.1.1_1.7.10.jar) UCHIJAAAAAAAAA props{2.1.1} [Decocraft] (Decocraft-2.1.1_1.7.10.jar) UCHIJAAAAAAAAA difficultlife{1.1.1710.11} [Difficult Life] (DifficultLife-1.2.1710.3.jar) UCHIJAAAAAAAAA DraconicEvolution{1.0.1c} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.1c.jar) UCHIJAAAAAAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar) UCHIJAAAAAAAAA Mystcraft{0.12.3.00} [Mystcraft] (mystcraft-1.7.10-0.12.3.00.jar) UCHIJAAAAAAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar) UCHIJAAAAAAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar) UCHIJAAAAAAAAA ExtraUtilities{1.2.11} [Extra Utilities] (extrautilities-1.2.11.jar) UCHIJAAAAAAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCHIJAAAAAAAAA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar) UCHIJAAAAAAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V8c.jar) UCHIJAAAAAAAAA RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V8c.jar) UCHIJAAAAAAAAA ElectriCraft{1.0} [ElectriCraft] (ElectriCraft 1.7.10 V8a.jar) UCHIJAAAAAAAAA Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar) UCHIJAAAAAAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar) UCHIJAAAAAAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar) UCHIJAAAAAAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar) UCHIJAAAAAAAAA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar) UCHIJAAAAAAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10j.jar) UCHIJAAAAAAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar) UCHIJAAAAAAAAA farseek{1.0.8} [Farseek] (Farseek-1.0.8.jar) UCHIJAAAAAAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) UCHIJAAAAAAAAA FinndusFillies{2.1.0.12} [Finndus Fillies] (FinndusFillies-1.7.10-universal-2.1.0.12.jar) UCHIJAAAAAAAAA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar) UCHIJAAAAAAAAA Steamcraft{0.28.10} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.10.jar) UCHIJAAAAAAAAA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar) UCHIJAAAAAAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar) UCHIJAAAAAAAAA GardenCore{1.7.10-1.6.5} [Garden Core] (GardenStuff-1.7.10-1.6.5.jar) UCHIJAAAAAAAAA GardenContainers{1.7.10-1.6.5} [Garden Containers] (GardenStuff-1.7.10-1.6.5.jar) UCHIJAAAAAAAAA GardenStuff{1.7.10-1.6.5} [Garden Stuff] (GardenStuff-1.7.10-1.6.5.jar) UCHIJAAAAAAAAA GardenTrees{1.7.10-1.6.5} [Garden Trees] (GardenStuff-1.7.10-1.6.5.jar) UCHIJAAAAAAAAA GeoStrata{1.0} [GeoStrata] (GeoStrata 1.7.10 V8b.jar) UCHIJAAAAAAAAA GraveStone{2.12.3} [GraveStone] (GraveStone-2.12.4.jar) UCHIJAAAAAAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar) UCHIJAAAAAAAAA HardcoreEnderExpansion{1.8.3} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.3.jar) UCHIJAAAAAAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar) UCHIJAAAAAAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar) UCHIJAAAAAAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) UCHIJAAAAAAAAA IGWMod{1.1.9-29} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.9-29-universal.jar) UCHIJAAAAAAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar) UCHIJAAAAAAAAA InGameInfoXML{2.8.1.81} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.1.81-universal.jar) UCHIJAAAAAAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) UCHIJAAAAAAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) UCHIJAAAAAAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) UCHIJAAAAAAAAA LatCoreMC{1.6.11} [LatCoreMC] (LatCoreMC-1.7.10-1.6.11.1.jar) UCHIJAAAAAAAAA LatBlocks{1.6.11} [LatBlocks] (LatBlocks-1.7.10-1.6.11.1.jar) UCHIJAAAAAAAAA lycanitesmobs{1.11.0.6 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA arcticmobs{1.11.0.6 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA demonmobs{1.11.0.6 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA desertmobs{1.11.0.6 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA forestmobs{1.11.0.6 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA freshwatermobs{1.11.0.6 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA infernomobs{1.11.0.6 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA junglemobs{1.11.0.6 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA mountainmobs{1.11.0.6 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA plainsmobs{1.11.0.6 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA saltwatermobs{1.11.0.6 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA shadowmobs{1.11.0.6 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA swampmobs{1.11.0.6 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.11.0.6 [1.7.10].jar) UCHIJAAAAAAAAA malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar) UCHIJAAAAAAAAA malisisdoors{1.7.10-1.9.5} [Malisis' Doors] (malisisdoors-1.7.10-1.9.5.jar) UCHIJAAAAAAAAA MapWriter{2.1.8} [MapWriter] (MapWriter-1.7.10-2.1.9.jar) UCHIJAAAAAAAAA MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar) UCHIJAAAAAAAAA MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar) UCHIJAAAAAAAAA MineChess{1.3.8} [MineChess] (MineChess-1.3.9.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) UCHIJAAAAAAAAA MinesweeperMod{1.4.8} [Minesweeper Mod] (Minesweeper Mod-1.7.10-1.5.0.jar) UCHIJAAAAAAAAA Morpheus{1.7.10-1.6.10} [Morpheus] (Morpheus-1.7.10-1.6.10.jar) UCHIJAAAAAAAAA NEIAddons{1.12.11.36} [NEI Addons] (neiaddons-1.12.11.36-mc1.7.10.jar) UCHIJAAAAAAAAA NEIAddons|Developer{1.12.11.36} [NEI Addons: Developer Tools] (neiaddons-1.12.11.36-mc1.7.10.jar) UCHIJAAAAAAAAA NEIAddons|AppEng{1.12.11.36} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.11.36-mc1.7.10.jar) UCHIJAAAAAAAAA NEIAddons|Botany{1.12.11.36} [NEI Addons: Botany] (neiaddons-1.12.11.36-mc1.7.10.jar) UCHIJAAAAAAAAA NEIAddons|Forestry{1.12.11.36} [NEI Addons: Forestry] (neiaddons-1.12.11.36-mc1.7.10.jar) UCHIJAAAAAAAAA NEIAddons|CraftingTables{1.12.11.36} [NEI Addons: Crafting Tables] (neiaddons-1.12.11.36-mc1.7.10.jar) UCHIJAAAAAAAAA NEIAddons|ExNihilo{1.12.11.36} [NEI Addons: Ex Nihilo] (neiaddons-1.12.11.36-mc1.7.10.jar) UCHIJAAAAAAAAA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar) UCHIJAAAAAAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar) UCHIJAAAAAAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b30.jar) UCHIJAAAAAAAAA neresources{0.1.0.106} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.106.jar) UCHIJAAAAAAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) UCHIJAAAAAAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar) UCHIJAAAAAAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar) UCHIJAAAAAAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar) UCHIJAAAAAAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3.jar) UCHIJAAAAAAAAA particlephysics{@MAJOR@.@MINOR@.@BUILD@} [Particle Physics] (ParticlePhysics-1.7.10-1.0.49.jar) UCHIJAAAAAAAAA PneumaticCraft{1.11.1-121} [PneumaticCraft] (PneumaticCraft-1.7.10-1.11.1-121-universal.jar) UCHIJAAAAAAAAA PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar) UCHIJAAAAAAAAA ProjectE{1.7.10-PE1.8.0} [ProjectE] (ProjectE-1.7.10-PE1.8.0.jar) UCHIJAAAAAAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar) UCHIJAAAAAAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar) UCHIJAAAAAAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar) UCHIJAAAAAAAAA ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar) UCHIJAAAAAAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar) UCHIJAAAAAAAAA ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V8a.jar) UCHIJAAAAAAAAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar) UCHIJAAAAAAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) UCHIJAAAAAAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar) UCHIJAAAAAAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar) UCHIJAAAAAAAAA rftools{3.34} [RFTools] (rftools-3.34.jar) UCHIJAAAAAAAAA Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar) UCHIJAAAAAAAAA AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar) UCHIJAAAAAAAAA RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar) UCHIJAAAAAAAAA simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar) UCHIJAAAAAAAAA SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShards-TOW-1.7.10-0.1-RC9-7.jar) UCHIJAAAAAAAAA SpiceOfLife{1.2.4} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.4.jar) UCHIJAAAAAAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar) UCHIJAAAAAAAAA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar) UCHIJAAAAAAAAA StorageDrawers{1.7.10-1.5.15} [Storage Drawers] (StorageDrawers-1.7.10-1.5.15.jar) UCHIJAAAAAAAAA StorageDrawersMisc{1.7.10-1.0.0} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.0.0.jar) UCHIJAAAAAAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar) UCHIJAAAAAAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar) UCHIJAAAAAAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) UCHIJAAAAAAAAA TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar) UCHIJAAAAAAAAA Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar) UCHIJAAAAAAAAA ttCore{MC1.7.10-0.1.1-78} [ttCore] (ttCore-MC1.7.10-0.1.1-78.jar) UCHIJAAAAAAAAA VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3c.jar) UCHIJAAAAAAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar) UCHIJAAAAAAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCHIJAAAAAAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCHIJAAAAAAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCHIJAAAAAAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJAAAAAAAAA aobd{2.8.2} [Another One Bites The Dust] (AOBD-2.8.2.jar) UCHIJAAAAAAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1003' Renderer: 'AMD Radeon HD 7700 Series' OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED] Class transformer null safety: all safe AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291 CoFHCore: -[1.7.10]3.0.3-303 ThermalFoundation: -[1.7.10]1.2.0-102 ThermalExpansion: -[1.7.10]4.0.3B1-218 Mantle Environment: Environment healthy. MineFactoryReloaded: -[1.7.10]2.8.0-104 TConstruct Environment: Environment healthy. NetherOres: -[1.7.10]2.3.0-12 RedstoneArsenal: -[1.7.10]1.1.1-89 ThermalDynamics: -[1.7.10]1.1.0-161 List of loaded APIs: * API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b30.jar * AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar * AppleMilkTeaAPI|appliance (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|charge (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|charm (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|core (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|edibles (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|energy (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|events (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|plants (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|potion (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|recipe (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar * asielibAPI (1.1) from AsieLib-1.7.10-0.4.2.jar * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.2.jar * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.2.jar * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.2.jar * Baubles|API (1.0.1.10) from LatCoreMC-1.7.10-1.6.11.1.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1387-universal.jar * BotaniaAPI (61) from Botania r1.7-219.jar * BuildCraftAPI|core (1.0) from extrautilities-1.2.11.jar * BuildCraftAPI|tools (1.0) from extrautilities-1.2.11.jar * ChiselAPI (0.1.0) from Chisel2-2.5.0.43.jar * ChiselAPI|Carving (0.1.0) from Chisel2-2.5.0.43.jar * ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.0.43.jar * CoFHAPI (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar * CoFHAPI|block (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|core (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|energy (1.7.10R1.0.2) from Draconic-Evolution-1.7.10-1.0.1c.jar * CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|inventory (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|item (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar * CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar * CoFHAPI|transport (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|audio (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|gui|container (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|gui|element|listbox (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|gui|slot (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|inventory (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|render (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|render|particle (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|util (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|util|helpers (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|util|position (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|world (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * ComputerCraft|API (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar * CSLib|API (1.0) from Decocraft-2.1.1_1.7.10.jar * DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-1.0.1c.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * ForestryAPI|apiculture (2.6.0) from GraveStone-2.12.4.jar * ForestryAPI|arboriculture (2.3.0) from GraveStone-2.12.4.jar * ForestryAPI|circuits (1.1.0) from GraveStone-2.12.4.jar * ForestryAPI|core (2.6.1) from GraveStone-2.12.4.jar * ForestryAPI|farming (1.1.0) from GraveStone-2.12.4.jar * ForestryAPI|food (1.1.0) from GraveStone-2.12.4.jar * ForestryAPI|fuels (2.0.1) from GraveStone-2.12.4.jar * ForestryAPI|genetics (2.7.0) from GraveStone-2.12.4.jar * ForestryAPI|hives (4.0.0) from GraveStone-2.12.4.jar * ForestryAPI|lepidopterology (1.1) from GraveStone-2.12.4.jar * ForestryAPI|mail (3.0.0) from GraveStone-2.12.4.jar * ForestryAPI|recipes (2.1.0) from GraveStone-2.12.4.jar * ForestryAPI|storage (2.3.0) from GraveStone-2.12.4.jar * ForestryAPI|world (1.1.0) from GraveStone-2.12.4.jar * GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.5.jar * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar * McJtyLib (1.4.0) from mcjtylib-1.4.0.jar * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V8c.jar * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.00.jar * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.106.jar * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar * OpenPeripheralApi (3.3.1) from OpenPeripheralCore-1.7.10-1.2.jar * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.11.1-121-universal.jar * ProjectEAPI (6) from ProjectE-1.7.10-PE1.8.0.jar * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.15.jar * Thaumcraft|API (4.2.2.0) from GraveStone-2.12.4.jar * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar Stencil buffer state: Function set: GL30, pool: forge, bits: 8 AE2 Integration: IC2:OFF, RotaryCraft:ON, RC:OFF, BC:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:ON Launched Version: MultiMC5 LWJGL: 2.9.1 OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1003, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. 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) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1) [00:07:43] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Guille\Downloads\mmc-stable-win32\MultiMC\instances\Frutas Alocadas 2\minecraft\crash-reports\crash-2015-09-03_00.07.43-client.txt [00:07:43] [Client thread/INFO] [FML]: Waiting for the server to terminate/save. [00:07:43] [pool-4-thread-1/INFO] [EnderIO]: ServerChannelRegister: Dimensional Transceiver data saved to C:\Users\Guille\Downloads\mmc-stable-win32\MultiMC\instances\Frutas Alocadas 2\minecraft\saves\New World-\enderio\dimensionalTransceiver.json [00:07:43] [Server thread/INFO] [ProjectE]: Completed server-stop actions. [00:07:43] [Server thread/INFO] [mcjty.varia.Logging]: RFTools: server is stopping. Shutting down gracefully [00:07:43] [Server thread/INFO] [mcjty.varia.Logging]: Cleaning up RFTools dimensions [00:07:43] [Client thread/INFO] [FML]: Server terminated. Exception in thread "AE2 VersionChecker" AL lib: (EE) alc_cleanup: 1 device not closed Game exited with exitcode -1.@starg09, report it over at http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1291655-reikas-mods-tech-worldgen-civilization-and-more as well. DragonAPI tampers with the doors.
This is not true in the slightest. It was a registration bug with WAILA that caused everything to come up DragonAPI. That has recently been fixed, by the way.
y need this mod for the 1.8
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHmm, I seem to have both MalisisCore, MalisisDoors, WAILA, WAILA Harvestability (just in case I checked), and all of Reikas' mods in the latest versions. You can check on the crash log, all the mods are up to date :/
I was just correcting the person saying that Reika's mods mess with Vanilla items, which is simply untrue. Sorry if you thought otherwise. However you might want to report it to Reika as it appears the Waila compatibility is going out of whack for some reason when combined with this mod.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYeah, he calls getItemDropped() on a block that he shouldn't. I'll add a failsafe for that case for the next update.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYeah, I just commented that just-in-case. Sorry
Thank you