BlakeBr0 / Cucumber

A library of shared code and functionality used by my mods.
https://blakesmods.com/cucumber
MIT License
23 stars 15 forks source link

cucumber-tags.json is invalid #42

Closed diefesson closed 1 month ago

diefesson commented 1 month ago

Describe the bug

Cucumber keeps generating invalid JSON for cucumber-tags.json

To Reproduce

  1. Just run the mod with MA

Expected behavior

Cucumber shoud generate valid JSON for cucumber-tags.json

Screenshots / Scripts / Logs

{
  "forge:ingots/enderium": "null",
  "forge:ingots/mithril": "null"
}}

Versions (please complete the following information):

BlakeBr0 commented 1 month ago

Is this a consistent issue? If you delete the file and let it regenerate does it do the same thing? I'm honestly not sure why this would happen.

diefesson commented 1 month ago

Yes. It's a consistent issue. But I think it's caused in combination with some other mod. I am still trying to isolate it.

Maybe something related to a broken tag on load/reload?