Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. Remove OptiFine, it currently does not support Forge.
  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.3 (Latest), 1.19.2, 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.3 (Latest), 1.19.2, 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.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  5. 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).
  6. It's suggesting you cannot use the port you're currently specifying. Did you make sure there are no other servers or anything using that port on your machine?
  7. It should be in the file you copied. The report gets cut off at `Loading Configuration`, so try uploading the text into a pastebin or gist instead. You should rerun the game as well to make sure you didn't accidentally copy and paste only part of it.
  8. Create a new installation/profile on the launcher. You can search on the internet how to do this.
  9. Please provide the entire debug.log from the logs folder. Specifically, for Forge since we are not Fabric nor do we support it.
  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.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  11. Please provide the debug.log from the logs folder.
  12. We are not Fabric. Ask wherever they provide support.
  13. By calling a method in the capability you make to start it? Beginner in Java?
  14. Your buildscipt is missing the `minecraft` dependency in the dependencies block. It doesn't know what version of Forge to pull without it. You may want to look at the mdk again and see where that line exists.
  15. Sure, that's how the treasure maps for buried treasure work. Take a look at the shipwreck_map loot table or the TreasureMapForEmeralds villager trade for an example on how to create them.
  16. Likely is an issue with the physics mod, try removing it.
  17. So, as a quick tip, it's always better to use model files compared to BERs when possible. the JSON models (along with custom model loaders) can be cached by the chunk which is typically much more efficient to render than having to calculate the same data every tick. 20 models is negligible compared to 1 BER in most cases. I mean, that's typically the case since the model isn't loaded by default. You would need to force the model to load yourself via the ModelEvent$RegisterAdditional event on the mod bus.
  18. It says that there is duplicate mods within your mods. With a quick glance, one of them seems to be structures_compass.
  19. Currently no, MapDecoration$Type is a non-extended enum. You could attempt to make a PR for it, but that would require a lot of work since the value is essentially hardcoded into a specific texture with only bytes to represent some amount of data.
  20. I would use PlayerLoggedInEvent and a capability on the player instead of storing something on the profile itself.
  21. My recommendation is to make a capability which you can start a timer for a given block and destroy it once that timer has finished. It would probably be a list which you can tick that holds the block position and then calls the destroy block method in the level once it finishes.
  22. 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).
  23. 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).
  24. 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.
×
×
  • Create New...

Important Information

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