Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/31/22 in Posts

  1. That's because there is no loot item condition for if the item belongs to a given tag. You would need to make your own if you wanted to support this case. See anything that extends `LootItemCondition` and then register it using one of forge's registry methods.
    1 point
  2. Keep this Forums in english please. Your game is running out of Memory (RAM), allow the Game more Memory.
    1 point
  3. That's a pretty esoteric question. 🙂 You have to navigate 2 different changes; * The change of name from the old forge mappings to the mojang mappings * The change of graphics engine Here's how you can do it: Find where your method is used in vanilla, e.g. in 1.12 with the stable_39 mappings this is SimpleTexture.loadTexture() Find the same processing in 1.19 which also happens to be called SimpleTexture. Now compare the 1.12 vanilla code with the 1.19 version, so you can determine the modern way to do your processing. It won't always be as "easy" as this. Sometimes you would have to repeat the process. e.g. If you couldn't find SimpleTexture in 1.19, find where SimpleTexture.loadTexture() is called and locate that processing in 1.19 However, in this case, you can already think of something that loads "external images". Minecraft player skins. So you can look at and adapt what that does - SkinManager
    1 point
  4. Please provide a screenshot of your launcher
    1 point
  5. If you are intending to download Forge for legacy versions of Minecraft: For Minecraft 1.3.x and 1.4.x (Forge 4.x and 6.x) Download this file: https://bitbucket.org/luacs1998/forgelibrarydownloads/downloads/fmllibs13x_14x.zip and extract it to your .minecraft folder. For Minecraft 1.5 and 1.5.1 (Forge 7.x) Download this file: https://bitbucket.org/luacs1998/forgelibrarydownloads/downloads/fmllibs152.zip and extract it to your .minecraft folder. For Minecraft 1.5.2 (Forge 7.8.x) Installers are available on the file server, please use them. Reposted here because NO ONE reads the damned EAQ -.- If you want versions of Forge for versions before 1.1, go here: http://www.minecraftforge.net/wiki/Minecraft_Forge:Releases Note that these versions are COMPLETELY UNSUPPORTED and are used AT YOUR OWN RISK. They are listed for archival purposes only. ModLoader and ModLoaderMP are required, please go look for them yourself.
    1 point
×
×
  • Create New...

Important Information

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