Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

whatsfast

Members
  • Joined

  • Last visited

  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

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.