• 0

    posted a message on How can I make an automatic turret system

    I made this up real quick to try to help, I made something like this on my survival server but with a button instead of a command block. The command block has the command testfor @a[r=5] and there is a comparator next to it that retracts the piston thus letting the clock reach the dispenser with the arrows.

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on [1.5_01]Poop and Poison[WIP]
    Quote from jellyrabbit »
    i have a tiny question, why the **** do we need poop to decrease our health :tongue.gif: make it something good!


    Well mr.serious pants it's for fun and practice and I will eventually have a more useful mod.


    Quote from GenghisKhan44 »
    Oh my gosh, laughing my **** off!!!

    Trying to bring the saying "eat sh** and die" to life, I see? :biggrin.gif:

    What if poop could be made into gunpowder, or something USEFUL?


    Good idea.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5_01]Poop and Poison[WIP]
    This mod is my first.
    Cows and Pigs now poop very often.
    Cow poop.
    Pig poop.
    Eating the poop decreases your health by one heart.
    Craft the poop like this to make poison.
    The poison will decrease your health by all but half a heart, if your health isn't full you die.
    Mediafire
    adf.ly

    This does require a custom item.png which is in the download.

    More random stuff to come!
    Posted in: Minecraft Mods
  • 0

    posted a message on Starting to mod...
    Well how can I change the shape of the npc?
    Posted in: Mods Discussion
  • 0

    posted a message on Starting to mod...
    Quote from God Of APB »
    The first thing you'll need is MCP. Then you should follow the tutorial that was previously posted.
    Once again I feel like that tutorial leaves me in the dark. I've make blocks changed trees to diamonds made dirt wood and a bunch of other random things. But I want to know how it works rather than just doing it.
    Posted in: Mods Discussion
  • 0

    posted a message on Starting to mod...
    I've used that tutorial to make some things but it just tells you what to do and doesn't really explain it.
    Posted in: Mods Discussion
  • 0

    posted a message on Starting to mod...
    I want to start modding but I don't know where to begin. I have barely any knowledge of java but I want to learn. Where should I begin, should I start learning java or learn by doing?
    Posted in: Mods Discussion
  • 0

    posted a message on SHA1 digest error on startup
    This same thing happened to me when I tried to add a crafting recipe :Sheep:
    Posted in: Legacy Support
  • 0

    posted a message on Mod Loader on Server?
    Ok I have modded the client with mod loader so that I can craft leaves with 9 sticks and I want to put it on my server.
    I figured out all my scripts and stuff but I don't know how to do it without mod loader, is there a mod loader for the server or is there any way to do it without mod loader?
    Posted in: Mods Discussion
  • 0

    posted a message on [Outdated] Advanced modding
    Ok it worked now that I changed it to recipes.a and fz and the mod worked on single player. How would I go about adding this mod to my server?
    Posted in: Tutorials
  • 0

    posted a message on [Outdated] Advanced modding
    I'm using netbeans to make a code for a new recipe for beta, but I can't figure it out.
    public class mod_craftobsidian extends BaseMod
    {
    public void AddRecipes(eu recipes)
    {
    ModLoader.AddAllRecipes(new ev(og.ap,1), new Object[] {
    "#", Character.valueOf('#'), og.x
    });
    }
    }
    What should the "ev" be because netbeans says it's wrong?
    Posted in: Tutorials
  • 0

    posted a message on [Creating Mods] Simple person mob (MCP) [30/1/11]
    So I decompile a fresh minecraft.jar then I add the files and change all of the "pigman" to "person" without quotes, cause I'm not stupid, then I recompile and test_game won't work. SO I tried reobfuscating the classes and adding it to the minecraft.jar in appdata but I can't reobfuscate. And when I look in my minecraft_compile.log it's full of "^". WTF?!
    Posted in: Tutorials
  • 0

    posted a message on [Creating Mods] Modding tutorials [21/5/11]
    Can you make a tutorial for food, there is one like making chicken but it doesn't use mcp so that isn't helpful.
    'twould be greatly appreciated.
    Posted in: Tutorials
  • 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!
    Will there ever be a server version of this?
    Is there anything similar to this I can put on my server already?
    Posted in: Minecraft Mods
  • To post a comment, please .