Jump to content

Sigjaw

Members
  • Posts

    2
  • Joined

  • Last visited

Sigjaw's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi all, Is anyone else facing problems when compiling and running your 1.8.9 Forge mods with the mcmod.info file practically being invisible? I did a clean install to make sure I hadn't done anything wrong, and sure enough, when nothing is edited and everything is left untouched... No mod information found Ask your mod author to provide a mod mcmod.info file I'm at a loss here - please help me out! Thank you, /S
  2. 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 build, and gradlew shadowJar and putting it into the mods folder (both with and without other mods present) it simply doesn't show up in my mods list and is therefore rendered useless. The mods functionality is pretty basic; fetch embeds from a certain Discord channel sent by a certain user and relay them into the client-sided Minecraft chat with slight modifications to the formatting. ExampleMod.java: https://hastebin.com/share/yizizojodi.java build.gradle: https://hastebin.com/share/yowukonoju.java Any help is appreciated - thank you! /S
×
×
  • Create New...

Important Information

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