• 0

    posted a message on [1.6.4 Forge] Thaumic Integration! Get your ME Essentia and Thaumic TiCon Tool Modifiers!
    This is on the top of my watch list. with the aether 2 pulling a close second.
    Posted in: WIP Mods
  • 0

    posted a message on More Enchantments version 1.3- Now for 1.8
    I do have some of them disabled, but the two you mentioned are enabled. can you tell me what i need to enable?
    Here is what my config file says:
    B:"Allow Anti Venom"=true
    B:"Allow Blast"=false
    B:"Allow BlastPoison"=false
    B:"Allow BlastSlow"=false
    B:"Allow Cloud"=true
    B:"Allow High Jump"=false
    B:"Allow Homing"=true
    B:"Allow Horticulture"=true
    B:"Allow Ice Step"=false
    B:"Allow Leech"=false
    B:"Allow Lethargy"=true
    B:"Allow Magnet"=false
    B:"Allow Night Vision"=false
    B:"Allow Photosynthesis"=false
    B:"Allow Poison Arrow"=true
    B:"Allow Poison Aspect"=true
    B:"Allow QuickDraw"=false
    B:"Allow Regeneration"=true
    B:"Allow Slow Arrow"=true
    B:"Allow Stead Fast"=true
    B:"Allow SuperHeat"=true
    B:"Allow Swiftness"=false
    B:"Allow Vertically"=false
    B:"Allow Vigour"=true
    B:"Allow Wisdom"=false
    B:"Allow WitherAoe"=false
    B:"Allow WitherArrow"=false
    B:"Allow WitherAspect "=false
    Posted in: Minecraft Mods
  • 0

    posted a message on More Enchantments version 1.3- Now for 1.8
    I was wondering if anyone could help me with the crash I've started getting recently when using new versions of this mod. I get this crash when loading an existing world or creating a new one.

    Partial crash log:

    2014-04-02 22:42:19 [INFO] [STDOUT] ---- Minecraft Crash Report ----
    2014-04-02 22:42:19 [INFO] [STDOUT] // My bad.
    2014-04-02 22:42:19 [INFO] [STDOUT]
    2014-04-02 22:42:19 [INFO] [STDOUT] Time: 4/2/14 10:42 PM
    2014-04-02 22:42:19 [INFO] [STDOUT] Description: Unexpected error
    2014-04-02 22:42:19 [INFO] [STDOUT]
    2014-04-02 22:42:19 [INFO] [STDOUT] java.lang.NullPointerException
    2014-04-02 22:42:19 [INFO] [STDOUT] at lithial.me2.handlers.ConstructionHandler.joinWorld(ConstructionHandler.java:26)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler_502_ConstructionHandler_joinWorld_EntityJoinWorldEvent.invoke(.dynamic)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.world.World.func_72838_d(World.java:1573)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:184)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2150)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2063)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:351)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1967)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
    2014-04-02 22:42:19 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2014-04-02 22:42:19 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2014-04-02 22:42:19 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2014-04-02 22:42:19 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    2014-04-02 22:42:19 [INFO] [STDOUT]
    2014-04-02 22:42:19 [INFO] [STDOUT]
    2014-04-02 22:42:19 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
    2014-04-02 22:42:19 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
    2014-04-02 22:42:19 [INFO] [STDOUT]
    2014-04-02 22:42:19 [INFO] [STDOUT] -- Head --
    2014-04-02 22:42:19 [INFO] [STDOUT] Stacktrace:
    2014-04-02 22:42:19 [INFO] [STDOUT] at lithial.me2.handlers.ConstructionHandler.joinWorld(ConstructionHandler.java:26)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler_502_ConstructionHandler_joinWorld_EntityJoinWorldEvent.invoke(.dynamic)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.world.World.func_72838_d(World.java:1573)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:184)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2150)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2063)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:351)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    2014-04-02 22:42:19 [INFO] [STDOUT]
    2014-04-02 22:42:19 [INFO] [STDOUT] -- Affected level --
    2014-04-02 22:42:19 [INFO] [STDOUT] Details:
    2014-04-02 22:42:19 [INFO] [STDOUT] Level name: MpServer
    2014-04-02 22:42:19 [INFO] [STDOUT] All players: 1 total; [EntityClientPlayerMP['Kajinama'/37, l='MpServer', x=8.50, y=66.62, z=8.50]]
    2014-04-02 22:42:19 [INFO] [STDOUT] Chunk stats: MultiplayerChunkCache: 0
    2014-04-02 22:42:19 [INFO] [STDOUT] Level seed: 0
    2014-04-02 22:42:19 [INFO] [STDOUT] Level generator: ID 01 - flat, ver 0. Features enabled: false
    2014-04-02 22:42:19 [INFO] [STDOUT] Level generator options:
    2014-04-02 22:42:19 [INFO] [STDOUT] Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    2014-04-02 22:42:19 [INFO] [STDOUT] Level time: 0 game time, 0 day time
    2014-04-02 22:42:19 [INFO] [STDOUT] Level dimension: 0
    2014-04-02 22:42:19 [INFO] [STDOUT] Level storage version: 0x00000 - Unknown?
    2014-04-02 22:42:19 [INFO] [STDOUT] Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    2014-04-02 22:42:19 [INFO] [STDOUT] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    2014-04-02 22:42:19 [INFO] [STDOUT] Forced entities: 0 total; []
    2014-04-02 22:42:19 [INFO] [STDOUT] Retry entities: 0 total; []
    2014-04-02 22:42:19 [INFO] [STDOUT] Server brand: ~~NULL~~
    2014-04-02 22:42:19 [INFO] [STDOUT] Server type: Integrated singleplayer server
    2014-04-02 22:42:19 [INFO] [STDOUT] Stacktrace:
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:863)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
    2014-04-02 22:42:19 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2014-04-02 22:42:19 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2014-04-02 22:42:19 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2014-04-02 22:42:19 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    2014-04-02 22:42:19 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    I left out the system details section as that would make it extremely long, but all mods are showing up as available.
    Posted in: Minecraft Mods
  • 0

    posted a message on Magic Bees: Magic themed bees for Forestry; The Successor to ThaumicBees
    i was wondering about the updated files, as in game it keeps telling me that there's updates but i can't find them. i'm looking for 2.1.11
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4][v0.7.0] Minor Alchemy [Forge 9.11.1][Simple Transmutation]
    Thanks you two.

    I have no idea why it didn't tell me that there was a conflict before i got in the world though.

    oh well, back to mining and crafting
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4][v0.7.0] Minor Alchemy [Forge 9.11.1][Simple Transmutation]
    I encountered a crash that is between Minor Alchemy and Tinkers' Mechworks, can anyone tell me how to resolve this problem? I was adding a non-tinkers tiem to the table when it crashed and gave me this:

    ---- Minecraft Crash Report ----// Surprise! Haha. Well, this is awkward.Time: 1/10/14 7:46 PMDescription: Updating screen eventsjava.lang.ClassCastException: tmechworks.items.blocks.SignalBusItem cannot be cast to com.mod.minoralchemy.api.IAlchemyTaggable at com.mod.minoralchemy.block.ContainerAlchemizer$SlotMasher.func_75218_e(ContainerAlchemizer.java:68) at net.minecraft.inventory.Slot.func_75215_d(Slot.java:108) at net.minecraft.inventory.Container.func_75144_a(SourceFile:223) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:473) at net.minecraft.client.gui.inventory.GuiContainer.func_74191_a(GuiContainer.java:886) at net.minecraft.client.gui.inventory.GuiContainer.func_73879_b(GuiContainer.java:838) at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:132) at net.minecraft.client.gui.inventory.GuiContainer.func_73867_d(GuiContainer.java:1009) at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:107) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1566) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838) at net.minecraft.client.main.Main.main(SourceFile:101) 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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27)A detailed walkthrough of the error, its code path and all known details is as follows:----------------------------------------------------------------------------------------- Head --Stacktrace: at com.mod.minoralchemy.block.ContainerAlchemizer$SlotMasher.func_75218_e(ContainerAlchemizer.java:68) at net.minecraft.inventory.Slot.func_75215_d(Slot.java:108) at net.minecraft.inventory.Container.func_75144_a(SourceFile:223) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:473) at net.minecraft.client.gui.inventory.GuiContainer.func_74191_a(GuiContainer.java:886) at net.minecraft.client.gui.inventory.GuiContainer.func_73879_b(GuiContainer.java:838) at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:132) at net.minecraft.client.gui.inventory.GuiContainer.func_73867_d(GuiContainer.java:1009) at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:107)-- Affected screen --Details: Screen name: com.mod.minoralchemy.block.GuiAlchemizer-- Affected level --Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['Kajinama'/308, l='MpServer', x=-118.60, y=65.62, z=-21.94]] Chunk stats: MultiplayerChunkCache: 441 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-111,64,-5), Chunk: (at 1,4,11 in -7,-1; contains blocks -112,0,-16 to -97,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) Level time: 7125 game time, 7125 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 137 total; [EntitySquid['Squid'/275, l='MpServer', x=-62.75, y=59.00, z=-31.44], EntitySkeleton['Skeleton'/274, l='MpServer', x=-74.50, y=30.00, z=-47.50], EntitySquid['Squid'/273, l='MpServer', x=-60.25, y=59.13, z=-86.53], EntitySquid['Squid'/283, l='MpServer', x=-54.75, y=59.34, z=-81.22], EntitySquid['Squid'/282, l='MpServer', x=-55.88, y=59.34, z=-83.94], EntityBat['Bat'/287, l='MpServer', x=-40.37, y=10.80, z=38.52], EntitySquid['Squid'/286, l='MpServer', x=-56.63, y=60.38, z=-37.50], EntitySpider['Spider'/2736, l='MpServer', x=-11.40, y=-45.62, z=-16.06], EntitySquid['Squid'/285, l='MpServer', x=-66.69, y=58.22, z=-49.69], EntitySquid['Squid'/284, l='MpServer', x=-60.44, y=57.38, z=-82.31], EntitySkeleton['Skeleton'/258, l='MpServer', x=-95.91, y=33.00, z=-30.50], EntityZombie['Zombie'/259, l='MpServer', x=-89.91, y=30.00, z=-36.59], EntityZombie['Zombie'/256, l='MpServer', x=-88.06, y=29.00, z=-61.56], EntitySkeleton['Skeleton'/257, l='MpServer', x=-84.28, y=28.00, z=-40.25], EntityBat['Bat'/262, l='MpServer', x=-82.85, y=24.00, z=-3.31], EntityBat['Bat'/263, l='MpServer', x=-87.91, y=22.42, z=9.90], EntitySquid['Squid'/260, l='MpServer', x=-80.22, y=58.38, z=-36.88], EntityBat['Bat'/261, l='MpServer', x=-93.31, y=22.10, z=-25.59], EntitySkeleton['Skeleton'/1403, l='MpServer', x=-41.40, y=-40.62, z=-16.06], EntityClientPlayerMP['Kajinama'/308, l='MpServer', x=-118.60, y=65.62, z=-21.94], EntitySkeleton['Skeleton'/2489, l='MpServer', x=-156.50, y=50.00, z=-40.50], EntitySkeleton['Skeleton'/2490, l='MpServer', x=-152.50, y=50.00, z=-39.50], EntityEnderman['Enderman'/2502, l='MpServer', x=-180.69, y=30.00, z=-43.13], EntityZombie['Zombie'/2248, l='MpServer', x=-31.40, y=-45.62, z=-16.06], EntityZombie['Zombie'/2247, l='MpServer', x=-21.40, y=-45.62, z=-6.06], EntityItem['item.item.seeds'/95, l='MpServer', x=-176.16, y=11.13, z=-65.28], EntitySpider['Spider'/2512, l='MpServer', x=-99.50, y=25.00, z=-42.50], EntityZombie['Zombie'/109, l='MpServer', x=-176.97, y=35.00, z=-41.50], EntityItem['item.item.seeds'/104, l='MpServer', x=-176.66, y=11.13, z=-63.13], EntityBat['Bat'/119, l='MpServer', x=-180.75, y=19.10, z=13.25], EntityItem['item.item.seeds'/115, l='MpServer', x=-176.56, y=16.13, z=-13.31], EntityBat['Bat'/126, l='MpServer', x=-166.40, y=29.15, z=-99.14], EntityItem['item.tile.arsmagica2:saplingWitchwood'/122, l='MpServer', x=-177.88, y=68.13, z=30.44], EntityItem['item.tile.arsmagica2:saplingWitchwood'/121, l='MpServer', x=-179.13, y=81.13, z=9.09], EntitySkeleton['Skeleton'/139, l='MpServer', x=-173.50, y=25.00, z=-35.50], EntityManaCreeper['Mana Creeper'/138, l='MpServer', x=-174.50, y=50.00, z=-56.50], EntityItem['item.item.seeds'/141, l='MpServer', x=-175.13, y=16.13, z=-19.22], EntityManaCreeper['Mana Creeper'/140, l='MpServer', x=-163.50, y=20.00, z=-41.50], EntityItem['item.tile.arsmagica2:saplingWitchwood'/143, l='MpServer', x=-169.38, y=79.13, z=-16.88], EntityCreeper['Creeper'/142, l='MpServer', x=-166.03, y=27.00, z=-30.41], EntityItem['item.item.seeds'/129, l='MpServer', x=-175.13, y=45.13, z=-81.28], EntityItem['item.item.seeds'/132, l='MpServer', x=-175.13, y=11.13, z=-70.47], EntityItem['item.item.seeds'/135, l='MpServer', x=-173.88, y=26.13, z=-64.28], EntityItem['item.item.seeds'/134, l='MpServer', x=-165.13, y=26.13, z=-70.81], EntityItem['item.item.seeds'/153, l='MpServer', x=-152.97, y=46.13, z=-64.72], EntityCreeper['Creeper'/154, l='MpServer', x=-153.25, y=45.00, z=-75.94], EntitySkeleton['Skeleton'/155, l='MpServer', x=-145.50, y=10.00, z=-50.50], EntityItem['item.item.seeds'/156, l='MpServer', x=-151.81, y=46.13, z=-63.94], EntityBlaze['Blaze'/936, l='MpServer', x=-51.40, y=-35.62, z=3.94], EntityItem['item.item.seeds'/157, l='MpServer', x=-145.16, y=45.13, z=-63.78], EntityItem['item.item.seeds'/158, l='MpServer', x=-146.81, y=31.13, z=-33.25], EntityItem['item.item.seeds'/159, l='MpServer', x=-153.88, y=30.13, z=-33.31], EntityCreeper['Creeper'/144, l='MpServer', x=-166.06, y=49.00, z=2.44], EntityCreeper['Creeper'/145, l='MpServer', x=-166.25, y=48.00, z=8.06], EntityBlaze['Blaze'/935, l='MpServer', x=-31.40, y=-45.62, z=3.94], EntityItem['item.tile.arsmagica2:saplingWitchwood'/147, l='MpServer', x=-162.13, y=67.13, z=12.88], EntityItem['item.tile.arsmagica2:saplingWitchwood'/148, l='MpServer', x=-160.88, y=75.13, z=16.88], EntityItem['item.tile.arsmagica2:saplingWitchwood'/149, l='MpServer', x=-167.09, y=72.13, z=16.69], EntityZombie['Zombie'/170, l='MpServer', x=-156.50, y=44.00, z=7.50], EntityCreeper['Creeper'/169, l='MpServer', x=-156.50, y=42.00, z=1.97], EntitySkeleton['Skeleton'/168, l='MpServer', x=-159.50, y=25.00, z=-5.50], EntitySpider['Spider'/175, l='MpServer', x=-127.56, y=50.00, z=-85.66], EntityZombie['Zombie'/174, l='MpServer', x=-136.50, y=44.00, z=-84.50], EntityWaterElemental['Water Elemental'/173, l='MpServer', x=-133.50, y=44.00, z=-81.50], EntityWaterElemental['Water Elemental'/172, l='MpServer', x=-135.50, y=45.00, z=-80.50], EntityItem['item.item.seeds'/163, l='MpServer', x=-145.97, y=26.13, z=-24.44], EntitySkeleton['Skeleton'/162, l='MpServer', x=-153.50, y=45.00, z=-34.88], EntityItem['item.item.seeds'/161, l='MpServer', x=-146.03, y=31.13, z=-34.22], EntityItem['item.item.seeds'/160, l='MpServer', x=-152.66, y=31.13, z=-34.09], EntityItem['item.item.seeds'/167, l='MpServer', x=-145.13, y=26.13, z=-30.94], EntityItem['item.item.seeds'/166, l='MpServer', x=-151.56, y=26.13, z=-23.13], EntityItem['item.item.seeds'/165, l='MpServer', x=-146.56, y=26.13, z=-23.53], EntityItem['item.item.seeds'/186, l='MpServer', x=-142.81, y=51.13, z=-63.34], EntityItem['item.item.seeds'/187, l='MpServer', x=-133.88, y=51.13, z=-53.97], EntityItem['item.item.seeds'/184, l='MpServer', x=-142.59, y=51.13, z=-64.16], EntityZombie['Zombie'/185, l='MpServer', x=-126.91, y=50.00, z=-71.50], EntitySkeleton['Skeleton'/190, l='MpServer', x=-137.50, y=20.00, z=-27.50], EntitySquid['Squid'/191, l='MpServer', x=-136.47, y=45.00, z=-27.47], EntityItem['item.item.dyePowder.black'/188, l='MpServer', x=-135.88, y=45.13, z=-35.88], EntityBat['Bat'/189, l='MpServer', x=-130.94, y=50.82, z=-44.58], EntityCreeper['Creeper'/179, l='MpServer', x=-142.41, y=31.23, z=-75.30], EntityItem['item.item.seeds'/182, l='MpServer', x=-136.34, y=51.13, z=-64.19], EntityItem['item.item.seeds'/183, l='MpServer', x=-135.75, y=51.13, z=-70.81], EntitySpider['Spider'/180, l='MpServer', x=-140.00, y=45.00, z=-73.06], EntityZombie['Zombie'/181, l='MpServer', x=-132.50, y=45.00, z=-73.50], EntityItem['item.item.seeds'/205, l='MpServer', x=-125.13, y=51.13, z=-54.75], EntitySkeleton['Skeleton'/207,
    l='MpServer', x=-114.50, y=25.00, z=-46.50], EntitySkeleton['Skeleton'/206, l='MpServer', x=-113.50, y=25.00, z=-43.50], EntitySquid['Squid'/201, l='MpServer', x=-116.50, y=61.34, z=-62.63], EntityBat['Bat'/200, l='MpServer', x=-126.59, y=43.10, z=-75.84], EntitySquid['Squid'/197, l='MpServer', x=-130.78, y=49.91, z=41.63], EntitySquid['Squid'/196, l='MpServer', x=-132.13, y=48.19, z=40.41], EntityBat['Bat'/199, l='MpServer', x=-119.75, y=43.10, z=-82.50], EntityZombie['Zombie'/193, l='MpServer', x=-143.53, y=26.00, z=-13.97], EntitySquid['Squid'/192, l='MpServer', x=-136.50, y=45.00, z=-27.47], EntitySquid['Squid'/195, l='MpServer', x=-136.50, y=47.00, z=38.50], EntityZombie['Zombie'/194, l='MpServer', x=-136.03, y=29.00, z=-6.50], EntityZombie['Zombie'/2658, l='MpServer', x=-41.40, y=-25.62, z=-26.06], EntityCreeper['Creeper'/220, l='MpServer', x=-121.69, y=26.00, z=6.97], EntityZombie['Zombie'/221, l='MpServer', x=-121.53, y=26.00, z=7.88], EntityCreeper['Creeper'/222, l='MpServer', x=-120.50, y=26.00, z=-1.03], EntityCreeper['Creeper'/223, l='MpServer', x=-120.84, y=27.00, z=-0.16], EntityCreeper['Creeper'/217, l='MpServer', x=-113.94, y=27.00, z=-10.56], EntityZombie['Zombie'/218, l='MpServer', x=-118.00, y=23.00, z=-0.50], EntityCreeper['Creeper'/219, l='MpServer', x=-122.50, y=26.00, z=8.50], EntityHecate['Hecate'/212, l='MpServer', x=-115.59, y=34.48, z=-17.45], EntityCreeper['Creeper'/213, l='MpServer', x=-114.53, y=35.00, z=-16.84], EntityZombie['Zombie'/214, l='MpServer', x=-115.50, y=37.00, z=-31.31], EntitySkeleton['Skeleton'/215, l='MpServer', x=-107.91, y=37.00, z=-24.50], EntitySkeleton['Skeleton'/208, l='MpServer', x=-116.50, y=25.00, z=-42.50], EntitySkeleton['Skeleton'/209, l='MpServer', x=-126.30, y=39.19, z=-33.30], EntitySkeleton['Skeleton'/210, l='MpServer', x=-118.30, y=37.00, z=-35.70], EntityZombie['Zombie'/211, l='MpServer', x=-125.53, y=30.00, z=-23.94], EntityCreeper['Creeper'/239, l='MpServer', x=-106.09, y=29.00, z=-20.34], EntitySkeleton['Skeleton'/238, l='MpServer', x=-107.16, y=30.00, z=-20.53], EntitySkeleton['Skeleton'/237, l='MpServer', x=-111.50, y=25.00, z=-44.50], EntitySquid['Squid'/236, l='MpServer', x=-104.41, y=58.78, z=-53.16], EntitySquid['Squid'/235, l='MpServer', x=-99.72, y=58.75, z=-49.84], EntitySquid['Squid'/234, l='MpServer', x=-111.09, y=56.38, z=-68.50], EntitySquid['Squid'/233, l='MpServer', x=-102.16, y=55.78, z=-71.72], EntityWaterElemental['Water Elemental'/232, l='MpServer', x=-101.50, y=31.00, z=-67.50], EntityWaterElemental['Water Elemental'/231, l='MpServer', x=-100.50, y=31.00, z=-68.50], EntityWaterElemental['Water Elemental'/230, l='MpServer', x=-98.50, y=31.00, z=-68.50], EntitySquid['Squid'/225, l='MpServer', x=-122.69, y=47.38, z=39.34], EntityBat['Bat'/224, l='MpServer', x=-110.76, y=35.44, z=10.54], EntityZombie['Zombie'/254, l='MpServer', x=-82.06, y=30.00, z=-54.69], EntityZombie['Zombie'/255, l='MpServer', x=-81.69, y=30.00, z=-55.91], EntityZombie['Zombie'/252, l='MpServer', x=-86.50, y=29.00, z=-53.50], EntityZombie['Zombie'/253, l='MpServer', x=-90.13, y=29.00, z=-55.66], EntityBat['Bat'/246, l='MpServer', x=-106.25, y=27.10, z=3.50], EntityBat['Bat'/247, l='MpServer', x=-106.53, y=35.10, z=0.25], EntityBat['Bat'/244, l='MpServer', x=-103.75, y=30.10, z=-18.25], EntityZombie['Zombie'/245, l='MpServer', x=-100.50, y=45.00, z=-0.03], EntitySquid['Squid'/242, l='MpServer', x=-106.88, y=55.35, z=-35.53], EntityBat['Bat'/243, l='MpServer', x=-98.05, y=25.73, z=0.57], EntityZombie['Zombie'/240, l='MpServer', x=-112.47, y=37.00, z=-32.03], EntityBat['Bat'/241, l='MpServer', x=-111.59, y=37.10, z=-22.34]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer serverStacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:856) at net.minecraft.client.main.Main.main(SourceFile:101) 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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27)-- System Details --Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_45, Oracle Corporation Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1198829080 bytes (1143 MB) / 2466775040 bytes (2352 MB) up to 9544663040 bytes (9102 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G AABB Pool Size: 28972 (1622432 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 6, tallocated: 62 FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 59 mods loaded, 59 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Core{4.2.1} [BuildCraft] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Energy{4.2.1} [BC Energy] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forestry{2.3.0.7} [Forestry for Minecraft] (forestry-A-2.3.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AdvancedThaumaturgy{0.0.11} [Advanced Thaumaturgy] (advancedthaumaturgy-0.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available arsmagica2{1.1.0} [Ars Magica 2] (AM2_1.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Builders{4.2.1} [BC Builders] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Factory{4.2.1} [BC Factory] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Transport{4.2.1} [BC Transport] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Silicon{4.2.1} [BC Silicon] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-ini
    tialized->Available->Available->Available->Available GuffCore{1.0.0} [Guff's Core] (GuffCore.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThermalExpansion{3.0.0.0} [Thermal Expansion] (ThermalExpansion-3.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThaumicTinkerer{2.1-60} [Thaumic Tinkerer] (ThaumicTinkerer 2.1-60.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MagicBees{2.1.9} [Magic Bees] (magicbees-2.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MinorAlchemy{0.7.0} [Minor Alchemy] (Minor_Alchemy_0.7.0__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Morph{0.6.0} [Morph] (Morph-Beta-0.6.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available openend{0.1} [Open End] (OpenEnd by New Gaea Modteam.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PetBat{1.2.7} [Pet Bat] (PetBat_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Core{4.2.2.19} [ProjectRed] (ProjectRedBase-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.2.19.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available QuantumCraft{1.1} [qCraft] (qCraft1.1.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Sync{2.1.1} [Sync] (Sync2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TMechworks{12.995565c} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TConstruct Environment: Sane and ready for action. Bugs may be reported. Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: AMD Radeon™ HD 6620G GL version 4.1.11156 Compatibility Profile Context, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 23436 (1312416 bytes; 1 MB) allocated, 16 (896 bytes; 0 MB) used
    Posted in: Minecraft Mods
  • 0

    posted a message on More Enchantments version 1.3- Now for 1.8
    I notice there isn't anything written here about the Steadfast enchantment...

    Edit: Found it in the change log, it's knockback resistance.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4][v0.7.0] Minor Alchemy [Forge 9.11.1][Simple Transmutation]
    ah, thanks for clarifying the version differences.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4][v0.7.0] Minor Alchemy [Forge 9.11.1][Simple Transmutation]
    I am also hoping for a 1.6.4 update of minor alchemy. I know you said that you don't want to have 2 updates so close together but it's likely to take a bit for a forge version for version 1.7.

    The following quotes are from the 1.7 page on minecraftforge.net:
    "However, due to the large amounts of changes inside Minecraft at a code/strucutre level this update will take a bit more time.
    The Mojang blog likes to boast "more than half a million lines of code changed over 1,104 commits". So you can kind of see where the trouble comes in..."

    "As it sits however, 1.7 will be a rather large update for quite a lot of mods. As I said before, Minecraft has changed a lot. Which means Mods themselves will take a while to update. We are trying to get Forge out as soon as we can for mods to start, but don't expect any major mods to be updated until possibly December."
    I hope you change your mind about a 1.6.4 update. Also, could you explain why the 1.6.2 version doesn't work on 1.6.4? I know that the structure generation code changed, but i'm unaware of anything that would effect this mod.
    Posted in: Minecraft Mods
  • To post a comment, please .