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 11/03/19 in all areas

  1. There is this thing going on with intellij and gradle/forge. But here is a link to a comment made by diesieben.
  2. Please keep this forum in English. I would assume you are referring to mod config guis, which only work if you are using Forge version 1.14.4-28.1.56 or later with a mod that has a config gui.
  3. Since both blocks and therefore item blocks have 3D models and items can also be 3D; it would make more since for your buttons to hold an ItemStack and then render the ItemStack on top of the button.
  4. No it's not possible. You would have to change many fundamental things in minecraft in order for it to work.
  5. Nice! As soon as I get home I’ll test it out! Edit: It worked! Good fucking job man!
  6. This solved the problem for me First register your entity with custom client factory like this .setCustomClientFactory((spawnEntity, world) -> new ExempleEntity(world)) And then use NetworkHooks#getEntitySpawningPacket to get Entity Spawning Packet @Override public IPacket<?> createSpawnPacket() { return NetworkHooks.getEntitySpawningPacket(this); } that's it ?

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.