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.

Leaderboard

Popular Content

Showing content with the highest reputation on 03/02/21 in all areas

  1. 1 point
    That's usually the case, always try to understand the code before copy and pasting, or else you'll get a lot of headaches later in the code's life
  2. https://github.com/Beardlessbrady/Currency-Mod/blob/master-1.16/src/main/java/com/beardlessbrady/gocurrency/blocks/vending/VendingTile.java#L68 This should not be null.
  3. Yes, that's because the container of the crafting table is bind to the block. you have to create your own container which extends the crafting container. in this you have to overwrite the method WorkbenchContainer#canInteractWith.
  4. 1 point
    in your own IDE you can search for the blocks. in IntelliJ you can use Ctrl + N, and type the name of the class you're looking for (RotatedPillarBlock, it's the class the logs use) in Eclipse I think it is Ctrl + Shift + T, but I'm not sure note that the vanilla and forge classes we'll be read-only, you can't edit them
  5. 0 points
    don't give people copy'n'paste code, especially without any explanation as to way they should copy and paste

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.