Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/28/24 in all areas

  1. IT WORKED! THANK YOU!
    1 point
  2. In case anyone happens on this with the same issue, I was able to overcome it. After re-reading @Paint_Ninja's last post numerous time, it finally dawned on me that he was referring wholly to the forge installer, which has nothing to do with the packaged modpack installer. As such, I downloaded the new copy of the forge installer and copied it to my linux host, then opened a second ssh session and prepared a cp command to move the new (correct) installer over to the install directory where I was installing the modpack. After the modpack installer had just about finished retrieving files, I overwrote the installer.jar file with the correct one in a seperate ssh session. The modpack (packaged) installer then used that jar to install forge with the included files, and the install finished as I would have expected. Thanks all!
    1 point
  3. As far as your bowl of stew goes, from what I can see you want to override the finishUsingItem method to return the bowl to the player. I found this looking through the Minecraft code, your IDE should have something for Referenced Libraries or something like that, which will allow you to do the same. Check the class net.minecraft.world.item.Items for mushroom_stew, and take a look at the method it calls for setting up the item.
    1 point
×
×
  • Create New...

Important Information

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