• 0

    posted a message on [1.4_01]Puff Block![V0.5]
    Quote from Grateful42 »
    This is cool, now my clay and brick factory can have realistic smokestacks!
    I tip my hat to you good sir. :Notch:

    I'm glad you like it! :biggrin.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.3] Ye olde minegunner
    I think 303 already updated minegunner... to 1.4_01.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Creating Mods] Modding tutorials [21/5/11]
    hey! im new at modding minecraft, and tried to make a simple mod that adds the item tar to the game.
    i have a few questions that i hope somebody might be able to answer.

    first off, can you help me troubleshoot? this is what i have so far,
    public String Version()
        {
          return "1.4_01";
        }
    
    package net.minecraft.src;
    
    public class mod_tarItem extends BaseMod{
    
    	public mod_tarItem()
    	   {
    		ModLoader.AddName(tarItem, "Tar");   
    	   }
    	   
    	public static final Item tarItem;
    		static
    		{
    		  tarItem = (new ItemTar(4001, 0)).setIconIndex(ModLoader.addOverride("/gui/items.png", "/gui/Tar.png")).setItemName("tarItem");
    		}
    
    }


    the error log while trying to compile is here
    [parsing started sources\minecraft\net\minecraft\src\mod_Tar.java]
    sources\minecraft\net\minecraft\src\mod_Tar.java:1: class, interface, or enum expected
    public String Version()
           ^
    sources\minecraft\net\minecraft\src\mod_Tar.java:4: class, interface, or enum expected
        }
        ^
    [parsing completed 16ms]


    can somebody help me?

    some of the other things i would like to know is how i would make something like a bucket, so that when you craft with it, it leaves an empty of the object behind.

    one of the things i would like to do is put the tar in a bucket. is it any harder than making an item?
    Posted in: Tutorials
  • 0

    posted a message on [1.4_01]Puff Block![V0.5]
    Quote from KiDhero »
    You should make it somewhat like the Piston mod.
    If you stand on it, you get launched in the air :tongue.gif:

    You know, that's a really good idea! :biggrin.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4_01]Puff Block![V0.5]
    Yeah I'm working on making it have a properties file/guiapi options to change the particle emited.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4_01]Puff Block![V0.5]
    Quote from caveman »
    this mod is perty sweet! you should make some more mods cause so far ur doing perty good!

    Thanks! I definitely will try creating other mods :>

    Quote from zombych »
    I like the mod but it really just needs a couple options for the GUIAPI.
    like, vertical and horizontal speed, and particle amount.

    really the best use for this is a chimney, as a smoke signal, and it works great with the redstone.
    if only it flew higher like in the video...and more particles.
    is there any way you can mod the view distance for this smoke? if you haven't tested, you can't stand more than 10(fast) or 20(fancy) blocks away until they disappear...

    I'm thinking more like 200-500, maybe that should be another option in the GUIAPI if you figure out how to do it.

    good luck, I'd love to use this mod for every house I ever build!
    Thanks again! I hope guiapi Isn't too hard to use, because I'm probably going to use it when I figure it out...
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4_01]Puff Block![V0.5]
    A shamefull bump. :sad.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4_01]Puff Block![V0.5]
    Quote from Smepic »
    Heyy.
    You should make it puff a costom smoky-cloud looking puff that doesnt fly all the way to the skies, but stop around 2 blocks over it and stays there for 3 seconds or something! It would've been a nice decoration for houses.

    Nice idea, but that would involve creating a new particle probably. I havn't tried that yet.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4_01]Puff Block![V0.5]
    Quote from BamDutchie »
    Nice mod :smile.gif: I'll check this out, the puff block can be usefull for my map ^^

    Thanks for the comment! And I'm glad you like the mod :biggrin.gif:!

    Maybe someone could use this in their custom map. I would be honored if someone did that! :biggrin.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4_01]Puff Block![V0.5]
    UPDATED TO 1.4_01!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5_01] Optimine *UNOFFICIAL*
    303's optimine
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5_01] Optimine *UNOFFICIAL*
    uh, 303 did already update optimine to 1.4
    Posted in: Minecraft Mods
  • 0

    posted a message on [V1.7.3]Biome Colored Water Mod 1.4(based on Nandonalt's)
    sorry, I guess i didn't really read the post properly. :s
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4]InstaHouse[1.4][SINGLEPLAYER]
    Your title name should be [1.4/1.3_01(whichever one it works on)]InstaHouse
    Posted in: Minecraft Mods
  • 0

    posted a message on [V1.7.3]Biome Colored Water Mod 1.4(based on Nandonalt's)
    good job on COPYING nondalt's biome water mod! Even the COLORS are the same! It's AMAZING!
    Posted in: Minecraft Mods
  • To post a comment, please .