Jump to content

skyrewind

Members
  • Posts

    6
  • Joined

  • Last visited

skyrewind's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Well thank you for the help, I do appreciate it. Sorry to bother you
  2. I'm learning... I learned HTML and CSS along with the basics of C++ by throwing myself in and asking questions.. All I want to know is what the string should look like I don't know where to put blockHardness
  3. public static final Block BLOCK_OF_WITHER_ESSENCE = new BlockBase("block_of_wither_essence", Material.IRON); { this.blockHardness = 3.0F; this.blockResistance = 3.0F; } I did this but am getting red lines underneath blockHardness and blockResistance. Is this correct?
  4. I still don't follow, I am new and still learning. I have this: public static final Block BLOCK_OF_WITHER_ESSENCE = new BlockBase("block_of_wither_essence", Material.IRON); how would I insert it there?
  5. Where do I put that at though? my init?
  6. I was wondering how can I can the breaking speed of blocks. I have my blocks registered in my init package and when I go in game and break them they instantly drop (I'm not in creative lol) so I need to know how to change this so it takes a longer time to break
×
×
  • Create New...

Important Information

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