• 0

    posted a message on [1.6.4] [Forge] Mother of Pearl - v1.9.8 - (Enchantments Fixed - Squids Drop Oysters)
    While waiting for darkevilmac to finish working on his contributions to 2.0, I uploaded 1.9.2. 1.9.2 is for MC 1.6.4. Do not try to use it with 1.6.2, or the other versions with 1.6.4.

    1.9.2 is clearly marked as being for 1.6.4.

    Enjoy and thanks for being patient.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8][1.7.10/1.7.2/1.6.4/1.5.2][Forge] Deconstruction Table v2.3.0 -- Finally for 1.8!
    Quote from Coolthings42

    If the recipe is added through gameRegistry, CraftingManager.addRecipe() or CraftingManager.addShapelessRecipe(); then the recipe will be supported; however any recipes added through CraftingManager.instance().getRecipeList().add(...), or any other weird technique will not be supported (this includes all of IC2, and most of Buildcraft 4, I am unsure of BC 3)

    -bdkuhman
    Sweet, thanks, that is awesome. I had issue with Twilight Forest's Uncrafting Table for that reason. Good to know it will work on my mod items. Did you have to do anything fancy to return partial recipes for damaged armor? I have armor in my mod, and it would be good to know if it will return the same as vanilla armor.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8][1.7.10/1.7.2/1.6.4/1.5.2][Forge] Deconstruction Table v2.3.0 -- Finally for 1.8!
    Does this add inverted recipes from ones that gameRegistry.addRecipe (etc) adds? (Does it support uncrafting items added by mods?) or does it only work with vanilla recipes?
    Right away it seems like a great way to convert charcoal to coal.
    Posted in: Minecraft Mods
  • 0

    posted a message on The Eternal Night (1.6.2)
    Quote from Axius27

    Entire series finished. Not a long one but still fun ;) . Just editing and it will be ready to upload.
    I am looking forward to it.
    Posted in: Mods Discussion
  • 0

    posted a message on [1.6.4] [Forge] Mother of Pearl - v1.9.8 - (Enchantments Fixed - Squids Drop Oysters)
    Quote from Atomicsunshine

    apparently i was getting a weird id config issue. wiped and re installed and it seems to be fixed now.
    Okay, good, You had me worried.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] [Forge] Mother of Pearl - v1.9.8 - (Enchantments Fixed - Squids Drop Oysters)
    Quote from HoodyNinja72

    Love the constant updates and love the mod in general, cant wait for the 2.0 update, keep up the great work! :)
    I'm glad you like it.
    Quote from HoodyNinja72

    btw when I updated the mod it started crashing, any help?
    ---- Minecraft Crash Report ----
    // Don't do that.

    Time: 9/18/13 9:43 PM
    Description: Initializing game

    java.lang.ArrayIndexOutOfBoundsException: 8678
    at net.minecraft.block.Block.<init>(Block.java:347)
    at net.minecraft.block.BlockFence.<init>(SourceFile:17)
    at tcc.MotherOfPearl.blocks.ModBlocks.defBlocks(ModBlocks.java:44)
    at tcc.MotherOfPearl.blocks.ModBlocks.init(ModBlocks.java:37)
    at tcc.MotherOfPearl.ModMain.preInit(ModMain.java:55)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at net.minecraft.block.Block.<init>(Block.java:347)
    at net.minecraft.block.BlockFence.<init>(SourceFile:17)
    at tcc.MotherOfPearl.blocks.ModBlocks.defBlocks(ModBlocks.java:44)
    at tcc.MotherOfPearl.blocks.ModBlocks.init(ModBlocks.java:37)
    at tcc.MotherOfPearl.ModMain.preInit(ModMain.java:55)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_25, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 157113328 bytes (149 MB) / 410189824 bytes (391 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 Optifine OptiFine_1.6.2_HD_C4 77 mods loaded, 77 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized
    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    mod_Beach{} [mod_Beach] ((1.6.2)Beach Clothes.zip) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.9.0.1} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.1.zip) Unloaded->Constructed->Pre-initialized
    Doggy Talents{v1.4.0} [Doggy Talents] ([1.6.2]_Doggy_Talents-v1.4.0.zip) Unloaded->Constructed->Pre-initialized
    amm{2.0} [ArmorMovementMod] (Armor-Movement-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    iChunUtil{2.2.0} [iChunUtil] (iChun-Util-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BackTools{2.0.0} [BackTools] (Back-Tools-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    bashpack{1.0.0} [BashPack Bacon Mod] (BashPack-Bacon-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{0.6.2} [Biomes O' Plenty] (Biomes-O-Plenty-0.6.2-1.6.2.jar) Unloaded->Constructed->Pre-initialized
    IC2{2.0.174-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.174-experimental.jar) Unloaded->Constructed->Pre-initialized
    Forestry{2.3.0.0} [Forestry for Minecraft] (Forestry-Mod-1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized
    BinnieCore{1.8-dev2} [Binnie Core] (binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized
    ExtraBees{1.8-dev2} [Extra Bees] (binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized
    ExtraTrees{1.8-dev2} [Extra Trees] (binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized
    BlackDiamond{0.1 Alpha} [BlackDiamond] (BlackDiamond 0.2 MCv1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BC2{1.0.0} [Bosscraft 2] (Bosscraft2 (1.0.1).zip) Unloaded->Constructed->Pre-initialized
    bucketcraftgrim3212{1.0} [Bucket Craft] (Bucket-Craft-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.0.1} [BuildCraft] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.0.1} [BC Builders] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.0.1} [BC Energy] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{4.0.1} [BC Factory] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{4.0.1} [BC Transport] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.0.1} [BC Silicon] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized
    calendar{1.0} [Calendar] (Calendar-Mod-1.6.2 (1).zip) Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.55} [ComputerCraft] (ComputerCraft-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    CCTurtle{1.55} [ComputerCraft Turtles] (ComputerCraft-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    CopiousDogs{alpha-1.0} [Copious Dogs] (Copious-Dogs-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized
    craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.3.zip) Unloaded->Constructed->Pre-initialized
    CrossbowMod2{a0.1.5} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.2-a0.1.5.23.jar) Unloaded->Constructed->Pre-initialized
    factorization{0.8.04beta2} [Factorization] (Factorization-Mod-1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized
    Railcraft{8.0.2.0} [Railcraft] (Railcraft_1.6.2-8.0.2.0.jar) Unloaded->Constructed->Pre-initialized
    TC{4.1.0_006} [Traincraft] (traincraft-4.1.0_006.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0 (1).jar) Unloaded->Constructed->Pre-initialized
    DartCraft{Beta 0.2.05} [DartCraft] (DartCraft Beta 0.2.05.jar) Unloaded->Constructed->Pre-initialized
    dyeablebeds{1.0} [Dyeable Beds] (Dyeable-Beds-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized
    ED{@VERSION@} [Electrodynamics - Core] (Electrodynamics-Alpha-0.1.4.2.jar) Unloaded->Constructed->Pre-initialized
    eplus{1.16.2} [Enchanting Plus] (Enchanting-Plus-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized
    EnderIO{0.1.5} [Ender IO] (Ender-IO-Mod-1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized
    ExpChest{3.1.40.--} [Exp Chest] (Exp Chest v3.1.40.--.zip) Unloaded->Constructed->Pre-initialized
    factorization.misc{0.8.04beta2} [Factorization Miscellaneous Nonsense] (Factorization-Mod-1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized
    factorization.notify{0.8.04beta2} [Factorization Notification System] (Factorization-Mod-1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized
    factorization.dimensionalSlice{0.8.04beta2} [Factorization Dimensional Slices] (Factorization-Mod-1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized
    FlansMod{3.0} [Flans Mod] (Flans-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized
    frank{v1.0} [Frankenstein Mod] (Frankenstein Mod V1.0.zip) Unloaded->Constructed->Pre-initialized
    GalacticraftCore{0.1.40} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.40.700.jar) Unloaded->Constructed->Pre-initialized
    GalacticraftMars{0.1.40} [Galacticraft Mars] (Galacticraft-Planets-1.6.2-a0.1.40.700.jar) Unloaded->Constructed->Pre-initialized
    GraviSuite{1.9.5} [Gravitation Suite] (Gravitation-Suite-Addon-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    GraviGun{2.0.0} [GraviGun] (Gravity-Gun-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    gregtech_addon{MC162} [GregTech-Addon] (gregtechmod (1).zip) Unloaded->Constructed->Pre-initialized
    Hats{2.0.1} [Hats] (iChuns-Hats-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    HatStand{2.0.0} [HatStand] (Hat-Stand-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    IronChest{5.3.1.482} [Iron Chest] (Iron-Chests-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    LightBridgesAndDoors{0.1.6} [kris91268's Light Bridges and Doors] (Light-Bridges-and-Doors-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    MagicCarpet{1.2} [DrZhark's Magic Carpet Mod] (Magic-Carpet-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    magicalcrops{3.0.6 BETA} [Magical Crops] (magical_crops_1.6.2_3.0.6_BETA.zip) Unloaded->Constructed->Pre-initialized
    mod_Mithril{1.6.2} [Mithril] (mithril_1-6-2-1.zip) Unloaded->Constructed->Pre-initialized
    mod_MoApples{1.6.2} [mod_MoApples] (Mo-Apples-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    MobAmputation{2.0.0} [MobAmputation] (Mob-Amputation-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    More Bows{1.5_v1} [More Bows mod] (More bows 1.6.2.jar) Unloaded->Constructed->Pre-initialized
    MoreRecordsMod{2.0.0} [More Records Mod] (More Record Core 2.0.0 for 1.6.2.jar) Unloaded->Constructed->Pre-initialized
    mopickaxes{5.0.0} [Mo' Pickaxes] (More-Pickaxes-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    Morph{0.0.7} [Morph] (Morphing-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    mop{v1.9-1.6.2} [Mother of Pearl] (Mother of Pearl 1.9.zip) Unloaded->Constructed->Errored
    Mystcraft{0.10.6.00} [Mystcraft] (Mystcraft-Mod-1.6.2 (1).zip) Unloaded->Constructed->Pre-initialized
    JinRyuu_NarutoC{0.3.2} [Naruto C] (NarutoC-Universal-v0.3.2.zip) Unloaded->Constructed->Pre-initialized
    TelePipes{1.0.0} [Teleport Pipes] (Teleport-Pipes-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    Dirtbike{v1.0.0} [Dirtbike Mod] (The-Dirtbike-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    farlanders{1.6.2} [The Farlanders] (The-Farlanders-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    modocarina{3.4} [The Ocarina Mod] (The-Ocarina-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    Trapcraft{v2.1.0a} [Trapcraft] (Trapcraft-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    wildcaves3{0.4.3} [Wild Caves 3] (Wild-Caves-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BeerMod{0.4} [BeerMod] (BeerMod_1.6.zip) Unloaded->Constructed->Pre-initialized
    BoatCraft{1.0.2} [BoatCraft] (BoatCraft.jar) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.6.2-Forge9.10.1.871
    LWJGL: 2.9.0
    OpenGL: Intel® G41 Express Chipset GL version 2.1.0 - Build 8.15.10.2302, Intel
    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: ~~ERROR~~ NullPointerException: null
    I'm not sure what is causing that... Can you try 1.8 or 1.7 and see if you get the same problem? It might me my implementation of Pearly stone fences. With 77 mods loaded, I'm sure it may be a compatibility issue. We are using 89 mods in our modpack, including all of my mods, Darkevilmac's mods, and a bunch of others.
    Quote from Atomicsunshine

    so i don't know why but i'm getting black and white pearly stone spawning all over the place. is this intentional? from your description i thought it was only craftable.
    You should not see any type of my blocks spawning (visibly) in worldgen, aside from my modified clay (to drop oysters.) so no. Can you pastebin a crashlog? (it should still generate even if it doesn't crash.) Another mod might be making the BlockIDs of my blocks generate. May be fixable if you change the BlockIDs in the config.


    The github for our modpack (WIP) is http://www.github.com/mechanizedmadness/mechanizedmadness, if you would like to see how we edited our configs.
    Posted in: Minecraft Mods
  • 0

    posted a message on The Eternal Night (1.6.2)
    Quote from Axius27

    I've looked at it and have decided it would be a good addition to my series. Finally, a break. Although, I don't no how the Mow The Lawn mod will interact with it.

    Well, Mow the Lawn doesn't change the textures of any pre-existing blocks, nor does it add any worldgen. I only modify certain values of existing blocks. I hope that helps.
    Posted in: Mods Discussion
  • 0

    posted a message on [1.6.4] [Forge] Mother of Pearl - v1.9.8 - (Enchantments Fixed - Squids Drop Oysters)
    This just in. 2.0 will feature updated 32-bit graphics.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] [Forge] Mow the Lawn UHC themed mod - version 1.6 (Bat and Ghast drops modified)
    At Axius27's request, I have updated my textures to 32-Bit.
    Check out his thread at http://www.minecraft...rnal-night-162/ to get an idea of what plans are in store.
    Posted in: Minecraft Mods
  • 0

    posted a message on The Eternal Night (1.6.2)
    Quote from Axius27

    I have yet to have a chance to test your mod but I'll take your word for it. you should consider making a Dokucraft TSC High x32 style textures for it so it doesn't look out of place in my play-though.

    ps thanks for subscribing. I now have 18 subs :D


    Your wish is (kind of) My command. I made my textures 32 bit, but I did it without looking at Dokucraft. I might make a resource pack later to make them look more like dokucraft, but I only add 2 items, and 1 block, so i am not sure if/when I will.
    New textures are in ver 1.3. Enjoy.
    Posted in: Mods Discussion
  • 0

    posted a message on The Eternal Night (1.6.2)
    Sweet. I can't wait to see Mow the Lawn in action. Beware the ground is pretty hard. ;)
    Posted in: Mods Discussion
  • 0

    posted a message on [1.6.4] [Forge] Mother of Pearl - v1.9.8 - (Enchantments Fixed - Squids Drop Oysters)
    I added a donation button to each of my mod pages.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] [Forge] Hiding the Light v1.4 New Update - Adjust light level in the config
    I added a donation button to each of my mod pages.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] [Forge] Mow the Lawn UHC themed mod - version 1.6 (Bat and Ghast drops modified)
    I added a donation button to each of my mod pages.
    Posted in: Minecraft Mods
  • 0

    posted a message on Snapshot 13w37a Ready For Testing!
    OMG, I love the new nether portal mechanics.



    Posted in: Minecraft News
  • To post a comment, please .