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/18/21 in all areas

  1. You can access the MainWindow in Minecraft, then get the height and width from of it.
  2. The class you are searching for reference is called IngameGui. To draw things like mana bars on the screen you can use the RenderGameOverlayEvent
  3. there is no json file, the model is defined in the class itself look at the Bell TER constructor
  4. I suggest you take a look here to see how entity spawn eggs were implemented: - ModSpawnEggItem class: https://github.com/Beethoven92/BetterEndForge/blob/master/src/main/java/mod/beethoven92/betterendforge/common/item/ModSpawnEggItem.java - Item registration: https://github.com/Beethoven92/BetterEndForge/blob/fdccc01fa313add14dce86b9cc59cf37173ab0a1/src/main/java/mod/beethoven92/betterendforge/common/init/ModItems.java#L92 If you have any doubts on how the code works just ask
  5. I don't think regular spawn eggs work with deferred register. The item registration happens before entities so when registering the spawn egg the entity registry object is no present. Try taking out the spawn egg code and it should work fine. Here is an additional thread on registering entities with deferred register. It also goes over what needs to be done to make spawn eggs work. It is for 1.15.1 but should work pretty well with 1.16.5 as well.

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.