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

Everything posted by Cadiboo

  1. Data fixers are a massive mess. Good luck getting them to work, @itsmeow can probably share some knowledge
  2. I used a Supplier<ItemStack> https://github.com/Cadiboo/Example-Mod/blob/1.13.2/src/main/java/io/github/cadiboo/examplemod/init/ModItemGroups.java
  3. https://gist.github.com/Cadiboo/fbea89dc95ebbdc58d118f5350b7ba93#recommended-forge-conventions
  4. When do you want to run it?
  5. What do you mean “return the parameters null”?
  6. Can you explain what you mean in more detail?
  7. It is a translation. It will translate the key from any of the lang json files that it has loaded.
  8. getProperties().contains(BlockSlab.TYPE) && getProperty(BlockSlab.TYPE) == BlockSlable.EnumType.TOP (I’m not sure of the actual names, but that should be pretty close)
  9. yes, I was looking at getValues which is the same method as getProperties in 1.12.2. You want getPropertyKeys in 1.12.2 and getProperties in 1.13.2. Then use contains
  10. Heres the issue on OptiFine's issue tracker. The issue is now up to OptiFine to fix
  11. I think you want containsKey
  12. Yep, I think that this may have been fixed in the latest mod launcher version. Edit: I’m thinking of something unrelated about Java 9
  13. Error Code 1 literally just means “The game crashed”. It doesn’t tell us anything and we can’t help you based off it.
  14. Use Forges Jar-In-Jar system. Documentation: https://mcforge.readthedocs.io/en/latest/gettingstarted/dependencymanagement/ Example: https://github.com/Cadiboo/NoCubes/commit/d3dbe3a684ad042806073055e6199fce5e2005f2
  15. The only real site is https://files.minecraftforge.net/. Any other site is likely to be distributing malware or viruses. Forge for 1.14.2 isn’t out yet.
  16. Do you mean something like the action bar?
  17. What Forge version. For example 1.13.2-25.0.219
  18. How old of a world? It sounds like a mod called “props” is missing.
  19. That’s a great guide, one of the best. However it doesn’t cover basic setup and is for <1.13.2. I’ve got my own tutorials that specifically cover just the setup for 1.13.2 https://cadiboo.github.io/tutorials/1.13.2/forge/. ItemTiers are very similar to the ToolMaterials from <=1.12.2. The main difference is that you no longer need hacks with EnumHelper to add one. Here’s an example of ItemTiers https://github.com/Krevik/Kathairis/blob/master/src/main/java/io/github/krevik/kathairis/init/ModItemTiers.java.
  20. Sorry about that! To fix this either update NoCubes to the latest version (0.2.10-pre) or install the required dependency for NoCubes 0.2.7 (RenderChunk rebuildChunk Hooks). The latest version is technically still a pre-release but it should be more stable than 0.2.7.
  21. You really should to do it with separate blocks, you can easily use a for loop. Also, you don’t need to explicitly make an array, you can just put the items directly in the registerAll call. https://gist.github.com/Cadiboo/b825d62fb46538e7b7b262c5612d62aa Heres a simple client event subscriber to replicate the 1.13.2 way of registering item models https://gist.github.com/Cadiboo/3f5cdb785affc069af2fa5fdf2d70358

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.