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.

Cadiboo

Members
  • Joined

  • Last visited

  1. Lylythii started following Cadiboo
  2. evokr_ started following Cadiboo
  3. Ooooscar started following Cadiboo
  4. Kman3107 started following Cadiboo
  5. matt1999rd started following Cadiboo
  6. Please show your full code. Especially your container and tile entity
  7. VBOs are always on now. This is an implementation detail that you shouldn’t need to know about though, what are you doing?
  8. Your block’s shape should match the shape of your model. Show your code.
  9. You could have a copy of the vanilla block in your mod that is the exact same + always true water logged
  10. If your mod is successful then you can always backport in the future. The best way to code a mod is to write it for the latest version and do your best to make it is future proof as possible by abstracting what you can and always using the most up to date way of doing stuff.
  11. Look at usages of both and gain a good understanding of what they’re used for and their differences
  12. How does vanilla do it when you’re sneaking/flying/crawling? Also the model is just for rendering. It doesn’t control the size of the entity
  13. Use the same logger. Use LogManager.getLogger() and then apply your own config for your mod (via the package name).
  14. Use Forge Energy
  15. Fix this, you really need to be able to see the vanilla code for modding. If you have trouble with it ask for help. Look at the horse code. It’s probably something like a timer in the entity + setting rotations in the Renderer based on that timer.
  16. Out if curiosity, how did you do this?
  17. Read this: https://cadiboo.github.io/tutorials/1.15.1/forge/1.4-proxies You’re better off extending the Arrow and adding the spin in your renderer (similar time the arrow shake) as it already sticks into stuff
  18. Run this in the client setup event. You can also use DistExecutor to run code only on a specific side but be careful with lambdas and the verifier.

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.