Jump to content

Dom323

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Dom323

  1. Hi! Im wondering how to get the player to be able to fly for a custom amount of time when right clicking the item. Im half way there I think? This is what I have so far in the item class: This code works fine, when the player right clicks the item they are able to fly.. but its forever of course! Could anyone help/guide/suggest something for how I can go about making this last for 3 minutes?
  2. Hi! so heres my attempt at making water! I tried following a tutorial but I didnt get far.. heres the code that im currently using: Heres what it looks like ingame: How can I give this fluid a texture?
  3. How can I edit Minecraft classes that are not decompiled when using forge? I know that it keeps the Minecraft files in the libraries section as .class format but how do I go about editing these? Tanks!
  4. Hi! I have made my mod and want to send it to a few friends, I want it at the stage where the user can drop the jar/zip into the mods folder and play. Ive tried following a few online tutorials for how to do this but theres hardly any that ive seen for 1.7.2! could anybody link me to a useful source or explain the steps of doing this? Thanks!
  5. Hey! So Ive made a few new shades of sand blocks and have them in game working, id like to edit the way that deserts generate and add patches of my different shaded sand blocks to it. I have noticed that in the BiomeGenDesert.class it has the following: this.topBlock = Blocks.sand; this.fillerBlock = Blocks.sand; I thought it had something to do with that? but im probably wrong and even if it is I dont know how to set that from my mod class with more than 1 block. Any help? Thanks!
  6. Hi! I made a bunch of new blocks using Minecraft Forge Making the block in my main class: and here is the myblock class: The code runs and works fine! There is just 2 things that I need help/teaching with 1) how to make the block drop a different block when you mine it 2) how to make the block drop nothing if its broke with your fist Thanks
  7. After installing forge, I installed these mods: - CaveGen - CustomMobSpawner - MoCreatures - extrabiomes universal After selecting the profile and clicking 'play' nothing happens, and this is what it says in the console: http://pastebin.com/64RSAsb1 It says 404 error as it cant find the files? I dont know how to fix..
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.