Jump to content

Luis_ST

Members
  • Posts

    5704
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by Luis_ST

  1. @GALACTIC_GAMER Please post the contents of %windir%\system32\drivers\etc\hosts (Windows) or /etc/hosts (Mac, Linux). And please do not post in old threads, create your own thread.
  2. I think you mixed up the versions, but Minecraft 1.17 or above requires java 17. Java 18 is not used yet by Minecraft, i'm sure it is compatible but i would recommend you to use java 17.
  3. One of your Installed Mods is using the Resource Cache System which is reverted in 40.1.80. Form the log i would guess it could be OptiFine.
  4. Please post debug.log from the from server and client.
  5. This error is often indicative of an outdated Java version. Please ensure your Java version is up to date. You can download OpenJDK from the Adoptium project. If the error persists after updating your Java version, please post the installer log as well as the contents of %windir%\system32\drivers\etc\hosts (Windows) or /etc/hosts (Mac, Linux).
  6. Make sure you post the full debug.log from the logs folder, if the log is too larger to upload it here you can use https://gist.github.com/ or similar past sides. If this is the full debug.log please post launcher_log.txt as well.
  7. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
  8. You then need to go back to the Title Screen? What code are you talking about? What does the code do and where is it located?
  9. Minecraft Transit Railway is written for an older version of Forge. Make sure you are using the latest version. If the Mod is already up to date, downgrade Forge to 41.0.63.
  10. Problem with Trample Stopper. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
  11. You can not use Just Enough Items and Roughly Enough Items.
  12. The following Mods are for 1.19 and not for 1.19.1: Capsule, Better Animals Plus, Structurize, ToroHealth and Rings of Ascension
  13. Why should this be possible? Minecraft already supports Player and IP bans.
  14. Problem with Blood Magic. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
  15. Basically you need a Capability which is attached to the Player, you can use a ItemStackHandler to store the ItemStack. Then you need to add a SlotItemHandler (your Slot) to the Player inventory (Player#inventoryMenu) therefore you need to use Reflection (an AT is here not possible). Unfortunately i have not yet found a Event which would fired at the correct point to add the Slot. Note that you need to add the Slot on server and on client. If you set up everything correctly the Slot should be now displayed in the Player Inventory, you should be able to put in Items. Last but not least you need to render the Slot background in the Inventory, you need to use one of the Screen Events (test which one would be the way to go). Notes: The Slot index of you extra Slot should be calculated based on the Slot count of the inventory, to make sure you don't get any conflicts if other Mods add also Slots to the Player Inventory. I'm not sure if you be able to quick move ItemStacks in your custom Slot, since this is hardcoded in InventoryMenu#quickMoveStack
  16. Why did you need the Mac Address of a Player's PC?
  17. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
  18. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
  19. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
  20. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
  21. With "client" i guess you mean a Singleplayer world, and in Singleplayer this should not matter. If this is not what you mean please explain it and provide as much as possible details.
×
×
  • Create New...

Important Information

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