Time: 11/16/15 11:51 PM
Description: Exception in server tick loop
java.lang.NoSuchMethodError: net.minecraft.block.Block.func_149720_d(Lnet/minecraft/world/IBlockAccess;III)I
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateCamo(FenceGateTileEntity.java:96)
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateAll(FenceGateTileEntity.java:77)
at net.malisis.doors.door.block.FenceGate.func_149689_a(FenceGate.java:144)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:528)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:152)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:489)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:853)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:430)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 2.6.32-38-generic
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3611074384 bytes (3443 MB) / 4486332416 bytes (4278 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 2 total; -Xms4G -Xmx5G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.114.1388 Minecraft Forge 10.13.3.1403 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.114.1388} [Forge Mod Loader] (cauldron-1.7.10-2.1403.1.54-server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.3.1403} [Minecraft Forge] (cauldron-1.7.10-2.1403.1.54-server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisisdoors{1.7.10-1.12.0} [Malisis' Doors] (malisisdoors-1.7.10-1.12.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 20; [EntityPlayerMP['Chiting'/255, l='world', x=19.15, y=68.00, z=202.76](Chiting at 19.15224783681272,68.0,202.75602076286074)]
Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
Type: Dedicated Server (map_server.txt)
Following is the console log while breaking fence gate:
net.minecraft.util.ReportedException: Exception while updating neighbours
at net.minecraft.world.World.func_147460_e(World.java:1120) ~[ahb.class:?]
at net.minecraft.world.World.func_147459_d(World.java:1028) ~[ahb.class:?]
at net.minecraft.world.World.func_147444_c(World.java:988) ~[ahb.class:?]
at net.minecraft.world.World.markAndNotifyBlock(World.java:844) ~[ahb.class:?]
at net.minecraft.world.World.func_147465_d(World.java:822) ~[ahb.class:?]
at net.minecraft.world.World.func_147468_f(World.java:942) ~[ahb.class:?]
at net.minecraft.block.Block.removedByPlayer(Block.java:1359) ~[aji.class:?]
at net.minecraft.block.Block.removedByPlayer(Block.java:1353) ~[aji.class:?]
at net.minecraft.server.management.ItemInWorldManager.removeBlock(ItemInWorldManager.java:303) ~[mx.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:296) ~[mx.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:340) ~[mx.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:181) ~[mx.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:732) ~[nh.class:?]
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:53) ~[ji.class:?]
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:8) ~[ji.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:430) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_65]
Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_149720_d(Lnet/minecraft/world/IBlockAccess;III)I
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateCamo(FenceGateTileEntity.java:96) ~[FenceGateTileEntity.class:?]
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateAll(FenceGateTileEntity.java:77) ~[FenceGateTileEntity.class:?]
at net.malisis.doors.door.block.FenceGate.func_149695_a(FenceGate.java:191) ~[FenceGate.class:?]
at net.minecraft.world.World.func_147460_e(World.java:1087) ~[ahb.class:?]
... 21 more
[23:52:38] [Server thread/INFO]: Chiting lost connection: Internal server error
[23:52:38] [Server thread/INFO]: Chiting left the game.
Yeah, and it's a pain, I may not keep doing it for long
Hey i got this crash while placing a fence down
[14:13:14] [Server thread/ERROR] [FML]: A TileEntity type net.malisis.doors.door.tileentity.FenceGateTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.RuntimeException: class net.malisis.doors.door.tileentity.FenceGateTileEntity is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80) ~[aor.class:?]
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145841_b(DoorTileEntity.java:358) ~[DoorTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:370) [aqk.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:197) [aqk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:256) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:302) [ms.class:?]
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:809) [mt.class:?]
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:318) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:350) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:334) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:480) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 11/16/15 2:13 PM
Description: Exception ticking world
java.lang.RuntimeException: class net.malisis.doors.door.tileentity.FenceGateTileEntity is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145841_b(DoorTileEntity.java:358)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145844_m(DoorTileEntity.java:369)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:705)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:648)
at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:101)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:185)
at WorldServerOF.func_72835_b(WorldServerOF.java:234)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145841_b(DoorTileEntity.java:358)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145844_m(DoorTileEntity.java:369)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:705)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:648)
at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:101)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:185)
at WorldServerOF.func_72835_b(WorldServerOF.java:234)
-- Affected level --
Details:
Level name: sunny
All players: 1 total; [GCEntityPlayerMP['flizastare'/3064, l='sunny', x=-20.10, y=64.00, z=-184.65]]
Chunk stats: ServerChunkCache: 506 Drop: 0
Level seed: 707979901864265642
Level generator: ID 04 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-241,64,-516), Chunk: (at 15,4,12 in -16,-33; contains blocks -256,0,-528 to -241,255,-513), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
Level time: 625092 game time, 8005 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36933 (now: false), thunder time: 44583 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at fastcraft.S.a(F:107)
at fastcraft.H.aq(F:78)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 963942488 bytes (919 MB) / 3020947456 bytes (2881 MB) up to 3020947456 bytes (2881 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3000m -Xmx3000m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1564 Optifine OptiFine_1.7.10_HD_U_C1 215 mods loaded, 215 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.1564-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1564} [Minecraft Forge] (forge-1.7.10-10.13.4.1564-1.7.10-universal.jar)
UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv3-alpha-9} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
UCHIJAAAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAAAA RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
UCHIJAAAA CartFixes{0.1.0} [Steve's Cart Fixes] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA CoreTinkerTailor{Whatever} [CoreTinkerTailor] (minecraft.jar)
UCHIJAAAA FastCraft{1.22} [FastCraft] (fastcraft-1.22-ctest17.jar)
UCHIJAAAA LookingGlass{0.2.0.00} [Looking Glass] (lookingglass-1.7.10-0.2.0.00.jar)
UCHIJAAAA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJAAAA extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Botania{r1.7-514} [A New Dawn: Botania] (A-New-Dawn-Botania r1.7-514.jar)
UCHIJAAAA DCsAppleMilk{1.7.10_2.8m} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8m.jar)
UCHIJAAAA AMTAddonJP{1.7.10_1.2e} [AddonforAMT-JP] (AddonforAMT-JP-1.7.10_1.2e.jar)
UCHIJAAAA appliedenergistics2{rv3-alpha-9} [Applied Energistics 2] (appliedenergistics2-rv3-alpha-9.jar)
UCHIJAAAA bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
UCHIJAAAA ae2stuff{0.5.0.4} [AE2 Stuff] (ae2stuff-rv3-0.5.0.4-mc1.7.10.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (AM2-1.4.0.009.jar)
UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweakerComplete-Custom-1.0.0.jar)
UCHIJAAAA AMTweaker{0.31} [AMTweaker] (AMTweaker-1.7.10-0.5.jar)
UCHIJAAAA AncientWarfare{2.4.113-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.4B1} [CoFH Core] (CoFHCore-[1.7.10]3.0.4B1-308.jar)
UCHIJAAAA AncientWarfareAutomation{2.4.113-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNEIPlugin{2.4.113-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNpc{2.4.113-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareStructure{2.4.113-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AntMan{Beta-1.7.10-1.5.4} [AntMan] (AntMan-Beta-1.7.10-1.5.4.jar)
UCHIJAAAA aobdbb{1.0.6} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.6.jar)
UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8m.jar)
UCHIJAAAA AquaTweaks{1.0} [AquaTweaks] (AquaTweaks-1.7.10-1.0.jar)
UCHIJAAAA babyanimals{1.7.10-2} [Baby Animals Model Swapper] (BabyAnimals-1.7.10-2.jar)
UCHIJAAAA BambooMod{Minecraft@MC_VERSION@ var@VERSION@} [BambooMod] (Bamboo-2.6.8.5.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-103.0f28b3f.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1462-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA Forestry{4.1.1.46} [Forestry for Minecraft] (forestry_1.7.10-4.1.1.46.jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.9.3.9} [Chisel] (Chisel-2.9.3.9.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJAAAA ChunkPurge{2.1} [Chunk Purge] (ChunkPurge-1.7.10-2.1.jar)
UCHIJAAAA compacter{1.2.0.14} [Compacter] (compacter-1.2.0.14-mc1.7.10.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraftPlusComputerCraftEdu1.74.jar)
UCHIJAAAA ComputerCraftEdu{1.74} [ComputerCraftEdu] (ComputerCraftPlusComputerCraftEdu1.74.jar)
UCHIJAAAA craftingtweaks{1.0.49} [Crafting Tweaks] (craftingtweaks-mc1.7.10-1.0.49.jar)
UCHIJAAAA CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.7-0.2.14.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA ElecCore{1.4.176} [ElecCore] (ElecCore-1.7.10-1.4.176.jar)
UCHIJAAAA deepresonance{1.1.0} [DeepResonance] (deepresonance-1.1.0.jar)
UCHIJAAAA FFxiDisplayGlassMod{1.7.2_1.0.1} [FFxiDisplayGlassMod] (DisplayGlassMod_v1.0.1.jar)
UCHIJAAAA doggystyle{1.1.3.97} [Doggy Style] (DoggyStyle-1.1.3.97.jar)
UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.30_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.30_beta.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.418_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.418_beta.jar)
UCHIJAAAA waterhooks{1.1.2} [Water Hooks] (waterhooks-1.1.2.jar)
UCHIJAAAA enderioaddons{0.8.2} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.418_beta-0.8.2.017_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA ewysworkshop{Ewy's Workshop-1.7.10-1.0.3} [Ewy's Workshop] (Ewy's Workshop-1.0.3.jar)
UCHIJAAAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.2c.jar)
UCHIJAAAA extracells{2.3.0} [Extra Cells 2] (ExtraCells-1.7.10-2.3.0b142.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA ImmersiveEngineering{0.6.1} [Immersive Engineering] (ImmersiveEngineering-0.6.1.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.404.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.404.jar)
UCHIJAAAA gendustry{1.6.3.128} [GenDustry] (gendustry-1.6.3.128-mc1.7.10.jar)
UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
UCHIJAAAA pressure{1.2.4.124} [Pressure Pipes] (pressure-1.2.4.124-mc1.7.10.jar)
UCHIJAAAA advgenerators{0.9.18.116} [Advanced Generators] (generators-0.9.18.116-mc1.7.10.jar)
UCHIJAAAA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
UCHIJAAAA immersiveintegration{0.6.1} [Immersive Integration] (immersiveintegration-0.6.1.jar)
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-63.jar)
UCHIJAAAA inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA journeymap{5.1.1rc1} [JourneyMap] (journeymap-1.7.10-5.1.1rc1-unlimited.jar)
UCHIJAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
UCHIJAAAA malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar)
UCHIJAAAA malisisdoors{1.7.10-1.12.0} [Malisis' Doors] (malisisdoors-1.7.10-1.12.0.jar)
UCHIJAAAA mod_ecru_MapleTree{1.1.32a} [MapleTree] (MapleTree v1.1.32a.jar)
UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJAAAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJAAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAAAA MCA{1.7.10-5.1.0.1} [Minecraft Comes Alive] (MCA-1.7.10-5.1.0.1-universal.jar)
UCHIJAAAA mceconomy2{2.5.0} [MCEconomy 2] (MCEconomy2-2.5.0.b-1.7.0.jar)
UCHIJAAAA Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.759.jar)
UCHIJAAAA MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.759.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA metallurgycm{0.1.0} [Metallurgy Classic Machines] (MetallurgyClassicMachines-1.7.10-1.0.2.72.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA modtweaker2{0.9.4} [modtweaker2] (MineTweakerComplete-Custom-1.0.0.jar)
UCHIJAAAA MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerComplete-Custom-1.0.0.jar)
UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UCHIJAAAA MoarPeripherals{1.7.10-1.7-1.53} [MoarPeripherals] (MoarPeripherals-1.7.10-1.7-1.53.jar)
UCHIJAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCHIJAAAA powersuits{0.11.0.283} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.283.jar)
UCHIJAAAA MoreAMTRecipes{4.4.0} [MoreAMTRecipes] (MoreAMTRecipes-mc1.7.10-4.4.0.jar)
UCHIJAAAA AS_MultiMine{1.4.4} [Multi Mine] (MultiMine-1.7.10.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
UCHIJAAAA neresources{0.1.0.110} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.110.jar)
UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8-snapshot-412.jar)
UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4-snapshot-683.jar)
UCHIJAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
UCHIJAAAA OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4-snapshot-226.jar)
UCHIJAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3-snapshot-78.jar)
UCHIJAAAA origin{7.1.0} [Origin] (Origin-1.7.10-7.1.0.312.jar)
UCHIJAAAA getalltheseeds{1.7.10a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.10a.jar)
UCHIJAAAA PneumaticCraft{1.12.1-144} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.1-144-universal.jar)
UCHIJAAAA ProjectE{1.7.10-PE1.9.3} [ProjectE] (ProjectE-1.7.10-PE1.9.3h.jar)
UCHIJAAAA ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
UCHIJAAAA rftools{4.01} [RFTools] (rftools-4.01.jar)
UCHIJAAAA RTG{0.0.17} [Realistic Terrain Generation] (RTG-1.7.10-0.0.17.jar)
UCHIJAAAA SaveMoney{1.0.5} [Save Money] (SaveMoney-1.0.5.jar)
UCHIJAAAA DCsShowcase{1.7.10_beta3} [ShowcaseAddon2_forMCEconomy2] (ShowcaseAddon2-1.7.10_beta3.jar)
UCHIJAAAA StacksOnStacks{{$version}} [Stacks on Stacks!] (StacksOnStacks-1.7.10-2.4.1.jar)
UCHIJAAAA StargateTech2{0.7.7-Alpha} [StargateTech 2] (StargateTech2-Alpha-0-7-8-MC1710-Forge1232.jar)
UCHIJAAAA StevesCarts{DA3DSOUL Edition} [Steve's Carts 2] (StevesCarts-2.0.0.b16-1.7.10.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.6.2} [Storage Drawers] (StorageDrawers-1.7.10-1.6.2.jar)
UCHIJAAAA StorageDrawersBop{1.7.10-1.0.3} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.0.3.jar)
UCHIJAAAA StorageDrawersForestry{1.7.10-1.0.5} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.0.5.jar)
UCHIJAAAA StorageDrawersMisc{1.7.10-1.0.1} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.0.1.jar)
UCHIJAAAA StorageDrawersNatura{1.7.10-1.0.4} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.0.4.jar)
UCHIJAAAA thaumicenergistics{0.9.0.0} [Thaumic Energistics] (thaumicenergistics-0.9.0.0.jar)
UCHIJAAAA thaumicexpansion{4.1.1} [Thaumic Expansion] (ThaumicExpansion-1.7.10-4.1.1.36.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-511.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA ThermalCasting{0.0.3} [Thermal Casting] (thermalcasting-0.0.3.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA ThermalSmeltery{1.7.10-1.2.1} [Thermal Smeltery] (ThermalSmeltery-1.7.10-1.2.1.jar)
UCHIJAAAA TiCTooltips{1.2.3} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.3.jar)
UCHIJAAAA tinker_io{beta 1.4.2} [Tinker I/O] (tinker_io-1.7.10-beta 1.4.2.jar)
UCHIJAAAA TinkersTailor{1.0} [TinkersTailor] (TinkersTailor-alpha-0.3.0.jar)
UCHIJAAAA TMechworks{0.2.14.104} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.104.jar)
UCHIJAAAA TofuCraft{2.1.6-MC1.7.10} [??Craft (TofuCraft)] (TofuCraft-2.1.6-MC1.7.10.jar)
UCHIJAAAA torchLevers{1.4.1} [Torch Levers] (TorchLeversV1.4.1.jar)
UCHIJAAAA trashslot{1.0.30} [TrashSlot] (trashslot-mc1.7.10-1.0.30.jar)
UCHIJAAAA UnicodeFontFixer{1.1.9-mc1.7.10} [UnicodeFontFixer] (UnicodeFontFixer-1.1.9-mc1.7.10.jar)
UCHIJAAAA WailaHarvestability{1.1.5} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.5.jar)
UCHIJAAAA Waterproof{1.0} [Waterproof] (Waterproof 1.0-1.jar)
UCHIJAAAA wearmc{1.7.10g} [WearMC] (WearMC-Forge-1.7.10g.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
UCHIJAAAA recycling{1.0.3.6} [Thermal Recycling] (ThermalRecycling-1.7.10-1.0.3.6.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@58b57f88) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@5abdecea) returned non-null result: 0
A-New-Dawn-Botania: THIS INSTANCE OF MINECRAFT IS USING A FORK OF BOTANIA NOT SANCTIONED BY VAZKII, REPORT ALL CRASHES AT Link Removed
AE2 Version: alpha rv3-alpha-9 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.0.4B1-308
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* AncientWarfareAPI (1.0) from ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar
* API_NEK (1.1.0) from Origin-1.7.10-7.1.0.312.jar
* AppleMilkTeaAPI|appliance (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|charge (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|charm (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|core (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|edibles (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|energy (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|events (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|plants (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|potion (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|recipe (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-511.jar
* AquaTweaks|API (1.0) from AquaTweaks-1.7.10-1.0.jar
* BambooAPI|Core (1.0) from Bamboo-2.6.8.5.jar
* Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1462-universal.jar
* BotaniaAPI (67) from A-New-Dawn-Botania r1.7-514.jar
* BuildCraftAPI|core (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|tools (1.0) from StargateTech2-Alpha-0-7-8-MC1710-Forge1232.jar
* BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.8.0.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.3.9.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.3.9.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.3.9.jar
* CoFHAPI (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.418_beta.jar
* CoFHAPI|block (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|energy (1.7.10R1.0.0) from Minechem-1.7.10-5.0.5.406.jar
* CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHAPI|inventory (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHAPI|tileentity (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|transport (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHAPI|world (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui|element (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|gui|slot (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|render|particle (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* ComputerCraft|API (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* CraftingTweaks|API (1.0) from craftingtweaks-mc1.7.10-1.0.49.jar
* CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.0.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.176.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* ForestryAPI|apiculture (4.4.1) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|farming (2.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|genetics (4.4.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.404.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.128-mc1.7.10.jar
* IC2API (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.6.1.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-63.jar
* LookingGlass|API (1.0) from lookingglass-1.7.10-0.2.0.00.jar
* McJtyLib (1.7.0) from mcjtylib-1.7.0.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MetallurgyAPI (2.0.1) from Metallurgy-1.7.10-4.0.8.97.jar
* minechemAPI (1.7.10R1) from Minechem-1.7.10-5.0.5.406.jar
* MoarPeripherals|API (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|BitNet (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Listener (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Tile (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Tile|Aware (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Upgrade (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.110.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4-snapshot-683.jar
* OpenPeripheralApi (3.3.1) from OpenPeripheralCore-1.7.10-1.2.jar
* Peripheral-Framework|Annotation (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Annotation|Function (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Converter (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Core (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Interfaces (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Wrapper (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.1-144-universal.jar
* pressureAPI (1.2.4.124) from pressure-1.2.4.124-mc1.7.10.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.3h.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|carts (1.3.0) from StevesCarts-2.0.0.b16-1.7.10.jar
* RailcraftAPI|core (1.4.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|crafting (1.0) from StevesCarts-2.0.0.b16-1.7.10.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|helpers (1.0) from StevesCarts-2.0.0.b16-1.7.10.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|signals (1.3.4) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* SecurityCraftAPI (1.0) from [1.7.10] SecurityCraft v1.8.0.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.8.0.0.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* waterhooks|API (1.0) from waterhooks-1.1.2.jar
EnderIO: Found the following problem(s) with your installation: "Optifine is installed. This is NOT supported." "An unsupportted old RF API is installed (1.7.10R1.0.0 from Minechem-1.7.10-5.0.5.406.jar). Ender IO needs at least 1.7.10R1.0.2 and will NOT work with older versions." This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder: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:OFF, OpenComputers:OFF, PneumaticCraft:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['flizastare'/3064, l='sunny', x=-20.10, y=64.00, z=-184.65]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Thank you again I was making a pen for my horse and place a fence down and it crashed I am using latest 1.7.10 version as of right now on curse . Thanks Hope you can have a fix up soon .
New version : MalisisDoors 1.8-2.1 for Minecraft 1.8
Requires MalisisCore 1.8-1.1.0
(1.8) - Fixed crash when placing Rusty Ladder on top or bottom of a block.
(1.8) - Fixed lighting issue with fence gates.
New version : MalisisDoors 1.8-2.1 for Minecraft 1.8
Requires MalisisCore 1.8-1.1.1
(1.8) - Fixed crash when placing Rusty Ladder on top or bottom of a block.
(1.8) - Fixed lighting issue with fence gates.
Thanks again Ordinastie. Were you able to determine the cause of the 1.8 crash I posted? I'm assuming that's the same issue fixed in 1.7 and it's also fixed in 1.8? (Testing now to be sure.)
Oops ... your post says malisiscore-1.8-1.1.1 is required, but your download page says the latest is malisiscore-1.1.0.
UPDATE:
First, fence gate crash fix confirmed on 1.8.
Second, unable-to-place-doors bug also confirmed fixed in 1.8.
However, third, NEW intermittent fence gate duplication bug in 1.8: Craft a fence gate. Place the gate. Break the gate. You now have two gates. Sometimes duplication occurs upon placing. Sometimes you break two gates and only get one back. And, I still got a crash when opening a double fence gate.
(Disclaimer: The fence gate issues may be a Core 1.1.0 vs. 1.1.1 issue, assuming the post is correct and the download page is wrong.)
Update 2: OK, I spoke too soon. I'm still getting fence gate crashes in 1.8.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
MalisisCorePlugin (malisiscore-1.8-1.1.0.jar)
PlayerAPIPlugin (PlayerAPI-1.8-1.4.jar)
CCCDeobfPlugin (unknown)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1461-universal.jar)
ThaumcraftLoader (Thaumcraft-1.8-5.0.3.jar)
Contact their authors BEFORE contacting forge
// My bad.
Time: 11/19/15 10:53 AM
Description: Exception while updating neighbours
java.lang.NoSuchMethodError: net.minecraft.block.Block.func_176202_d(Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/util/BlockPos;)I
at net.malisis.doors.tileentity.FenceGateTileEntity.updateCamo(FenceGateTileEntity.java:108)
at net.malisis.doors.tileentity.FenceGateTileEntity.updateAll(FenceGateTileEntity.java:90)
at net.malisis.doors.block.FenceGate.func_176204_a(FenceGate.java:171)
at net.minecraft.world.World.func_180496_d(World.java:519)
at net.minecraft.world.World.func_175685_c(World.java:468)
at net.minecraft.world.World.func_175722_b(World.java:421)
at net.minecraft.world.World.markAndNotifyBlock(World.java:368)
at net.minecraft.world.World.func_180501_a(World.java:350)
at net.minecraft.world.World.func_175656_a(World.java:406)
at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:78)
at net.minecraft.block.Block.func_180645_a(Block.java:428)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:454)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:693)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.malisis.doors.tileentity.FenceGateTileEntity.updateCamo(FenceGateTileEntity.java:108)
at net.malisis.doors.tileentity.FenceGateTileEntity.updateAll(FenceGateTileEntity.java:90)
at net.malisis.doors.block.FenceGate.func_176204_a(FenceGate.java:171)
-- Block being updated --
Details:
Source block type: ID #3 (tile.dirt // net.minecraft.block.BlockDirt)
Block: minecraft:fence_gate[facing=west,in_wall=false,open=false,powered=false]
Block location: World: (262,66,195), Chunk: (at 6,4,3 in 16,12; contains blocks 256,0,192 to 271,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.func_180496_d(World.java:519)
at net.minecraft.world.World.func_175685_c(World.java:468)
at net.minecraft.world.World.func_175722_b(World.java:421)
at net.minecraft.world.World.markAndNotifyBlock(World.java:368)
at net.minecraft.world.World.func_180501_a(World.java:350)
at net.minecraft.world.World.func_175656_a(World.java:406)
at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:78)
at net.minecraft.block.Block.func_180645_a(Block.java:428)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:454)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
-- Affected level --
Details:
Level name: CaerDhu
All players: 1 total; [EntityPlayerMP['CaerMaster'/554, l='CaerDhu', x=289.97, y=68.00, z=172.51]]
Chunk stats: ServerChunkCache: 1154 Drop: 0
Level seed: -3879947913816778264
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: 244.00,64.00,216.00 - World: (244,64,216), Chunk: (at 4,4,8 in 15,13; contains blocks 240,0,208 to 255,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 664811 game time, 672851 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 95428 (now: false), thunder time: 41754 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:693)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
Thanks again Ordinastie. Were you able to determine the cause of the 1.8 crash I posted? I'm assuming that's the same issue fixed in 1.7 and it's also fixed in 1.8? (Testing now to be sure.)
Oops ... your post says malisiscore-1.8-1.1.1 is required, but your download page says the latest is malisiscore-1.1.0.
UPDATE:
First, fence gate crash fix confirmed on 1.8.
Second, unable-to-place-doors bug also confirmed fixed in 1.8.
However, third, NEW intermittent fence gate duplication bug in 1.8: Craft a fence gate. Place the gate. Break the gate. You now have two gates. Sometimes duplication occurs upon placing. Sometimes you break two gates and only get one back. And, I still got a crash when opening a double fence gate.
(Disclaimer: The fence gate issues may be a Core 1.1.0 vs. 1.1.1 issue, assuming the post is correct and the download page is wrong.)
Update 2: OK, I spoke too soon. I'm still getting fence gate crashes in 1.8.
Disclaimer: Still don't know whether this is a core-1.1.0 vs. core-1.1.1 issue because core-1.1.1 is not actually available for download.
The download page was correct, I just made the error on the last post only (OP was still right). Having to manage two versions is beginning to be confusing...:(
[Edit:] I was not able to reproduce the duplicating bug,neither when placing nor breaking a fence gate. Can you reliably reproduce it ? If so, can you tell me precisely step by step how you do it ?
The download page was correct, I just made the error on the last post only (OP was still right). Having to manage two versions is beginning to be confusing...:(
[Edit:] I was not able to reproduce the duplicating bug,neither when placing nor breaking a fence gate. Can you reliably reproduce it ? If so, can you tell me precisely step by step how you do it ?
Will retest with those versions ASAP.
The duplication bug may be an interaction with other mods. I'll see whether I can reproduce it with JUST malisis doors. But so far I haven't had to do anything special to have it happen.
BTW, where does the name 'Malisis' come from, and what does it mean? (Just curious...)
UPDATE:
2.1.2 appears to resolve all anomalous fence gate behavior in 1.8, including the duplication bug, as I can no longer reproduce it.
I've found one slight behavioral anomaly with fence gates in 1.7.10 using malisisdoors-1.7.10-1.12.2.jar. It seems to affect only double fence gates in certain orientations, specifically double gates placed on a line running north-south. They open correctly from one side, but wrongly from the other. I assume it's an entity rotation problem in just that one specific case. Gates placed on an east-west line work perfectly. Here's a pair of screenshots that illustrate the problem:
This pair of gates is viewed looking west. They have just been opened from this side (the east side).
Now I go through the gates, turn around, close them, and open them again from the other side:
I've found one slight behavioral anomaly with fence gates in 1.7.10 using malisisdoors-1.7.10-1.12.2.jar. It seems to affect only double fence gates in certain orientations, specifically double gates placed on a line running north-south. They open correctly from one side, but wrongly from the other. I assume it's an entity rotation problem in just that one specific case. Gates placed on an east-west line work perfectly. Here's a pair of screenshots that illustrate the problem:
I don't know if this is an issue with the resource pack I'm using or what, but are the door textures supposed to look like this?
If not what could be the problem and is there a fix for it?
If you mean the door edges, mine look like that too, but in some cases it's actually less jarring than the vanilla door edges. Though I do occasionally wish there were a separate door-edge texture.
i got te mod it worked but i dont have the block mixer did you remove it?
Ordinastie moved the mixed blocks and a few other things into a separate mod because they didn't really belong with the doors. I'm not certain which version the change takes effect in. It may be 1.8 only so far. You didn't say which version you're running.
i got te mod it worked but i dont have the block mixer did you remove it?
IMPORTANT NOTES ABOUT THE 1.8 VERSION
Mod separation with MalisisBlocks :
A new mod called MalisisBlocks is now holding all the non-door related blocks from MalisisDoors. Blocks that have moved are :
- Block Mixer and Mixed Blocks
- Vanishing Blocks
- Player Sensor.
You can find the MalisisBlocks post here.
WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.8-1.1.0 (1).jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 11/24/15 9:11 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchFieldError: wood
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:516)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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)
Caused by: java.lang.NoSuchFieldError: wood
at net.malisis.doors.DoorDescriptor.<init>(DoorDescriptor.java:57)
at net.malisis.doors.descriptor.VanillaDoor.<init>(VanillaDoor.java:65)
at net.malisis.doors.Registers.registerVanillaDoors(Registers.java:114)
at net.malisis.doors.Registers.init(Registers.java:82)
at net.malisis.doors.MalisisDoors.preInit(MalisisDoors.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Hi, sorry for bad English. This mod is amazing. Especially the double door animation.
When I using this mod on my cauldron server, it will crash while I place or break any fence gate. However it is no problem in SSP.
Following is the crash log while placing fence gate:
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/16/15 11:51 PM
Description: Exception in server tick loop
java.lang.NoSuchMethodError: net.minecraft.block.Block.func_149720_d(Lnet/minecraft/world/IBlockAccess;III)I
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateCamo(FenceGateTileEntity.java:96)
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateAll(FenceGateTileEntity.java:77)
at net.malisis.doors.door.block.FenceGate.func_149689_a(FenceGate.java:144)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:528)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:152)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:489)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:853)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:430)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 2.6.32-38-generic
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3611074384 bytes (3443 MB) / 4486332416 bytes (4278 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 2 total; -Xms4G -Xmx5G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.114.1388 Minecraft Forge 10.13.3.1403 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.114.1388} [Forge Mod Loader] (cauldron-1.7.10-2.1403.1.54-server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.3.1403} [Minecraft Forge] (cauldron-1.7.10-2.1403.1.54-server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisisdoors{1.7.10-1.12.0} [Malisis' Doors] (malisisdoors-1.7.10-1.12.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 20; [EntityPlayerMP['Chiting'/255, l='world', x=19.15, y=68.00, z=202.76](Chiting at 19.15224783681272,68.0,202.75602076286074)]
Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
Type: Dedicated Server (map_server.txt)
Following is the console log while breaking fence gate:
net.minecraft.util.ReportedException: Exception while updating neighbours
at net.minecraft.world.World.func_147460_e(World.java:1120) ~[ahb.class:?]
at net.minecraft.world.World.func_147459_d(World.java:1028) ~[ahb.class:?]
at net.minecraft.world.World.func_147444_c(World.java:988) ~[ahb.class:?]
at net.minecraft.world.World.markAndNotifyBlock(World.java:844) ~[ahb.class:?]
at net.minecraft.world.World.func_147465_d(World.java:822) ~[ahb.class:?]
at net.minecraft.world.World.func_147468_f(World.java:942) ~[ahb.class:?]
at net.minecraft.block.Block.removedByPlayer(Block.java:1359) ~[aji.class:?]
at net.minecraft.block.Block.removedByPlayer(Block.java:1353) ~[aji.class:?]
at net.minecraft.server.management.ItemInWorldManager.removeBlock(ItemInWorldManager.java:303) ~[mx.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:296) ~[mx.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:340) ~[mx.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:181) ~[mx.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:732) ~[nh.class:?]
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:53) ~[ji.class:?]
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:8) ~[ji.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:430) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_65]
Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_149720_d(Lnet/minecraft/world/IBlockAccess;III)I
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateCamo(FenceGateTileEntity.java:96) ~[FenceGateTileEntity.class:?]
at net.malisis.doors.door.tileentity.FenceGateTileEntity.updateAll(FenceGateTileEntity.java:77) ~[FenceGateTileEntity.class:?]
at net.malisis.doors.door.block.FenceGate.func_149695_a(FenceGate.java:191) ~[FenceGate.class:?]
at net.minecraft.world.World.func_147460_e(World.java:1087) ~[ahb.class:?]
... 21 more
[23:52:38] [Server thread/INFO]: Chiting lost connection: Internal server error
[23:52:38] [Server thread/INFO]: Chiting left the game.
Hey i got this crash while placing a fence down
[14:13:14] [Server thread/ERROR] [FML]: A TileEntity type net.malisis.doors.door.tileentity.FenceGateTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.RuntimeException: class net.malisis.doors.door.tileentity.FenceGateTileEntity is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80) ~[aor.class:?]
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145841_b(DoorTileEntity.java:358) ~[DoorTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:370) [aqk.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:197) [aqk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:256) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:302) [ms.class:?]
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:809) [mt.class:?]
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:318) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:350) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:334) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:480) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise! Time: 11/16/15 2:13 PM
Description: Exception ticking world java.lang.RuntimeException: class net.malisis.doors.door.tileentity.FenceGateTileEntity is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145841_b(DoorTileEntity.java:358)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145844_m(DoorTileEntity.java:369)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:705)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:648)
at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:101)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:185)
at WorldServerOF.func_72835_b(WorldServerOF.java:234)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) A detailed walkthrough of the error, its code path and all known details is as follows:
--------------------------------------------------------------------------------------- -- Head --
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145841_b(DoorTileEntity.java:358)
at net.malisis.doors.door.tileentity.DoorTileEntity.func_145844_m(DoorTileEntity.java:369)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:705)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:648)
at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:101)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:185)
at WorldServerOF.func_72835_b(WorldServerOF.java:234) -- Affected level --
Details:
Level name: sunny
All players: 1 total; [GCEntityPlayerMP['flizastare'/3064, l='sunny', x=-20.10, y=64.00, z=-184.65]]
Chunk stats: ServerChunkCache: 506 Drop: 0
Level seed: 707979901864265642
Level generator: ID 04 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-241,64,-516), Chunk: (at 15,4,12 in -16,-33; contains blocks -256,0,-528 to -241,255,-513), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
Level time: 625092 game time, 8005 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36933 (now: false), thunder time: 44583 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at fastcraft.S.a(F:107)
at fastcraft.H.aq(F:78)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) -- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 963942488 bytes (919 MB) / 3020947456 bytes (2881 MB) up to 3020947456 bytes (2881 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3000m -Xmx3000m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1564 Optifine OptiFine_1.7.10_HD_U_C1 215 mods loaded, 215 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.1564-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1564} [Minecraft Forge] (forge-1.7.10-10.13.4.1564-1.7.10-universal.jar)
UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv3-alpha-9} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
UCHIJAAAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAAAA RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
UCHIJAAAA CartFixes{0.1.0} [Steve's Cart Fixes] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA CoreTinkerTailor{Whatever} [CoreTinkerTailor] (minecraft.jar)
UCHIJAAAA FastCraft{1.22} [FastCraft] (fastcraft-1.22-ctest17.jar)
UCHIJAAAA LookingGlass{0.2.0.00} [Looking Glass] (lookingglass-1.7.10-0.2.0.00.jar)
UCHIJAAAA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJAAAA extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Botania{r1.7-514} [A New Dawn: Botania] (A-New-Dawn-Botania r1.7-514.jar)
UCHIJAAAA DCsAppleMilk{1.7.10_2.8m} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8m.jar)
UCHIJAAAA AMTAddonJP{1.7.10_1.2e} [AddonforAMT-JP] (AddonforAMT-JP-1.7.10_1.2e.jar)
UCHIJAAAA appliedenergistics2{rv3-alpha-9} [Applied Energistics 2] (appliedenergistics2-rv3-alpha-9.jar)
UCHIJAAAA bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
UCHIJAAAA ae2stuff{0.5.0.4} [AE2 Stuff] (ae2stuff-rv3-0.5.0.4-mc1.7.10.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (AM2-1.4.0.009.jar)
UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweakerComplete-Custom-1.0.0.jar)
UCHIJAAAA AMTweaker{0.31} [AMTweaker] (AMTweaker-1.7.10-0.5.jar)
UCHIJAAAA AncientWarfare{2.4.113-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.4B1} [CoFH Core] (CoFHCore-[1.7.10]3.0.4B1-308.jar)
UCHIJAAAA AncientWarfareAutomation{2.4.113-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNEIPlugin{2.4.113-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNpc{2.4.113-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareStructure{2.4.113-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AntMan{Beta-1.7.10-1.5.4} [AntMan] (AntMan-Beta-1.7.10-1.5.4.jar)
UCHIJAAAA aobdbb{1.0.6} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.6.jar)
UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8m.jar)
UCHIJAAAA AquaTweaks{1.0} [AquaTweaks] (AquaTweaks-1.7.10-1.0.jar)
UCHIJAAAA babyanimals{1.7.10-2} [Baby Animals Model Swapper] (BabyAnimals-1.7.10-2.jar)
UCHIJAAAA BambooMod{Minecraft@MC_VERSION@ var@VERSION@} [BambooMod] (Bamboo-2.6.8.5.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-103.0f28b3f.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1462-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA Forestry{4.1.1.46} [Forestry for Minecraft] (forestry_1.7.10-4.1.1.46.jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.9.3.9} [Chisel] (Chisel-2.9.3.9.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJAAAA ChunkPurge{2.1} [Chunk Purge] (ChunkPurge-1.7.10-2.1.jar)
UCHIJAAAA compacter{1.2.0.14} [Compacter] (compacter-1.2.0.14-mc1.7.10.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraftPlusComputerCraftEdu1.74.jar)
UCHIJAAAA ComputerCraftEdu{1.74} [ComputerCraftEdu] (ComputerCraftPlusComputerCraftEdu1.74.jar)
UCHIJAAAA craftingtweaks{1.0.49} [Crafting Tweaks] (craftingtweaks-mc1.7.10-1.0.49.jar)
UCHIJAAAA CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.7-0.2.14.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA ElecCore{1.4.176} [ElecCore] (ElecCore-1.7.10-1.4.176.jar)
UCHIJAAAA deepresonance{1.1.0} [DeepResonance] (deepresonance-1.1.0.jar)
UCHIJAAAA FFxiDisplayGlassMod{1.7.2_1.0.1} [FFxiDisplayGlassMod] (DisplayGlassMod_v1.0.1.jar)
UCHIJAAAA doggystyle{1.1.3.97} [Doggy Style] (DoggyStyle-1.1.3.97.jar)
UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.30_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.30_beta.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.418_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.418_beta.jar)
UCHIJAAAA waterhooks{1.1.2} [Water Hooks] (waterhooks-1.1.2.jar)
UCHIJAAAA enderioaddons{0.8.2} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.418_beta-0.8.2.017_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA ewysworkshop{Ewy's Workshop-1.7.10-1.0.3} [Ewy's Workshop] (Ewy's Workshop-1.0.3.jar)
UCHIJAAAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.2c.jar)
UCHIJAAAA extracells{2.3.0} [Extra Cells 2] (ExtraCells-1.7.10-2.3.0b142.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA ImmersiveEngineering{0.6.1} [Immersive Engineering] (ImmersiveEngineering-0.6.1.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.404.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.404.jar)
UCHIJAAAA gendustry{1.6.3.128} [GenDustry] (gendustry-1.6.3.128-mc1.7.10.jar)
UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
UCHIJAAAA pressure{1.2.4.124} [Pressure Pipes] (pressure-1.2.4.124-mc1.7.10.jar)
UCHIJAAAA advgenerators{0.9.18.116} [Advanced Generators] (generators-0.9.18.116-mc1.7.10.jar)
UCHIJAAAA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
UCHIJAAAA immersiveintegration{0.6.1} [Immersive Integration] (immersiveintegration-0.6.1.jar)
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-63.jar)
UCHIJAAAA inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA journeymap{5.1.1rc1} [JourneyMap] (journeymap-1.7.10-5.1.1rc1-unlimited.jar)
UCHIJAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
UCHIJAAAA malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar)
UCHIJAAAA malisisdoors{1.7.10-1.12.0} [Malisis' Doors] (malisisdoors-1.7.10-1.12.0.jar)
UCHIJAAAA mod_ecru_MapleTree{1.1.32a} [MapleTree] (MapleTree v1.1.32a.jar)
UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJAAAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJAAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAAAA MCA{1.7.10-5.1.0.1} [Minecraft Comes Alive] (MCA-1.7.10-5.1.0.1-universal.jar)
UCHIJAAAA mceconomy2{2.5.0} [MCEconomy 2] (MCEconomy2-2.5.0.b-1.7.0.jar)
UCHIJAAAA Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.759.jar)
UCHIJAAAA MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.759.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA metallurgycm{0.1.0} [Metallurgy Classic Machines] (MetallurgyClassicMachines-1.7.10-1.0.2.72.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA modtweaker2{0.9.4} [modtweaker2] (MineTweakerComplete-Custom-1.0.0.jar)
UCHIJAAAA MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerComplete-Custom-1.0.0.jar)
UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UCHIJAAAA MoarPeripherals{1.7.10-1.7-1.53} [MoarPeripherals] (MoarPeripherals-1.7.10-1.7-1.53.jar)
UCHIJAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCHIJAAAA powersuits{0.11.0.283} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.283.jar)
UCHIJAAAA MoreAMTRecipes{4.4.0} [MoreAMTRecipes] (MoreAMTRecipes-mc1.7.10-4.4.0.jar)
UCHIJAAAA AS_MultiMine{1.4.4} [Multi Mine] (MultiMine-1.7.10.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
UCHIJAAAA neresources{0.1.0.110} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.110.jar)
UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8-snapshot-412.jar)
UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4-snapshot-683.jar)
UCHIJAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
UCHIJAAAA OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4-snapshot-226.jar)
UCHIJAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3-snapshot-78.jar)
UCHIJAAAA origin{7.1.0} [Origin] (Origin-1.7.10-7.1.0.312.jar)
UCHIJAAAA getalltheseeds{1.7.10a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.10a.jar)
UCHIJAAAA PneumaticCraft{1.12.1-144} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.1-144-universal.jar)
UCHIJAAAA ProjectE{1.7.10-PE1.9.3} [ProjectE] (ProjectE-1.7.10-PE1.9.3h.jar)
UCHIJAAAA ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
UCHIJAAAA rftools{4.01} [RFTools] (rftools-4.01.jar)
UCHIJAAAA RTG{0.0.17} [Realistic Terrain Generation] (RTG-1.7.10-0.0.17.jar)
UCHIJAAAA SaveMoney{1.0.5} [Save Money] (SaveMoney-1.0.5.jar)
UCHIJAAAA DCsShowcase{1.7.10_beta3} [ShowcaseAddon2_forMCEconomy2] (ShowcaseAddon2-1.7.10_beta3.jar)
UCHIJAAAA StacksOnStacks{{$version}} [Stacks on Stacks!] (StacksOnStacks-1.7.10-2.4.1.jar)
UCHIJAAAA StargateTech2{0.7.7-Alpha} [StargateTech 2] (StargateTech2-Alpha-0-7-8-MC1710-Forge1232.jar)
UCHIJAAAA StevesCarts{DA3DSOUL Edition} [Steve's Carts 2] (StevesCarts-2.0.0.b16-1.7.10.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.6.2} [Storage Drawers] (StorageDrawers-1.7.10-1.6.2.jar)
UCHIJAAAA StorageDrawersBop{1.7.10-1.0.3} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.0.3.jar)
UCHIJAAAA StorageDrawersForestry{1.7.10-1.0.5} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.0.5.jar)
UCHIJAAAA StorageDrawersMisc{1.7.10-1.0.1} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.0.1.jar)
UCHIJAAAA StorageDrawersNatura{1.7.10-1.0.4} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.0.4.jar)
UCHIJAAAA thaumicenergistics{0.9.0.0} [Thaumic Energistics] (thaumicenergistics-0.9.0.0.jar)
UCHIJAAAA thaumicexpansion{4.1.1} [Thaumic Expansion] (ThaumicExpansion-1.7.10-4.1.1.36.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-511.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA ThermalCasting{0.0.3} [Thermal Casting] (thermalcasting-0.0.3.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA ThermalSmeltery{1.7.10-1.2.1} [Thermal Smeltery] (ThermalSmeltery-1.7.10-1.2.1.jar)
UCHIJAAAA TiCTooltips{1.2.3} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.3.jar)
UCHIJAAAA tinker_io{beta 1.4.2} [Tinker I/O] (tinker_io-1.7.10-beta 1.4.2.jar)
UCHIJAAAA TinkersTailor{1.0} [TinkersTailor] (TinkersTailor-alpha-0.3.0.jar)
UCHIJAAAA TMechworks{0.2.14.104} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.104.jar)
UCHIJAAAA TofuCraft{2.1.6-MC1.7.10} [??Craft (TofuCraft)] (TofuCraft-2.1.6-MC1.7.10.jar)
UCHIJAAAA torchLevers{1.4.1} [Torch Levers] (TorchLeversV1.4.1.jar)
UCHIJAAAA trashslot{1.0.30} [TrashSlot] (trashslot-mc1.7.10-1.0.30.jar)
UCHIJAAAA UnicodeFontFixer{1.1.9-mc1.7.10} [UnicodeFontFixer] (UnicodeFontFixer-1.1.9-mc1.7.10.jar)
UCHIJAAAA WailaHarvestability{1.1.5} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.5.jar)
UCHIJAAAA Waterproof{1.0} [Waterproof] (Waterproof 1.0-1.jar)
UCHIJAAAA wearmc{1.7.10g} [WearMC] (WearMC-Forge-1.7.10g.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
UCHIJAAAA recycling{1.0.3.6} [Thermal Recycling] (ThermalRecycling-1.7.10-1.0.3.6.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@58b57f88) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@5abdecea) returned non-null result: 0
A-New-Dawn-Botania: THIS INSTANCE OF MINECRAFT IS USING A FORK OF BOTANIA NOT SANCTIONED BY VAZKII, REPORT ALL CRASHES AT Link Removed
AE2 Version: alpha rv3-alpha-9 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.0.4B1-308
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* AncientWarfareAPI (1.0) from ancientwarfare-2.4.113-beta-MC1.7.10-FULL.jar
* API_NEK (1.1.0) from Origin-1.7.10-7.1.0.312.jar
* AppleMilkTeaAPI|appliance (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|charge (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|charm (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|core (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|edibles (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|energy (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|events (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|plants (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|potion (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* AppleMilkTeaAPI|recipe (2.8.1) from AppleMilkTea2-1.7.10_2.8m.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-511.jar
* AquaTweaks|API (1.0) from AquaTweaks-1.7.10-1.0.jar
* BambooAPI|Core (1.0) from Bamboo-2.6.8.5.jar
* Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1462-universal.jar
* BotaniaAPI (67) from A-New-Dawn-Botania r1.7-514.jar
* BuildCraftAPI|core (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|tools (1.0) from StargateTech2-Alpha-0-7-8-MC1710-Forge1232.jar
* BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.8.0.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.3.9.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.3.9.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.3.9.jar
* CoFHAPI (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.418_beta.jar
* CoFHAPI|block (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|energy (1.7.10R1.0.0) from Minechem-1.7.10-5.0.5.406.jar
* CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHAPI|inventory (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHAPI|tileentity (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHAPI|transport (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHAPI|world (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui|element (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|gui|slot (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|render|particle (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar
* CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.4B1-176.jar
* ComputerCraft|API (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* CraftingTweaks|API (1.0) from craftingtweaks-mc1.7.10-1.0.49.jar
* CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.0.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.176.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.418_beta.jar
* ForestryAPI|apiculture (4.4.1) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|farming (2.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|genetics (4.4.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.1.1.46.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.1.1.46.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.404.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.128-mc1.7.10.jar
* IC2API (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.6.1.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-63.jar
* LookingGlass|API (1.0) from lookingglass-1.7.10-0.2.0.00.jar
* McJtyLib (1.7.0) from mcjtylib-1.7.0.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.759.jar
* MetallurgyAPI (2.0.1) from Metallurgy-1.7.10-4.0.8.97.jar
* minechemAPI (1.7.10R1) from Minechem-1.7.10-5.0.5.406.jar
* MoarPeripherals|API (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|BitNet (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Listener (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Tile (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Tile|Aware (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* MoarPeripherals|API|Upgrade (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.110.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4-snapshot-683.jar
* OpenPeripheralApi (3.3.1) from OpenPeripheralCore-1.7.10-1.2.jar
* Peripheral-Framework|Annotation (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Annotation|Function (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Converter (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Core (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Interfaces (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* Peripheral-Framework|Wrapper (1.7.10-1.7-1.53) from MoarPeripherals-1.7.10-1.7-1.53.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.1-144-universal.jar
* pressureAPI (1.2.4.124) from pressure-1.2.4.124-mc1.7.10.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.3h.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|carts (1.3.0) from StevesCarts-2.0.0.b16-1.7.10.jar
* RailcraftAPI|core (1.4.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|crafting (1.0) from StevesCarts-2.0.0.b16-1.7.10.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|helpers (1.0) from StevesCarts-2.0.0.b16-1.7.10.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|signals (1.3.4) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* SecurityCraftAPI (1.0) from [1.7.10] SecurityCraft v1.8.0.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.8.0.0.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* waterhooks|API (1.0) from waterhooks-1.1.2.jar
EnderIO: Found the following problem(s) with your installation: "Optifine is installed. This is NOT supported." "An unsupportted old RF API is installed (1.7.10R1.0.0 from Minechem-1.7.10-5.0.5.406.jar). Ender IO needs at least 1.7.10R1.0.2 and will NOT work with older versions." This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder: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:OFF, OpenComputers:OFF, PneumaticCraft:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['flizastare'/3064, l='sunny', x=-20.10, y=64.00, z=-184.65]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Thank you again I was making a pen for my horse and place a fence down and it crashed I am using latest 1.7.10 version as of right now on curse . Thanks
does it work on mac? because i had a crash say none of them in troubleshooting
Post your log in spoiler tags or use a paste service (pastebin etc)
New version : MalisisDoors 1.8-2.1 for Minecraft 1.8
Requires MalisisCore 1.8-1.1.0
(1.8) - Fixed crash when placing Rusty Ladder on top or bottom of a block.
(1.8) - Fixed lighting issue with fence gates.
New version : MalisisDoors 1.7.10-1.12.1 for Minecraft 1.7.10
Requires MalisisCore 1.7.10-0.13.1
(1.7.10) - Fixed fence gate crash on dedicated server.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Thanks again Ordinastie.
Were you able to determine the cause of the 1.8 crash I posted? I'm assuming that's the same issue fixed in 1.7 and it's also fixed in 1.8? (Testing now to be sure.)Oops ... your post says malisiscore-1.8-1.1.1 is required, but your download page says the latest is malisiscore-1.1.0.
UPDATE:
First, fence gate crash fix confirmed on 1.8.Second, unable-to-place-doors bug also confirmed fixed in 1.8.
However, third, NEW intermittent fence gate duplication bug in 1.8: Craft a fence gate. Place the gate. Break the gate. You now have two gates. Sometimes duplication occurs upon placing. Sometimes you break two gates and only get one back. And, I still got a crash when opening a double fence gate.
(Disclaimer: The fence gate issues may be a Core 1.1.0 vs. 1.1.1 issue, assuming the post is correct and the download page is wrong.)
Update 2: OK, I spoke too soon. I'm still getting fence gate crashes in 1.8.
Disclaimer: Still don't know whether this is a core-1.1.0 vs. core-1.1.1 issue because core-1.1.1 is not actually available for download.
New version : MalisisDoors 1.8-2.1.2 for Minecraft 1.8
Requires MalisisCore 1.8-1.1.0
(1.8) - Fixed fence gate crash on dedicated server.
New version : MalisisDoors 1.7.10-1.12.2 for Minecraft 1.7.10
Requires MalisisCore 1.7.10-0.13.1
(1.7.10) - Fixed fence gate crash on dedicated server.
The download page was correct, I just made the error on the last post only (OP was still right). Having to manage two versions is beginning to be confusing...:(
[Edit:] I was not able to reproduce the duplicating bug,neither when placing nor breaking a fence gate. Can you reliably reproduce it ? If so, can you tell me precisely step by step how you do it ?
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Will retest with those versions ASAP.
The duplication bug may be an interaction with other mods. I'll see whether I can reproduce it with JUST malisis doors. But so far I haven't had to do anything special to have it happen.
BTW, where does the name 'Malisis' come from, and what does it mean? (Just curious...)
UPDATE:
2.1.2 appears to resolve all anomalous fence gate behavior in 1.8, including the duplication bug, as I can no longer reproduce it.
I've found one slight behavioral anomaly with fence gates in 1.7.10 using malisisdoors-1.7.10-1.12.2.jar. It seems to affect only double fence gates in certain orientations, specifically double gates placed on a line running north-south. They open correctly from one side, but wrongly from the other. I assume it's an entity rotation problem in just that one specific case. Gates placed on an east-west line work perfectly. Here's a pair of screenshots that illustrate the problem:
This pair of gates is viewed looking west. They have just been opened from this side (the east side).
Now I go through the gates, turn around, close them, and open them again from the other side:
Hum, yeah, see anything wrong here ?
https://github.com/Ordinastie/MalisisDoors/blob/master/source/net/malisis/doors/door/movement/FenceGateMovement.java#L83
It will be fixed in the next update.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
"Oops."
I don't know if this is an issue with the resource pack I'm using or what, but are the door textures supposed to look like this?
If not what could be the problem and is there a fix for it?
-Redacted-
Got the latest version and you removed them. Thanks.
Life is a Learning Curve....
Unfortunately, you're stuck on the bottom...amongst the bones of the stupid.
i got te mod it worked but i dont have the block mixer did you remove it?
If you mean the door edges, mine look like that too, but in some cases it's actually less jarring than the vanilla door edges. Though I do occasionally wish there were a separate door-edge texture.
Ordinastie moved the mixed blocks and a few other things into a separate mod because they didn't really belong with the doors. I'm not certain which version the change takes effect in. It may be 1.8 only so far. You didn't say which version you're running.
Can you fix the crash with Optifine?
Which version of mc and which optifine, I use the latest forge (1577) for 1.8 and OptiFine 1.8.0 HD U F8, this combo works fine for me
Version info required: Minecraft, Modloader - Forge etc, Which Malisis Mod and it's Version.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.8-1.1.0 (1).jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 11/24/15 9:11 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchFieldError: wood
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:516)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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)
Caused by: java.lang.NoSuchFieldError: wood
at net.malisis.doors.DoorDescriptor.<init>(DoorDescriptor.java:57)
at net.malisis.doors.descriptor.VanillaDoor.<init>(VanillaDoor.java:65)
at net.malisis.doors.Registers.registerVanillaDoors(Registers.java:114)
at net.malisis.doors.Registers.init(Registers.java:82)
at net.malisis.doors.MalisisDoors.preInit(MalisisDoors.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (x86) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 133171264 bytes (127 MB) / 238419968 bytes (227 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.42.1339 Minecraft Forge 11.14.1.1339 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{8.0.42.1339} [Forge Mod Loader] (forge-1.8-11.14.1.1339.jar) Unloaded->Constructed->Pre-initialized
Forge{11.14.1.1339} [Minecraft Forge] (forge-1.8-11.14.1.1339.jar) Unloaded->Constructed->Pre-initialized