Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. So, there are two parts to getting the bullet to shoot out from the camera location. For the position, you need the eye position, which has the same x/z coordinates, but a separate y coordinate (can be obtained through #getEyeY). Second, you need the rotation of the view camera. This is done through the view vector commands, though you don't need to call it three times, just store the vector.
  2. 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.2 (Latest) and 1.18.2 (LTS).
  3. 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.2 (Latest) and 1.18.2 (LTS).
  4. 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.2 (Latest) and 1.18.2 (LTS).
  5. Please provide the entire console log from the installer. This is not enough to diagnose an issue.
  6. What command are you using to run the server? That suggests you supplied `java` as the entrypoint.
  7. What launcher are you using? And how did you download Forge? And when is it erroring such that you cannot open Minecraft?
  8. 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.2 (Latest) and 1.18.2 (LTS).
  9. You may just want to redownload and resetup the version of Forge you would like to use. This typically results from a corruption during library download when setting up.
  10. 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.2 (Latest) and 1.18.2 (LTS).
  11. 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.2 (Latest) and 1.18.2 (LTS).
  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.2 (Latest) and 1.18.2 (LTS).
  13. Yeah, that looks like it may cause a infinite loop. The events are called because the data has finished loading and reloading and are now within the config values. These are for if you want to know when those values are changed.
  14. Try it an see, they both sound like plausible solutions. The latter may be better since unicode may not be translated across languages.
  15. Apologies if it seems like I'm mad. I'm just trying to state the facts. When you say contradictory things like know the Java basics and learning Java, that leads me to believe you do not have a solid enough foundation to make a mod, hence my above statement. Forge doesn't provide any support for any versions that are not the current latest or LTS. Things change between versions of Minecraft and Forge is made up of volunteers, so we do not have the ability to maintain all versions. As such, there will likely always be at least one thing not compatible between versions (though it's usually more like a hundred things).
  16. Are you talking about running a server? If so, there should be a start script which handles that for you along with providing the necessary file.
  17. 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.2 (Latest) and 1.18.2 (LTS).
  18. This is illegal, the original mod was under all rights reserved and as such cannot be "modified". So an entity which rendered a chunk. Or it was back in the olden days so it could be weirder. Learn java first, then come back to modding once you have a basic understanding. Using a library before you learn the language is like trying to run before you know how to stand. Modding is a whole different beast comparable to winning an Olympic metal in gymnastics in our analogy. We do not provide support for people who do not understand at least an intermediate level of Java, so please come back once you do so.
  19. Ah, so it's a defaulting issue. Well, the way to fix that is to either give your config a default, or to cache the value into a boolean and change the boolean when the config is loaded and reloaded using (ConfigEvent$Loading and ConfigEvent$Reloading).
  20. What's the error? How does your buildscript look? Without showing or explaining things, we are unable to provide any help towards solving the issue.
  21. Here is the specific link with the JSON format: https://minecraft.fandom.com/wiki/Tutorials/Models As for the render_type information, that is specifically added by forge so you would need to look in the source to know about it.
  22. You seem to have a bunch of duplicate mods with different versions (e.g. blockui, konkrete_forge, PuzzlesLib, etc.) Remove any duplicates and try again.
  23. You should read their wiki: https://github.com/bernie-g/geckolib/wiki/Installation
  24. 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.2 (Latest) and 1.18.2 (LTS).
  25. 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.2 (Latest) and 1.18.2 (LTS).
×
×
  • Create New...

Important Information

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