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.

mrAppleXZ

Members
  • Joined

  • Last visited

  1. Also, if you want to sync data with clients on the server, you can use ChunkWatchEvent. public void onChunkWatch(ChunkWatchEvent.Watch e) { //send sync packet to e.getPlayer(); } public void onChunkUnwatch(ChunkWatchEvent.UnWatch e) { //send desync packet to e.getPlayer(); }
  2. Thanks for replies! I'm use IBlockColors and IItemColors now.
  3. Hello! How to render a white .OBJ model with specified RGB color? TESR: https://pastebin.com/AgEhv513 I'm tried this, but It still not works: Minecraft.getMinecraft().getBlockRendererDispatcher().getBlockModelRenderer().renderModel( world, getBakedModel(), world.getBlockState(te.getPos()), te.getPos(), Tessellator.getInstance().getBuffer(), true); tessellator.getBuffer().color(0, 255, 0, 255); tessellator.draw();
  4. Hello everyone! What is the name of LivingUpdateEvent for Entities (ex. EntityItem or PrimedTnt)?
  5. Solved. Sorry for the stupid issue.
  6. My Tile Entity is not correctly rendering on world load (should be rendered "EnderTeleportingStationModelF", instead "EnderTeleportingStationModel"). Block code: Tile Entity code: Model code: Model 2 code: Render code: Model correctly render if "posY" variable changed in loaded game (ex. onItemUse). ___ Sorry for my bad English, I'm Russian.

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.