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.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. Make sure you are using Java 8. java -version at the commandline will show what version you are using.
  2. I believe the issue tracker url can be whatever you want/have for an issue tracker address. The update JSON format I believe is this: https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/#update-json-format
  3. The package names are pretty good, gui stuff will be in net.minecraft.client somewhere.
  4. 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.
  5. You should find the forge jar in the Referenced Libraries section of your IDE, it will contain the minecraft and forge sources. There is also a client-extra jar which contains model jsons and other client stuff.
  6. Please start your own thread if you have an issue, this thread is nearly 2 years old. Also please note that 1.12 is no longer supported on these forums due to age. More information on supported versions can be found in the LTS link, at the top of every page.
  7. Yeah, didn't notice it at first until I saw on github that the folders are separated by a slash, so the one with the dot was considered a single folder name. Glad it helped!
  8. So it looks like perhaps your folder structure in your resources is broken a little bit, instead of being assets/mobfighters/models/item you have assets.mobfighters/models/item
  9. Unplug any devices connected to your computer except the keyboard, mouse, monitor, and internet. Make sure there are no USB devices plugged in like bluetooth adapters or any other thing.
  10. Yup, if you can host it on an external paste site and post a link here that's probably best, otherwise use spoiler tags
  11. 1.12 is no longer supported on these forums due to age. Please update to a modern version if you wish to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  12. Please post your codebase as a github repository, it makes it much easier to read and see how things fit together. Also, please post complete logs, not just the lines you think are important. Spoiler tags (the eyeball button in the toolbar when creating a post) help make the thread not be 10 miles long.
  13. When I need to figure something out, I search here and on google, and usually have good results. The vanilla minecraft sources are also a good reference on how to do things. You said you are new to modding, how familiar are you with programming in general, and specifically, Java? Without some prior programming knowledge, preferably in Java or a similar OOP language, you will not have a good time trying to mod.
  14. It's not simply a matter of combining "scripts". You need to see and understand how vanilla minecraft makes a block "be 2 blocks tall", which is really *2* blocks, and when it grows, the bottom block checks if it has the top block, if not, it adds it when it grows. Since it has not been asked, it's up to me: Do you know Java? How much programming experience do you have? I can tell you that without some programming and/or Java experience, you will not have a good time trying to make a mod.
  15. Weird, it looks like its complaining about SVEN X-PAD, whatever that is.
  16. Unplug any extra controllers/devices connected to your computer.
  17. In that case, please post your logs as described in the EAQ (first pinned post in the support forum). This will give us the information to help you
  18. Having the mod installed on the server.
  19. Based on that, I would say it's the Neat mod causing that error. Remove it, or make sure you have the correct version for the version of forge (not only version of minecraft) that you are using. I would also double check the list of mods you have, it almost looked like you had one in there for 1.12, which would cause issues for sure.
  20. Really old versions are no longer supported on this forum. 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.
  21. 1.12 is no longer supported on this forum due to age. More information on supported versions can be found in the LTS link at the top of every page.
  22. Click the skip button at the top right, and it will bring you to the correct download
  23. 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.
  24. Post logs, and either share your codebase in a github repository, or I guess show a screenshot of your project layout in the IDE. This should provide enough info to figure out what's going on.

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.