• 0

    posted a message on RageQuit Parkour by JJCunningCreeper

    kek

    Posted in: Maps
  • 0

    posted a message on Sonic Ether's Unbelievable Shaders [compatible with Minecraft 1.12.2 via OptiFine]
    Little tips for low-end and high-end users here, if you wish to increase your shadow rendering distance, open the shader pack with an unzipping program like WinRAR, open composite.fsh with Notepad (Notepad++ recommended) and go to lines 38 and 39.

    They should look like this by default:
    const int shadowMapResolution = 4096;
    const float shadowDistance = 240.0f; // 1.0f = 1 block


    Increase the numbers 2048 and 120.0f to increase shadow rendering distance. Make sure the numbers stay in the same ratio. i.e. 4096 and 240.0f (my settings) or 3072 and 180.0f. You may decrease these numbers too if you have a low-end PC.

    Recommended settings:
    - 16 Chunks (256 blocks): 4096, 240.0f
    - 12 Chunks (192 blocks): 3072, 180.0f
    - 8 Chunks (128 blocks): Default
    - 4 Chunks (64 blocks): 1024, 60.0f
    - 2 Chunks *seriously?* (32 blocks): 512, 30.0f
    Posted in: Minecraft Mods
  • 0

    posted a message on Shaders Mod (updated by karyonix)
    Quote from melvinatore_123

    Randomly when I use shaders I get a bug where I can see through walls.
    For example
    My specs
    Nvidia GTX 770
    Windows 8.1
    Forge version .1019
    Optifine HD Utra C2
    Sonic Ethers UnBelievable Shaders. 10.1 preview 1


    Sonic's Shaders aren't fully compatible with Optifine yet. Try running the game without Optifine.
    Posted in: Minecraft Mods
  • 0

    posted a message on Shaders Mod (updated by karyonix)
    Is this SLI/Crossfire compatible?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Alpha] The Aether II: Genesis of the Void (The Festive Update! Presents, new companions, and more!)
    Great mod and OMG hasn't the team been doing a ton of work. 107 MB? That's almost has much storage needed for a decent game.
    Good job
    Posted in: Minecraft Mods
  • 0

    posted a message on Still Alive by Jonathan Coulton (Portal Ending song) on Noteblocks

    A note block project that plays Still Alive, the ending song of the original Portal game. Still Alive is composed by Jonathan Coulton.

    Map Download Link: http://www.planetmin...-on-noteblocks/

    Computer not fast enough? Demonstration:
    Posted in: Maps
  • 0

    posted a message on Macro / Keybind Mod
    2012-08-30 14:42:59 [INFO] Liteloader for 1.3.1 starting up...
    2012-08-30 14:42:59 [INFO] Mods folder found, searching C:\Users\Clinton\AppData\Roaming\.minecraft\mods
    2012-08-30 14:42:59 [INFO] Found 1 mod file(s)
    2012-08-30 14:42:59 [INFO] Loading mods from class path
    2012-08-30 14:43:00 [INFO] Discovered 1 total mod(s)
    2012-08-30 14:43:00 [INFO] Loading mod from net.eq2online.macros.LiteModMacros
    2012-08-30 14:43:00 [INFO] Successfully added mod Macro / Keybind Mod version 0.9.3
    2012-08-30 14:43:00 [WARNING] Error initialising mod 'Macro / Keybind Mod': com/mumfrey/liteloader/util/ModUtilities

    Hmmmm... Is this what you want?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Mod] [1.3.2] VariantCraft
    I'm a head (Smiling Steve much?)
    Posted in: WIP Mods
  • 1

    posted a message on [Mod] [1.3.2] VariantCraft
    VARIANTCRAFT v0.4
    Are you always tired about using the default Minecraft blocks to build your houses? Is survival too boring, and is your diet always just pork, pork and pork? If yes, THIS IS THE MOD FOR YOU!
    Download: http://www.mediafire...152ocytivj5h4va
    Note: Requires Risugami's ModLoader for 1.3.1.

    Currently, the mod includes:
    • Plastic Blocks
    • Cement
    • Concrete Blocks
    • Meat Soups
    • Apple and golden apple pies (NEW)
    • Cheese
    Plastic:
    Cement:
    Concrete:
    Apple Pie (Golden apple pies are similar):
    Beef Soup (Pork Soup is similar):

    Version History:
    v0.4:
    • Added Cheese Blocks (A bucket of milk to craft)
    • Added Cheese Slices (A cheese block to craft) (Edible)
    • Added All blocks into the creative inventory (Food is in the foodstuffs tab)
    v0.3:
    • Added Apple Pies
    • Added Golden Apple Pies
    v0.2:
    • Added Meat Soups
    v0.1:
    • Initial Release
    Known Bugs:
    • Meat Soups do not show up in the foodstuffs inventory
    Created and coded by ClintonM0.
    Posted in: WIP Mods
  • 0

    posted a message on [1.3.1 Mod] VariantCraft v0.1
    VARIANTCRAFT v0.2

    Are you always tired about using the default Minecraft blocks to build your houses? Is survival too boring? If yes, THIS IS THE MOD FOR YOU!

    Download: http://www.mediafire.com/?oxncr61ial0nka7

    Note: Requires Risugami's ModLoader for 1.3.1.

    Currently, the mod includes:
    • Plastic Blocks
    • Cement
    • Concrete Blocks
    • Meat Soups (NEW)
    Plastic:

    Cement:

    Concrete:


    Version History:
    v0.2:
    • Added Meat Soups
    v0.1:
    • Initial Release


    Created and coded by ClintonM0.
    Posted in: WIP Mods
  • 0

    posted a message on [May 23, 2012][ModLoader]Muserae's Modding Tutorials
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    public void addRecipes() {
    ModLoader.addRecipe(
    new ItemStack(plastic, 8), new Object[] {

    "##", "##", Character.valueOf('#'), Block.wood
    });
    ModLoader.addRecipe(
    new ItemStack(cement, 4), new Object [] {

    " X ", " Y ", " Z ", Character.valueOf('X'), Block.sand, Character.valueOf('Y'), Block.gravel, Character.valueOf('Z'), Item.bucketWater
    });
    ModLoader.addRecipe(
    new ItemStack(cement, 4), new Object [] {

    " Y ", " X ", " Z ", Character.valueOf('X'), Block.sand, Character.valueOf('Y'), Block.gravel, Character.valueOf('Z'), Item.bucketWater
    });
    }
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    LOL no probs on this i think
    Posted in: Tutorials
  • 0

    posted a message on [May 23, 2012][ModLoader]Muserae's Modding Tutorials
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    --- BEGIN ERROR REPORT c6c223ab --------
    Generated 5/08/12 6:31 PM
    - Minecraft Version: 1.3.1
    - Operating System: Windows 7 (x86) version 6.1
    - Java Version: 1.7.0_05, Oracle Corporation
    - Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    - Memory: 451109656 bytes (430 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB)
    - JVM Flags: 2 total; -Xms512m -Xmx1024m
    - ModLoader: Mods loaded: 1
    ModLoader 1.3.1

    java.lang.ArrayIndexOutOfBoundsException: 8
    at tc.a(SourceFile:590)
    at ModLoader.addRecipe(ModLoader.java:452)
    at mod_VariantCraft.addRecipes(mod_VariantCraft.java:29)
    at mod_VariantCraft.<init>(mod_VariantCraft.java:8)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at ModLoader.addMod(ModLoader.java:327)
    at ModLoader.readFromClassPath(ModLoader.java:1317)
    at ModLoader.init(ModLoader.java:915)
    at ModLoader.addAllRenderers(ModLoader.java:169)
    at avx.<init>(RenderManager.java:86)
    at avx.<clinit>(RenderManager.java:12)
    at net.minecraft.client.Minecraft.a(SourceFile:260)
    at net.minecraft.client.Minecraft.run(SourceFile:516)
    at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 8d92dc45 ----------
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Hmmmm... I think it's something wrong with the crafting recipe. Anyone confirm me?
    Posted in: Tutorials
  • 0

    posted a message on [Park] Parkour Challenge [1000+ DOWNLOADS]
    Hi cheesebuzz. Nice map you made there. In fact, it was good enough for a video. Took a heck long time to render and upload. XD.
    Video: (19 minutes long, 720p HD)
    Visit my channel too! http://www.youtube.com/user/ClintMinecraft
    Posted in: Maps
  • 0

    posted a message on [May 23, 2012][ModLoader]Muserae's Modding Tutorials
    How can u make a mod for Multiplayer?
    Posted in: Tutorials
  • 1

    posted a message on [1.1 MOD] Meat Soups Mod
    Adding chicken soup soon!!
    Posted in: Minecraft Mods
  • To post a comment, please .