fabric.mod.json is overwritten automatically, even if edited

Started by BlueZulfish on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Sep 2021
Points:
542

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
fabric.mod.json is overwritten automatically, even if edited

So I'm making a fabric mod (1.20.1, 2023.3) and when I try editing the "fabric.mod.json" to include my credits and links, it is overwritten by the default text that was there before when I boot up the game. This is not good, as I won't be able to add credits and links for my mod and general Mod Menu support

:/

Active 1 year ago
Joined Sep 2021
Points:
542

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Ok so apparently, after some…
Tue, 12/26/2023 - 10:26

Ok so apparently, after some testing it seems it is only overwritten if I load the mod in its MCreator workspace, not when it's exported, and while it is overwritten after exporting, I can just slap in the .json file into the mod jar and it won't be overwritten