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.

Draco18s

Members
  • Joined

  • Last visited

Everything posted by Draco18s

  1. Your prior code should work. I don't see anything wrong with it.
  2. Your prior code should work. I don't see anything wrong with it.
  3. Note that Survival Single Player is still a Client/Server relationship. It's a local server thread with a single player connected.
  4. Note that Survival Single Player is still a Client/Server relationship. It's a local server thread with a single player connected.
  5. Technically a 1x1x1 block can have bounds that exceed 1x1x1, but only in the +Y (skyward) direction. See: BlockFence
  6. Technically a 1x1x1 block can have bounds that exceed 1x1x1, but only in the +Y (skyward) direction. See: BlockFence
  7. Item item = Item.getItemFromBlock(block); is returning null because you didn't register an ItemBlock for your block. That no longer happens automatically.
  8. Item item = Item.getItemFromBlock(block); is returning null because you didn't register an ItemBlock for your block. That no longer happens automatically.
  9. Well, the line ClientRegistry.bindTileEntitySpecialRenderer(TileEntityTest.class, render1); is outside a method, which is Not Correct.
  10. Well, the line ClientRegistry.bindTileEntitySpecialRenderer(TileEntityTest.class, render1); is outside a method, which is Not Correct.
  11. Largely speaking, everything is still correct. There's been a reduction in buses for 1.9 (there's only one now, the split wasn't very meaningful) and some event names/properties have changed, but it should still be sufficient to get started.
  12. Largely speaking, everything is still correct. There's been a reduction in buses for 1.9 (there's only one now, the split wasn't very meaningful) and some event names/properties have changed, but it should still be sufficient to get started.
  13. Its not recognized as a written book because it's not an ItemWritableBook.
  14. Its not recognized as a written book because it's not an ItemWritableBook.
  15. In that case, it probably was. Non-running TEs (furnaces would still have an update tick) would run pretty fast, but there is memory overhead. Note that we're not saying "Don't use a TE for this" but "TEs do require extra resources: be careful."
  16. In that case, it probably was. Non-running TEs (furnaces would still have an update tick) would run pretty fast, but there is memory overhead. Note that we're not saying "Don't use a TE for this" but "TEs do require extra resources: be careful."
  17. If you're using a custom crafting bench, absolutely. I've got a "Sifter" machine that takes inputs of size 8 and produces an output of size 1 (turns Tiny Dust into Dust). Ditto for a "compactor" (turns Snowballs into Snow, etc)
  18. If you're using a custom crafting bench, absolutely. I've got a "Sifter" machine that takes inputs of size 8 and produces an output of size 1 (turns Tiny Dust into Dust). Ditto for a "compactor" (turns Snowballs into Snow, etc)
  19. I've accidentally turned the entire world into chests once. It was awful.
  20. I've accidentally turned the entire world into chests once. It was awful.
  21. You still need to register your sound event, like blocks and items and rendering, sounds still need to be registered.

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.