Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. 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!
  2. 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
  3. 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.
  4. Yup, if you can host it on an external paste site and post a link here that's probably best, otherwise use spoiler tags
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. Weird, it looks like its complaining about SVEN X-PAD, whatever that is.
  10. Unplug any extra controllers/devices connected to your computer.
  11. 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
  12. Having the mod installed on the server.
  13. 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.
  14. 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.
  15. 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.
  16. Click the skip button at the top right, and it will bring you to the correct download
  17. 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.
  18. 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.
  19. I know the official minecraft forums have a modding section, but as I don't go there, I can't say if they are helpful/knowledgeable or not.
  20. Looks like you have your JDK pointing to your JRE. Just to forewarn you, if you do not have previous java experience, modding will be nearly impossible, and only forge is supported on these forums, not basic java.
  21. 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.
  22. 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.
  23. 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
  24. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.