Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. Could you do `ping authserver.mojang.com` in a terminal? It's quite strange that it is having trouble reaching the authentication servers unless something else is happening.
  2. Please provide the entire log anyways that's outputted in the installer. There is definitely more that should appear.
  3. What is engine version 86 or higher mean? What Forge version is this? If you want to make a server, just use the installer to setup the necessary files.
  4. When you created the server with the installer, it should have generated a user_jvm_args.txt file. It is looking for that file and it needs to be with the rest of the server. If it doesn't exist, you can create the file.
  5. Please provide the debug.log from the logs folder in your game directory. Additionally, try removing optifine and see if that works.
  6. 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).
  7. 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).
  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. We are not Fabric, ask wherever they provide support.
  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. Entities can only be avoided if `#isPickable` returns false; however, this typically results in the entity not being able to be selected at all, which is usually not ideal. Best way to fix this issue is just to make your entity a custom armor item model instead.
  12. `Slot#onQuickCraft` is used whenever the result slot is shift clicked such that the result gets put into the inventory immediately. This method is implemented by the modder themselves in AbstractContainerMenu#quickMoveStack. `Slot#onTake` is used whenever the result slot is emptied. For those that are quick crafted, the method is implemented at the end of AbstractContainerMenu#quickMoveStack by the modder. `Slot#setChanged` is called whenever the slot's value has changed, so it will be used whenever that happens. See above and the forge docs for taking items from the result slot. Most of it is already implemented by default. Dropping experience is typically done in the `onTake` or `onQuickCraft` methods.
  13. Could you verify this on newer versions of Forge as well. Additionally, could you install the vanilla version before installing the Forge version through the installer client?
  14. hosts is not a text file, so I don't know why it would be appearing as such. Would you mind navigating to the location manually? The casing may be different, but it should still get you to the same location.
  15. There is nothing here that suggested you crashed. Additionally, it seems you are not authenticated, so I don't know how you would get onto a server.
  16. That sounds like an issue of how you installed the datapacks. If not, you would need to ask whoever the authors of the datapacks are for support.
  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. You can try invalidating your caches in IDEA to see if that fixes the issue. Also JEI and Parchment are loaded in two separate fashions, so they wouldn't have a bearing on one another.
  19. You need to make a new EnchantmentCategory through the #create method and make it such that the enchantment can only be applied to your item.
  20. I'm confused on the issue. From what I understand, you had a previous version of Forge, and you downloaded a new version of Forge which replaced the version in the original Forge profile. In that case, you can just create a new profile/installation with the Forge version of choice.
  21. Please provide the debug.log from the logs folder in your game directory.
  22. Pleas provide the debug.log from the logs folder and a list of mods you have.
  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.2 (Latest) and 1.18.2 (LTS).
  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.