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. They are doing 1.13 right now with plans to go to 1.13.1. I'm guessing Forge 1.13 should be out within 2 weeks (I've said this a lot, I actually have stuff to back it up this time though). Take a look at and at
  2. Cadiboo replied to a post in a topic in Site News (non-forge)
    That makes sense. Its still possible to recreate this by editing the HTML markup while editing I think. I think that you shouldn't try to remove this because letting users customise their comments with markup is pretty cool. Apparently all you need to do is set the width style and the table-layout style to fixed.
  3. expects the texture to be 256x256
  4. Look at the parameters of the method, they are (xCoord, yCoord, minU, minV, maxU, maxV). You probably want something like drawTexturedModalRectWithCustomSize(x, y, u, v, width, height, textureWidth, textureHeight)
  5. It's drawing at the middle of the screen from 0,0 to 59,8. Do you want it to draw something else?
  6. what do you mean by this? You have to bind it back to the one the minecraft renderer expects it to be (from memory its GuiIngameForge.ICONS)
  7. You also have java 10. If you have java 10 the system will try and use it, you should set your JAVA_HOME or delete java 10
  8. Very true
  9. You should try using the most recent Recomended Forge (2768)
  10. You don’t have to wait for Forge 1.13
  11. You might be trying to load a 1.7.x coremod on 1.12.2, you could try removing this mod
  12. Cadiboo replied to a post in a topic in Site News (non-forge)
    Sorry for the necro, but this line still doesn't wrap
  13. With Forge 1.13 going to force signed coremods, would it be possible for forge to force signing of all mods, store the signatures in some registry (modId->signature) and alert the user if a mod their using isn’t signed?
  14. Don't reply post on someone else's thread with your own problem, make your own topic - even if your having the same issue
  15. Did you remove all the coremods? Post your new logs please
  16. Make sure the mod is the latest version, if you have a new problem please make a new topic
  17. The forge installer for 1.13? Every single part of Forge got a rewrite in 1.13
  18. Only when you finish shooting, I see your point though
  19. You could do it that way, but Vanilla provides "multipart", "when", "OR" & "AND" which you can use to achieve the same functionality
  20. Oh, that makes sense, if your handling syncing manually why not just put the firing code in the item, and the sync code in the ClientTickEvent?
  21. can you post your entire log please? (the log should be in the same folder as the installer)
  22. This is an interesting topic This is an interesting thread https://github.com/MinecraftForge/MinecraftForge/commit/1eee6cd38282a80958444ee5979eb9cbe55ff509 This is an interesting mod https://github.com/mezz/TextureDump
  23. Can you please explain in a bit more detail? And post your code for people in the future?
  24. Wrong mappings. Extra Utils is written for a more recent 1.12.x Mapping, and you've set up your dev environment with an older version. Take a look at their build.gradle file for the mappings they are using

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.