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.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. Really really old versions are no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  2. So what is your question exactly? And probably need to see more code, i.e. where you register your event handler. Best way to do it is have your whole project in a github repository and share the link here
  3. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  4. Really really old versions are no longer supported on these forums. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  5. Please post the installer log, should be in the same folder as the installer, with the same name, but end with ".log".
  6. Really old versions are no longer supported on these forums. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  7. In your project you should have src/main/resources/META-INF/mods.toml If you do not, grab it from the examplemod that comes with the forge SDK and put it there, then edit it so it represents your mod.
  8. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  9. 1.12 is no longer supported on these forums due to age. Please update to a modern to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  10. No, I mean in your repo, you have assets/computeparts/textures/New Folder (as in, literally, "New Folder")
  11. Double check your textures folder in the repo for the item folder. Don't give up on your logs, read them!!
  12. Please don't send PMs, there's no reason to, keep it on the forums. And it doesn't matter what you think is interesting, if you won't post the log, you can't get help, sorry.
  13. Pretty sure there's a logfile with a lot more information than that in it! Check in the logs folder in your game directory.
  14. You should set up a github repo for your project, makes it much easier to share code for people to help Can you post the log? It'll be in the run/logs directory. And just to be sure you have assets\computeparts\textures\item and assets\computeparts\models\item ?
  15. Please post the full log, there is more information in there we are missing.
  16. Your package name should be the same as your modid, and all lowercase So everywhere you have compParts.assets etc, it should be computeparts like your modid.
  17. 1.12 is no longer supported on these forums due to age. Please update to a modern versions to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  18. 1.12 is no longer supported on these forums due to age. Please update to a modern versions to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  19. You should really make a github repository for your project so people can see all the code in one place. Until then, please post the code where you are registering your first block.
  20. Same thing, change all instances of "FirstBlock" in your project to "firstblock" and see if that helps.
  21. Package name is wrong, you have data.minecraft.tags with water.json, you need another package in tags called fluids
  22. Use Java 8, there's a library or something used by forge that requires it. Also, you don't need a JRE if you download a JDK, it comes with it. The Oracle account you need to download Java 8 is free, but if you don't want one you could try OpenJDK, lots of people on here are using it just fine: https://adoptopenjdk.net/
  23. To make it water-like (swimming/pushing mobs) you need to add a tag that makes it behave like water in data.minecraft.tags.fluids called water.json (obviously this one is for the fluid I made when I was figuring this stuff out, make it for your fluids) And just a side note, the fluid I made testing I subclassed from ForgeFlowingFluid instead of FlowingFluid. Not sure if it matters for any reason or not, but figured I'd mention
  24. Well then. I guess I'm at a loss, the only thing I can think of at this point is reinstalling the JDK fresh, but I truly don't even know if that is really the issue. Sorry Hopefully someone else will see this and know what it's all about!
  25. Hmm. Which version of Java are you using? From the commandline in your project folder (batch files are good for some stuff, but definitely not for this situation ) run java -version Doesn't matter what versions are installed, it depends on the command to tell which versions is actually being used. *edit: Googling has some people getting this error with really old java versions. I'd say make sure you have the latest Java 8 JDK.

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.