Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. The best I can think of is to not use the overworld type and remake the overworld with its biomes in a custom minecraft:noise generator.
  2. Sure, it depends on how you design the system. You would most likely need to send a packet so the sound is properly synced or don't care about the currently running sound and start it when the player joins.
  3. The event determines how the arm is rendered. You are rendering the arm at an offset, and the offset is applied when you swing your arm on top of the offset already for that animation. As such, it works exactly as you wrote it.
  4. Use the same exact properties as the overworld stuff for the dimension files. Yes, I believe that feature was removed.
  5. You would probably need to make an entire ticking sound instance handler that you can set at some position to play the sound while on and stop when off.
  6. Well, features can only generate at most one chunk away from where they spawned. So, typically they are at most 16x16x256. Structures don't have this limitation. At a glance, it looked like your structure template fit into this, so that's why I recommended it.
  7. They are probably not. Afaik, backpacks are typically items, and items are definitely not compatible between the two versions.
  8. Seems to be an issue with the YoureSeeingDungeonsMod; try removing it.
  9. Seems like you're trying to connect a forge client to a vanilla server, so it makes sense that the mods are failing if they need to be on both sides.
  10. Seems like a bad config, try deleting the config folder.
  11. It says you timed out, so you could use a mod like spark to profile your server during the time when the performance issues are happening so you can see the mods that are causing it.
  12. Correct, and it depends on what is being synced, but the base compound tag is typically synced when changed which you are writing to.
  13. 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).
  14. Please provide the debug.log from the logs folder in your game directory via a pastebin or gist.
  15. Please confirm that version of java you are using is Java 17 by doing `java --version` in the terminal. If not, you need to download it or set it to be the executable used for the server.
  16. OptiFine currently isn't compatible with Forge 1.19.3, so remove it.
  17. Please provide the debug.log from the logs folder in your game directory via gist or pastebin. If that is not available, please provide the launcher logs instead.
  18. Remove OptiFine, it is currently not compatible with Forge 1.19.3.
  19. 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).
×
×
  • Create New...

Important Information

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