Jump to content

FarmitzDugan

Members
  • Posts

    1
  • Joined

  • Last visited

FarmitzDugan's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. I am new to modding and Java and I had this same problem. In my mods.toml file I have this line: modId="fdmapexplorer" #mandatory FDMapExplorer is the name of my mod. I found this in my main mod java file: @Mod("assets/fdmapexplorer") I know I didn't type that in so at some point my IDE(IntelliJ IDEA) may have tried to help. Anyway... I changed it to: @Mod("fdmapexplorer") AND TA-DA! Everything works! Hopefully this helps you.
×
×
  • Create New...

Important Information

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