• 0

    posted a message on Ars Magica 2 - Version 1.4.0.009 (Updated February 8, 2016)
    Has the infinite mana spell (Life Tap + Heal) been removed? I tried to make one, and the spell drains my mana every time I use it. I tried putting self in the box above and life tap + heal in the rectangle, but it didn't work.
    Posted in: Minecraft Mods
  • 0

    posted a message on Internet/Wifi Problem
    My wifi has been really annoying for the past few months. Here's a graph of my wifi in task manager:




    As you can see, I get "spikes" of internet with periods of no internet in between. Notice that the speeds in the second image were less than 100 Kbps. In the first image, the spikes were much larger and closer to the speed I should be getting of 50 Mbps. As you can imagine, this makes it very difficult to browse web pages, and load videos. If anyone knows why this is happening, please let me know. Thanks.

    NOTE: The problem is not with my ISP, as my internet works fine on ethernet.
    Posted in: Hardware & Software Support
  • 0

    posted a message on [Solved]Button crafting
    Quote from freezzerrr

    Blocks.stone_button;

    Its a block..

    Also, just open up Blocks.java, or Items.java, and search the list2


    Oh wow. I feel very stupid now. Thanks.
    Posted in: Modification Development
  • 0

    posted a message on [Solved]Button crafting
    This is a very simple problem. I am trying to add a new recipe for a button, but there is no Item.button. What am I supposed to put in place of Item.button?
    Posted in: Modification Development
  • 0

    posted a message on [Solved] Material not working?
    Quote from Geforce132

    To set the sound, add this to your block definition:
    .setStepSound(Block.soundTypeWood);


    You can see the other soundType's available at the top of the net.minecraft.block.Block class.

    Hope this helps :) .


    Thanks! I just added to the RubyBlock class
    this.setStepSound(Block.soundMetalFootstep);

    and now it works.
    Posted in: Modification Development
  • 0

    posted a message on [Solved] Material not working?
    Original Post:

    I'm trying to add a ruby storage block to my mod, but I have a problem with the material. Material.iron, which is what the vanilla storage blocks use, doesn't seem to be working. It's playing the same sound as rock.

    Code from my base mod class:


    public static final Block RubyBlock = new RubyBlock(4001).setUnlocalizedName("RubyBlock");


    Here's the actual block class:


    package penguin236.rubymod.block;

    import net.minecraft.block.BlockOreStorage;
    import net.minecraft.block.material.Material;
    import net.minecraft.client.renderer.texture.IconRegister;
    import net.minecraftforge.common.MinecraftForge;
    import penguin236.rubymod.common.RubyMod;

    public class RubyBlock extends BlockOreStorage{
    public RubyBlock(int id){
    super(id);
    this.setCreativeTab(RubyMod.RubyTab);
    this.setHardness(5);
    this.setResistance(30);
    MinecraftForge.setBlockHarvestLevel(this, "pickaxe", 2);
    }
    public void registerIcon(IconRegister ir){
    blockIcon = ir.registerIcon("rubymod:BlockRuby");
    }
    }


    Solution:
    Add
    this.setStepSound(soundMetalFootstep);
    to the block class.
    Posted in: Modification Development
  • 0

    posted a message on Dirt Stairs Shovel Problem
    I'm trying to add dirt stairs, and I've been successful, but I have a small problem. I can't use a shovel to break the dirt stairs faster. A shovel works at the same speed as your fist. I added MinecraftForge.setBlockHarvestLevel(stairsDirt, "shovel", 0);
    but that didn't seem to do anything. Please help! Thanks!
    Posted in: Modification Development
  • 0

    posted a message on Smelting water bucket help!
    Quote from Anon10W1z

    Ignore...that didn't work.


    I didn't see what you posted, but thanks for trying.
    Posted in: Mods Discussion
  • 0

    posted a message on Smelting water bucket help!
    Okay, problem number 2 has been solved. The code was Item.bucketWater.itemID. I still need help on problem 1 though. Is there a method or something I can use to solve problem 1?
    Posted in: Mods Discussion
  • 0

    posted a message on Smelting water bucket help!
    I am fairly new to modding, and I have two questions. I am trying to smelt a water bucket to get salt. So my questions are:

    1) How do I make it so that the bucket is not consumed when the smelt is done.

    2) Right now, in my code I have 326 for water bucket. Is there an Item.WaterBucket.itemid or something like that I can use instead?
    Posted in: Mods Discussion
  • 0

    posted a message on Tinkers Construct
    Thanks for the quick reply, but it still hasn't worked. Nothing happens when I right click the faucet. The tank is filled with molten gold. Doesn't work with lava either. Here's a picture:




    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    Please help! I have liquid gold in a seared tank, and I don't know how to get it back into the smeltery! How do you get liquids from tanks back into the smeltery??
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1 // ALL] [SMP] [Forge] [RPG] - The Legend of Notch: Reincarnation - Minecraft RPG Mod - {[1.6 Launcher Compability]}
    SOLVED! I went to Problems with mod>Problem with storyline>Water boss despawned. That allowed me to use the water orb again, and Aldor worked this time!


    Original Problem:

    Can someone help me? I just finished fighting the jungle boss, but when I went back to Aldor, he told me to go find the jungle items instead of the desert ones! I still have the water orb, but I can't seem to use that.


    I'm willing to fight the boss again, but I don't know how to spawn him again. I went to the place where you have to fight him, but nothing happens! Please help!
    Posted in: Minecraft Mods
  • 0

    posted a message on Glitchy textures.
    Quote from cestislife

    Hmm. One more thing then, are you playing on full screen? If so, revert to windowed mode, and maximize it. Does it still occur?



    Yeah, it's happening on both full screen and windowed mode. I don't think it actually has anything to do with the version, because for a while after I got 1.5.1, the textures were fine.
    Posted in: Java Edition Support
  • 0

    posted a message on Trouble Logging In
    Quote from 0mike0

    I disagree about most games. When I buy an application, game or otherwise, on the App Store, each user that logs into up to 5 of my computers can use the software. When I buy a game for my Wii, any of the countless Miis on my system can play it. The distinction between software license and user license needs to be clearly stated.

    Can the user license that both my kids purchased on their iPods be used on the computer?



    Most gamers want to be able to play their games on different computers, and most people only need one account anyway. Also, you can't use the iPod license because Minecraft PE is a lot cheaper than PC.
    Posted in: Java Edition Support
  • To post a comment, please .