• 0

    posted a message on [1.2.5] [SSP] Bedrock+
    Quote from DZCreeper
    Can you use Forge to make your obsidian sticks be useable with other mods that add the same item? Like Wireless Redstone ChickenBonez edition.

    Quote from supermitch68

    I wonder if this mod is compatible with wireless redstone chicken_bones edition, becuse it uses the same recipe for an obsidian stick.
    I made an update which makes our mod use the Obsidian Stick from WRCBE if that mod is present.
    Enjoy and Thanks for your support!
    Posted in: Minecraft Mods
  • 1

    posted a message on [1.2.5] [SSP] Bedrock+
    Quote from Djmfox

    how strong are bedrock tools in comparison to diamond
    They have the same strength but doubled durability.
    Posted in: Minecraft Mods
  • 0

    posted a message on ModLoader - disable recipes in Multiplayer
    Quote from CustomMapFan123

    You need to make the mod for the server and get the owners of the server to install that mod,
    You cant use ModLoader you have to use ModLoaderMP
    Thanks for your reply.
    I know that. My question was how do I make a mod only for Singleplayer? I want to have a mod that disables itself when the user connects to a server.
    Posted in: Modification Development
  • 0

    posted a message on ModLoader - disable recipes in Multiplayer
    Hey everyone :)
    I am quite new to modding and currently working on a mod which adds a few new Items. Of course they have crafting recipes.
    I work with ModLoader and my question is: How do I disable the Items/Recipes in Multiplayer? If I join a server with my Mod installed and try to craft my custom Item I am kicked by the server (obviously).

    This is how I add my Recipes:

    ModLoader.addRecipe(new ItemStack(itemFoo), new Object[] {
    "D", "D", "S", Character.valueOf('D'), Block.dirt, Character.valueOf('S'), Block.sand
    });


    Thanks for your help in advance!
    Posted in: Modification Development
  • 0

    posted a message on [1.3.2] BetterPressurePlates - Pressure Plates that adapt to the Block below [Beta]
    Quote from x2robbie2x

    Awesome decorative mod :D Just like Better Stairs!
    Thanks man! Seems you really like the mods :P Even if they are still beta :D
    Posted in: Minecraft Mods
  • 0

    posted a message on Biome music
    I find this interesting :) But I just started modding, so I will have to try if I can make something like this...
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Book Learning, xp from books
    That sounds interesting! What kind of help do you need? I would like to help with the coding, but I can't do textures.
    Posted in: Requests / Ideas For Mods
  • 3

    posted a message on [1.3.2] BetterPressurePlates - Pressure Plates that adapt to the Block below [Beta]
    Hey everyone!

    I made a new mod, called BetterPressurePlates. Like my BetterStairs Mod it is purely visual and does not add any new Blocks.
    I am still quite unhappy with how it looks, the Wooden Plates for example definately need a wooden border when adapting to Wool. Because of that, the mod is still in Beta-Phase. If you have any ideas to make this look better, please post! This is how it looks so far:

    Wooden Pressure Plates (adapt to all types of wood, wool and pumpkins):



    Stone Pressure Plates (adapt to various stone-types like cobblestone, stone-bricks):



    Configuration:
    You can configure, to what blocks the Plates will adapt by editing the config file .minecraft/config/mod_BetterPressurePlates.cfg (will be created on first launch with the mod installed) with a text editor. Should be self explanatory.

    Download:
    Version 0.3 (for Minecraft 1.3.2, note: Configuration file changed. See spoiler above)

    Older Versions:

    Version 0.1 (Minecraft 1.2.5)
    Version 0.1 Beta
    Sourcecode

    Installation:
    • This mod requires ModLoader.
    • To install BetterPressurePlates put the zip-File in the download into your .minecraft/mods Directory (if the folder is not there, create it).
    • Do not unzip the File!
    • ► Enjoy Better Pressure Plates in Single- and Multiplayer!
    Enjoy and please give feedback / report any bugs you encounter!
    Posted in: Minecraft Mods
  • 1

    posted a message on [REQUEST] Breakable Bedrock
    I'm interested, too. Just give me the textures and it will take a few days to have the mod done.
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on [1.3.2] BetterStairs - Better looking Stair-Corners without new Blocks
    Quote from Namorax
    To summarize:
    The world itself is not affected by the bug, since the "basic blocks" are available everywhere. Only when you start building towers or other tall buildings it becomes possible that there are no blocks of dirt/stone/wood in a chunk of 16x16x16, thus causing the game to not render the blocks you just placed.
    I did not visit any deserts or snowbiomes, so I cant tell anything about their behavior concerning this bug.
    Thanks for your information. A new version which fixes this will be up in a few mins. It was just a typo :steve_rage:
    Edit: New version 1.3.3 is up now :)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.3.2] BetterStairs - Better looking Stair-Corners without new Blocks
    Quote from mkbu95

    As someone on a review made by robbie suggested, you should put add this option:
    I would prefer if these blocks were craftable, in case you want to incorporate both the old, plain block corners AND these.

    Ok. I'll work on an extra-version of the mod for people who want this. But the main-mod will still be without any new blocks.
    Quote from mkbu95
    And nice mod, a lot of people have been asking for a way to "solve" this issue white corners =)
    Thanks alot!

    Btw: A fix for the "glitchy corner" mentioned in is on its way :)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.3.2] BetterStairs - Better looking Stair-Corners without new Blocks
    Quote from Taiine

    Now this is nice, though you should format the title a bit more to add what MC version its for and such, makes it easier to keep track when updates happen.
    Thanks :) Done.
    Posted in: Minecraft Mods
  • 26

    posted a message on [1.3.2] BetterStairs - Better looking Stair-Corners without new Blocks
    Hey everyone :)
    I've developed a mod which allows better looking Stair-Corners in Minecraft.
    This is done without adding new Blocks to the game.

    It changes this:



    into this:




    Again: This is done without any new Blocks, so if you uninstall the Mod it will just look like the first picture again without messing up your saves. The Block between the Stairs is still a normal Block.
    This works for Cobblestone, Wood, Bricks and Stone-Bricks.

    Same with Half-Slabs:

    Without BetterStairs:



    And with BetterStairs:



    Reviews:


    Download (Version 1.4.2 for Minecraft 1.3.2)
    Download
    Updated to Minecraft 1.3.2

    Installation:
    • This Mod Requires ModLoader.
    • To Install it, put the zip-File in the Download in your .minecraft/mods Directory (if it's not there, create the Folder). Do not unzip the File!
    • ► Get better Stair-Corners in Single- and Multiplayer
    Configuration:
    • Run Minecraft at least once with BetterStairs installed
    • Open up .minecraft/config/BetterStairs.config
    • Change the values you want to edit, should be self-explanatory
    Changelog:
    Version 1.4.2
    • No Changes, just a recompile for Minecraft 1.3.2

    Version 1.4.1
    • Fixed a bug that some blocks all had the properties of nether-brick
    Version 1.4
    • Updated to support Minecraft 1.3.1
    • Added support for Sandstone Stairs
    • Added support for the new wooden Stairs
    • Code Cleanup (splitted the code into different classes and moved it to a seperate java package)
    • Nether Corners now work with Custom Colors (e.g. from MCPatcher or Optifine)
    Version 1.3.5
    • Added optional corners for Nether-Bricks
      • currently incompatible with Custom-Colors from MCPatcher / Optifine (Noticable e.g. with Misa's HD Texturepack)
      • can be disabled in the configuration file
      • only for inner-corners (see 1st and 2nd image above) because there are no Nether-Brick-Slabs (yet?)
    • Added configuration file (currently only for Nether-Brick-Corners)
    Version 1.3.4
    • Wood Blocks form Corners again
    Version 1.3.3
    • Fixed some blocks not rendering when being the only block in a chunk (thanks to Namorax for discovering this odd bug)
    Version 1.3.2
    • Fixed lightning bug with Smooth Lightning turned off (seen in robbie's review)
    • Fixed "glitchy corner" bug seen in the same video
    Older Versions:

    Version 1.4.1 for Minecraft 1.3.1
    http://goo.gl/KR1xP
    Version 1.4 for Minecraft 1.3.1
    http://goo.gl/GMNLH
    Version 1.3.5 for Minecraft 1.2.5
    http://goo.gl/3ilBU
    Version 1.3.3 for Minecraft 1.2.5
    http://goo.gl/4XrRy
    Version 1.3.2 for Minecraft 1.2.5
    http://goo.gl/29TAz
    Version 1.3.1 for Minecraft 1.2.5:
    http://goo.gl/TYyhF


    Enjoy and please Report any Bugs you might encounter :)
    Posted in: Minecraft Mods
  • To post a comment, please .