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.

CaptainPootis

Members
  • Joined

  • Last visited

  1. Thank you very much for that information! Cleaning up my code and removing "final Block" from all instances in which it appeared seemed to do the trick. Testonium ore is spawning like usual.
  2. Here it is. http://pastebin.com/zQpX1Q4v
  3. Moved "GameRegistry.registerBlock(testoniumBlock, "testoniumBlock");" from Init to preInit, and then the game crashes http://pastebin.com/jaucqbp4
  4. Hi, If you're looking for the redstone flux API, then here it is. https://github.com/CoFH/RedstoneFlux-API
  5. Changed "public static Block testoniumOre;" in my main class to "public static Block testoniumOre = new TestoniumOre(0, Material.rock);", and instead of my expected testonium ore spawning, I get chunks of air spawning underground, but at least it isn't throwing null pointer exceptions anymore.
  6. Hello there, I am having trouble with my ore generation class. Whenever I create a new world, the game crashes. OreGenerator class code can be found at http://pastebin.com/7YyxbN80 Crash report can be found at http://pastebin.com/13neAut7

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.