Jump to content

whatsfast

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by whatsfast

  1. Main class: CommonProxy ClientProxy Birck.java BrickItems.java
  2. I'm trying to do meta data blocks but I keep getting errors. Also how would I give each block a texture. The tutorial on it wasn't very in depth.For the code look at the metadata blocks tutorials because I was basically going off that. http://www.minecraftforge.net/wiki/Metadata_Based_Subblocks The method getItemNameIS(ItemStack) of type BrickItems must override or implement a supertype method(works when i remove the @Override) @Override public String getItemNameIS(ItemStack itemstack) { return getItemName() + "." + subNames[itemstack.getItemDamage()]; } The method setItemName(String) is undefined for the type BrickItems setItemName("brick"); The method getTextureFile() of type Brick must override or implement a supertype method public String getTextureFile () { return CommonProxy.BLOCK_PNG; }
  3. Whenever I run jenkins I get this error: Traceback (most recent call last): File "runtime/recompile.py", line 31, in recompile commands = Commands(conffile, verify=True) File "/var/lib/jenkins/jobs/Aesthetics/workspace/runtime/commands.py", line 202, in __init__ self.readcommands(verify, no_patch=no_patch) File "/var/lib/jenkins/jobs/Aesthetics/workspace/runtime/commands.py", line 281, in readcommands output = self.runcmd('%s --version' % self.astyle).rstrip().split(' ') File "/var/lib/jenkins/jobs/Aesthetics/workspace/runtime/commands.py", line 1187, in runcmd process = subprocess.Popen(forklist, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=-1) File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__ errread, errwrite) File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
×
×
  • Create New...

Important Information

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