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.

mecha

Members
  • Joined

  • Last visited

  1. mecha changed their profile photo
  2. Heya modders! Is it possible to render a block in a custom way using Java, rather than the declarative JSON mappings? What I'm looking for is the ability to take small models and assemble them together into a final block model, based on the block's state. Something like: Model model = /* ... */; boolean north = blockstate.get(HAS_NORTH); boolean south = blockstate.get(HAS_SOUTH); // etc... if (north) { // add `mod:block/north_piece` to the `model` } if (south) { // add `mod:block/south_piece` to the `model` } // etc... return model; Is something like this possible? Or maybe there's some other recommended way of approaching blocks with waaaay too many state combinations?

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.