Jump to content

Search the Community

Showing results for tags '1.8.9'.

  • Search By Tags

    • 1.8.9 ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. When I'm launching in a dev env, it launches fine with no errors. But when I launch the game with only my mod installed, it crashes. Crash report
  2. Whether you are a fan of Hypixel Bedwars, SkyWars and PvP gamemodes, you would enjoy this server! We have a very fun and unique style of PvP that a lot of our players really enjoy and we want to bring this server to more players like you! Introducing Minezone, home of SUPER CRAFT BLOCKS. Here i...
  3. Hi everyone, I’m working on creating a UI similar to the one shown in the picture below. Most of the functionality is working perfectly, but I’m struggling to achieve a smooth blur effect for the background. Currently, I’m rendering the black transparent box using: "Gui.drawRect();"...
  4. I've used forge before but stopped playing using forge, as I mainly use it for Hypixel Skyblock mods, but I recently tried to open Minecraft using forge again. The problem is that when I tried to open Minecraft it opened, but the game was all messed up. I cannot describe it, as it was so weird....
  5. im trying to join any server/singleplayer, but it everything is dark, ive tried to take away all mods and launching forge, it still doesnt work. i only happens on forge 1.8.9(to my knowledge) and dont know what do to. https://medal.tv/games/minecraft/clips/jliiy6PTATZfALwb9?invite=cr-MSx...
  6. I've been trying to find a solution for this for the past few days and cant seem to find it anywhere. What i want to do is basically set my player's head pitch without the server noticing it. Basically client-side change. Is there a way to do this? With mixins or anything els...
  7. i have 4 mods installed I've tried removing 1 at a time problem only fixes if all mods are removed I'm opening the Minecraft launcher with administrator as it Minecraft will not load otherwise. below is a log Screenshot https://imgur.com/a/d5Wen0o
  8. Whether you are a fan of Hypixel Bedwars, SkyWars and PvP gamemodes like that, well you would enjoy this server! We have a very fun and unique style of PvP that a lot of our players really enjoy and we want to bring this server to more players like you! Yes you reading this post haha. Introduci...
  9. Hammers and wrenches on my mod should not be consumed at once, it should have a maxDamage of 63(copper variant), 0(stone variant). When I craft items requiring hammers and wrenches, it immediately crashes. View Full Log
  10. Whether you are a fan of Hypixel Bedwars, SkyWars and PvP gamemodes like that, well you would enjoy this server! We have a very fun and unique style of PvP that a lot of our players really enjoy and we want to bring this server to more players like you! Yes you reading this post haha. Introduci...
  11. I have just reinstalled forge for 1.8.9 version 2318 because I had accidently deleted it, I tried to launch the game and it now won't open the game but says that I am already logged in to the game when I try to launch minecraft again. I have tried many ways of trying to fix it by restarting my pc,...
  12. My x and y for drawing the rectangle is right above my health bar but it moves when i change my GUI and resolution. How to make it stay in the same place? package studio.zipcord; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Gui; import net.minecraftforge.client.e...
  13. Hello everyone, today I would like to touch upon the topic of: How to properly install the Forge 1.8.9 project on a Mac M1 Pro (or Mac Silicon) using IntelliJ IDE. (I would like to note that on Windows 11 everything works fine for me, and I was able to launch IDE without errors!)...
  14. Hi, I am trying to get custom GUIs working, and I would like to have a GUI that works only client-side, which means that you are not supposed to pull items out, but I do want to display items in my GUI and let the player click them. I have a GUI working that has a size of 54 slots and I made a...
  15. Hi, I am trying to use a shadowed dependency in my mod for version 1.8.9, but I just can't get it fully working. I think the shadowing is working (at least a little) because I can use the dependency in my mod without getting a classdefnotfound, but if I actually try to use the dependency it jus...
  16. Hi, I need some help upgrading my Gradle and ForgeGradle versions for my 1.8.9 mod. I just started modding for forge. I do have quite some experience with coding in Java, but I always used the Maven build system instead of Gradle, so this is still quite hard for me. If I load my "build.gradle" i...
  17. Hello, I am writing about an issue I have been experiencing whilst modding for forge 1.8.9. A few days ago I started modding my small own mod using the 1.8.9 version of forge. everything worked smooth & fast, and no issues occurred. after giving my friend the mod to test it out, it kept cr...
  18. Hi all, I am a beginner when it comes to Minecraft modding and ChatGPT has run out its course in ways of being helpful. The mod itself runs fine within the IntelliJ IDE environment and performs exactly how I'd like it to. However, after compiling all necessary elements of my mod using gradlew b...
  19. public class HUD { public Minecraft mc = Minecraft.getMinecraft(); public static class ModuleComparator implements Comparator<Module>{ @Override public int compare(Module o1, Module o2) { if (Minecraft.getMinecraft().fontRendererObj.getStringWidth(o1.name) > Mi...
  20. I tried to get the player list, but in game servers like Hypixel, it is unrealistic to get the players of the entire server, so I want to make a module to get the player list in the Tab (players in a lobby) Is this possible? Thanks.
  21. Can anyone please make a script for when you get hit by another entity (or player only), you jump? This can be toggled on/off via the CAPSLOCK key.
  22. Here, I don't have the version 1.8.9, the oldest version here is 1.16.5. I need help setting up 1.8.9 minecraft version for creating mods in IntelliJ IDEA.
  23. So I was told that "only one string" needed to change for this 1.8.9 mod to become a 1.16.5 mod. Im not very sure what this line is as I am new to this coding thing, so I thought I might ask around. Thanks in advance. Here is pt.1 of the code: package studio.dreamys.gui; import com.goog...
  24. I am working on updating my mod from 1.7.10 to 1.8.9. In 1.7 i had an inventory that can hold a single block and that block changes the look of the block to the one in the inventory. but with the new json rendering thing i have no idea about how to even touch this. if you can give me any information...
×
×
  • Create New...

Important Information

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