• 0

    posted a message on Inventor's Toolbox
    Okay so... yay! Someone's updating this, but it appears you're all still working on just getting it working, so I don't want to bother too much.
    My favorite of the plans Eagle_Orion had (i think this was a thing) was the rag doll physics, which I REALLY wanted. Especially since you have boats and i can see where those together could make some interesting events. So yeah, when you get to that point please do consider doing stuff with players. ^-^
    Posted in: WIP Mods
  • 0

    posted a message on [1.5.2] Mob Amputation [v1] Blood and gibs! And an Easter Egg!
    I wonder, would it be possible to make it so if you decapitate a mob you can pick up the head? It would be a nice little feature to add :P
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5] Saving mod data in a custom NBT file without modifying base classes [July 11, 2012]
    Will this work for 1.3.2? i'm planning on making a mod in which a user can define an item's texture in the NBT files and I have most of it down I just want to double check so I don't spend weeks doing something that won't work.
    Posted in: Tutorials
  • 0

    posted a message on LP Language Packs
    This Pack contains Language Packs for SkyDoesMinecraft, Yogscast, and SlyFoxHound.
    This also contains an items.png to change cookies into Jaffas >.<.

    SkyDoesMinecraft
    -Changes "Gold" to "Butter"

    Yogscast
    -Changes "Cookie" to "Jaffa Cake"

    SlyFoxHound
    -Changes "Iron" to "Silver"

    DL: http://www.mediafire.com/?wjchwlr4oy0j42n

    Any suggestions will be appreciated.
    Posted in: Language Packs
  • 1

    posted a message on Change Iron to Silver
    Yeah Rambo_Rage requested i make this for SlyFoxHound so here it is.
    Changes all instances of the word "Iron" to the word "Silver".
    Hope y'all lieks.
    DL: http://www.mediafire...74z91l71fc2zhpx

    EDIT: I'm making one for more major LPers so this post is pointless, im also taking down the DL on this one.
    Posted in: Language Packs
  • 0

    posted a message on [1.4.5] More Eggs 2.1 - Eggs for Wither, Ender Dragon, Wither Skeletons, Zombie Villagers, TNT, and more!
    I installed it without the lang file or removing META-INF, works just fine,
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5] PhysicsCraft Pre-Beta [0.18]: Cloth Physics and Rope Collisions Preview Vid Added
    Expanding on the ideas of ragdoll physics i believe you should combine them with the ideas of the dismemberment and amputation (and possibly with better blood) mods. Though if you were to do this you may want to consider having it optional due to peoples differing opinions. thnx
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Shadadorian's Mod
    I actually have an issue with the .class for the block itself right now. not really going to good
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Shadadorian's Mod
    Quote from Doodmens2

    Looks nice for your first mod, it's always better to start small. (I was stupid enough to make my first mod GIGANTIC) And because I had some trouble finding out the generation code in my first mod, I've got you some. :D

    //This must be after the public mod_YourMod()
    
    public void generateSurface(World world, Random rand, int baseX, int baseZ)
      {
    		for(int x = 0; x < 2; x++) //The 2 says how often it spawns; so the higher the number, the more it spawns
    		{
    			int OreName_x = baseX + rand.nextInt(2);  
    			int OreName_y = rand.nextInt(15);				   //This should speak for itself
    			int OreName_z = baseZ + rand.nextInt(2);
    
    		   (new WorldGenMinable(OreName.blockID, 4)).generate(world, rand, OreName_x, OreName_y, OreName_z);  //And this generates your ore
    		}
      }

    That's it!

    thanks for the code that will probably fix a lot.
    Posted in: WIP Mods
  • 1

    posted a message on [WIP] Shadadorian's Mod
    So this mod basically adds an ore called Shadow, this can be used like iron, however, when armor is made out of it, it will act more like diamond (which i'm working on). I currently cannot find any naturally occurring ores so that is another thing to be worked on. The ores are intermediate mining, but have very high resistance which i've also been meaning to fix.

    CRAFTING:

    Let's start with the basics:



    In addition to that, this also includes a pack for Flan's mod which includes an overpowered full-auto sniper, and a mortar like rocket launcher (which the sound of which are to be updated too).

    DOWNLOAD HERE

    P.S. this mod took me 12 hours and is my first so please don't give me any criticism that isn't constructive (by that I mean i literally woke up without any experience and said I wanted to make a mod
    Posted in: WIP Mods
  • To post a comment, please .