Jump to content

KingIceCream

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

1677 profile views

KingIceCream's Achievements

Tree Puncher

Tree Puncher (2/8)

3

Reputation

  1. I'm trying to make a tank in 1.14.3 using FluidHandler where you can store and remove liquids by right-clicking on the tank with a bucket, but nothing happens when I do. The NBT data doesn't even change Forge 1.14.3-27.0.13 Mappings 20190627-1.14.3 Code: https://github.com/KingParity/TankTest
  2. So I solved the issue. I HAD to register the container and bind the GUI, which was a pain since I needed the entity's inventory and the entity itself in the container class, and I needed the entity in my GUI class. I still don't understand why it gave me this strange behavior in the first place though.
  3. oh dear god, why did I leave it like that... But shouldn't it have crashed the game?
  4. this started after I added everything for the test_gui_container, test_gui_tile_entity, etc.
  5. 1. I will change that 2. I will delete that 3. https://gist.github.com/KingParity/1450c2066e0c863385bf6ceb0519f350
  6. did you make sure to change eula=false to eula=true in the eula file?
  7. Can you post the entire log? (oh and please use pastebin, hastebin, github gists, or something like those)
  8. Ok so I did some more digging and found that it's something to do with my mod as whenever I create a new world, the same thing happens. This doesn't happen using the example mod. What's also strange is that this problem doesn't happen when launching forge with the mod in the normal launcher. Here is the code: https://github.com/KingParity/BetterPets
  9. just double click on the file that was downloaded from the website, open up the minecraft launcher, select the new forge profile that was created, and load minecraft
  10. So you installed forge using the Forge Installer (this button right here) and are trying to boot it up? Have you launched Minecraft before? https://files.minecraftforge.net
  11. Try looking at the mod files that you (the client) are using and see if there are any duplicates. EDIT: Nevermind, I didn't read the log correctly ?‍♀️
  12. Can you please give a description of what is happening? Like is Minecraft Forge not running?
  13. I'm using Forge 1.14.2 26.0.25 Mappings 20190614-1.14.2 Soooo my log file has 1,019,186 lines and is over 146MB. Here is a video of what happened: I booted up Minecraft in my modding environment, created a new world, and was greeted to this. I have attached a build I made of the mod I was making that I made right after the video was taken and the world. I tried loading the world again using forge installed normally (using the installer), with and without the mod, and it was fine. It won't let me upload a zip file of the world here, unfortunately. As stated before, the log file that was produced is over 146MB with over 1 million lines of log in it, and GitHub Gists only allows 100MB. The log file contains spam of "Matrix overflow". If there are any other ways that would be ok for me to upload the world and log file if needed, that would be great Mod.jar
×
×
  • Create New...

Important Information

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