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!
You have no idea... :x
Try and remove MC Helicopter mod.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
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.
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)
New 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...
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 :/
@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
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.
Yeah, 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
Yeah, I just commented that just-in-case. Sorry
Thank you