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.

ChampionAsh5357

Members
  • Joined

  • Last visited

Everything posted by ChampionAsh5357

  1. You seem to be missing JEI, or a compatible version of JEI.
  2. Most likely similar to Remove all the client side mods from the server.
  3. Most likely similar to Remove all the client side mods from the server.
  4. There is most likely something conflicting with oculus, so you could try to remove it or figure out which mod is incompatible.
  5. We are not Fabric; ask wherever they provide support.
  6. Look at how HumanoidArmorLayer does it and how that's applied to the mob. If you want to copy it for the other parts, you can either play around with the model itself or recreate all the texture to apply on top of yours.
  7. I don't think that's an actual error, but if you want to try and fix it, you can invalidate your cache and download minecraft and its dependencies again such that it pulls the data with those files.
  8. This is a question for the mixin discord; however, you should have read the docs first since it literally goes over scenarios like this.
  9. Listen to CustomizeGuiOverlayEvent$BossEventProgress on the Forge bus, cancel the event, and render your own boss bar. You are given the necessary event information to do so.
  10. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: 'notepad %windir%\system32\drivers\etc\hosts' 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread.
  11. Is it the same debug.log? If not, please post it again.
  12. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  13. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  14. I don't know, I'm looking at the mod compatibility list they specified on curseforge. You might just want to ask the author of the mod. You could also provide the debug.log of the crash as well to see if it's a separate issue on how you're implementing it.
  15. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  16. First, recipes are a vanilla system. The best thing to do is look at how vanilla does it in the source code and replicate it, replacing any necessary steps with their Forge wrapped counterpart (registries, itemstack result, etc.) Additionally, there is some documentation on the custom recipe process; however, it is community generated. If you choose to complain about the Forge documentation, please provide information on where it is lacking on an issue on the repo. I will be happy to address those concerns since I've put myself in the position to be responsible for it.
  17. Please provide the debug.log from the logs folder in your game directory.
  18. Hmm, maybe you should just copy what the EnderpearlItem does since you seem to be more or less doing the same thing. You can pass in the player in that case since the method is called on both sides. As for the sound not playing, how are you defining your sound? Do you have the sounds.json set up? Is your sound in the sounds folder?
  19. The FCW has something on dependencies. Then, you just need to learn groovy/kotlin to loop through all the files in a given folder.
  20. Hmm, the mod in question is still not showing up; however, it does seem like you are using an outdated version of rubidium_extras, so you probably need to update that to the 1.19.2 version.
  21. I won't lock your thread since it was original for a supported version, but: The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  22. You need to make the texture file size, not the gui inside the texture, 256x256 as that is what the blit method assumes the file size is. You can accomplish this by adding nothing in the associated space.
  23. Please provide the debug.log from the logs folder. Whichever mod is doing it is loading the key mapping on the server.
  24. Likely an issue with biomemakeover, try removing it.

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.