Skip 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

Everything posted by Cadiboo

  1. Yeah, but it inserts the same itemstack itemstack that is in your old inventory. What if something modifies the old inventory? Your new one will also be modified
  2. What are you even doing? Just return false from that method
  3. Really sorry, I read “new ITextComponentTranslation()” as “localise()”
  4. I think there’s an onHarvest (or something similar) event. There might also be a getDrops event?
  5. This looks like your sending a message translated on the server (ie in the server’s language) to the client where it will appear in the sever’s language. Don’t do this, lang files exists for a reason
  6. You have complete control over your entities code, find out where it sets itself on fire and delete it (it’s probably in onUpdate or a method called from onUpdate)
  7. Can you explain in more detail what you are trying to do? are you trying to render a model (with a TESR) without having that model attached to a block or item?
  8. What exactly is null? Is player always non null? is getOriginal always non null? do they both have your capability 100% of the time? Also you should be properly copying the itemstacks, not just copying the references.
  9. Remove half the mods, see if the problematic mod was in the half you removed, if so split that group in half and repeat, if not try the other half.
  10. Please post the entire log as described in my signature inside a spoiler (click the eye icon) what java version are you using?
  11. What’s mineshafter? If it’s a 3rd party launcher, use the normal launcher, see if the crash still happens and if it does post updated logs
  12. What’s going wrong? I can see some obvious small errors, and you probably aren’t using your GUI instead of vanilla’s but I can see anything horrible wrong except for that you copy pasted everything and didn’t change most of the logic
  13. Don’t necro old threads. This is more than 4 and a half years old. If you have a problem make a new topic
  14. Please post the entire log in a spoiler (click the eye icon)
  15. 1.6.4 (and all versions below 1.9) are no longer supported on this forum. Update to a modern version to receive support
  16. Please post the entire debug log as described in my signature
  17. Can you please post the entire debug log as described in my signature?
  18. I mean won’t your operating system need some ram too? Nothing horrible should happen but there are reasons for only using the minimum amount of ram required.
  19. Google this error. 1.8.9 is no longer supported on these forums
  20. the actual entity class please I don't see where preInitRegistries() is being called. You should probably try registering your entity renders like this. https://github.com/Cadiboo/WIPTechAlpha/blob/fc508e4dd439603888ca2caf08c0b871372764d4/src/main/java/cadiboo/wiptech/EventSubscriber.java#L325-L332
  21. you should probably also te#getWorld#getTotalWorldTime() instead of your timer variable. If you need even more accuracy you can also add the partialTicks to the world time. You might want to take a look at https://github.com/Cadiboo/WIPTechAlpha/blob/fc508e4dd439603888ca2caf08c0b871372764d4/src/main/java/cadiboo/wiptech/client/ClientUtil.java#L776-L801 for the trigonometry and at https://github.com/Cadiboo/WIPTechAlpha/blob/fc508e4dd439603888ca2caf08c0b871372764d4/src/main/java/cadiboo/wiptech/client/ClientUtil.java#L247-L292 for my use of it

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.