Jump to content

Cookie160

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by Cookie160

  1. Should have come up with an error in eclipse... It did. It still didn't work
  2. So, after applying your suggestions, I fooled around with the code, and got it down to one problem. Error: Caused by: java.lang.Error: Unresolved compilation problems: 2014-01-03 11:06:22 [iNFO] [sTDOUT] Syntax error on token "registerIcon", VariableDeclarator expected after this token 2014-01-03 11:06:22 [iNFO] [sTDOUT] registerIcon cannot be resolved to a type 2014-01-03 11:06:22 [iNFO] [sTDOUT] Illegal modifier for parameter $missing$; only final is permitted 2014-01-03 11:06:22 [iNFO] [sTDOUT] Changed Code: package snowstorm; import cpw.mods.fml.common.Mod.Init; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IconRegister; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.util.Icon; import snowstorm.Snowstorm; import snowstorm.ClientProxySnowstorm; public class BlockSnowstormBlock<registerIcons> extends Block{ public BlockSnowstormBlock(int id, Material mat) { super(id, mat); this.setCreativeTab(CreativeTabs.tabBlock); public registerIcon;IconRegister icon;{ this.blockIcon = icon.registerIcon("Snowstorm:blanket"); } } } Thanks!
  3. Thank you so much! If all else fails, I'll get that version of forge.
  4. We're getting there! It's now calling on small mistakes! Error: http://pastebin.com/1frivVqX Updated code: http://pastebin.com/eBBhVqZK Don't worry about being "a pain" I literally have just about nothing to do this week!
  5. Thanks! That solved soooooo many problems! But when I run it it, it crashes Error: http://pastebin.com/A7iyurLx
  6. I uploaded a better version: http://pastebin.com/xJByzQHD
  7. http://pastebin.com/BaZaZ6yS Beware, code for all of my files are present in this paste bin! Thank you
  8. https://www.dropbox.com/s/chb3dnw1a998p70/Mod.zip Thank you!
  9. After watching multiple outdated videos on making blocks, I managed to get myself and un-textured unnamed block. When I try using the updated format, it crashes with NullPointerException (I know what that means) despite the fact that almost nothing changed. I was wondering if someone could tell me the proper way to have the "int id, int texture, Material" thing in 1.6.4. I presume this isn't too complicatated, but is yet too much for a noob like me Thank you
  10. Try just taking out the Xray mod, It looks as though the Xray mod has a severe problem, considering it says it doesn't contain any proper files. I'm not surprised, Optifine would be the kind of mod that would be incompatible.
×
×
  • Create New...

Important Information

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