PacifistMC / Forgix

A Gradle plugin/an Architectury addon to merge mod-loaders into one jar! 𝘸𝘒𝘩𝘩 𝘡𝘦𝘀𝘩𝘯𝘰𝘭𝘰𝘨𝘺

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forgix changing JSON files inside data directory?

Kitteh6660 opened this issue Β· comments

I have an issue with Forgix and for some reason, it decided to rename those JSON files and thus break the mod's datapack and crashing the world creation screen.

Is there a way to stop Forgix from doing that?

image

I'm using Forgix 1.2.9 if that helps.

commented

Could I see those files? I have a feeling it's accidentally detecting those files as mixins

I can do that. Those are the affected JSON files.

fabric-patch_froglight.json
forge-flower_luzawood.json
forge-patch_froglight.json
fabric-flower_luzawood.json

I will be updating my code repository so you can see what's wrong.

@Ran-Mewo could this be a case of the file being renamed because it's located in the forge/fabric folders? Possibly related to this?

I've updated the source code: https://github.com/Kitteh6660/Ceilands

The original JSON files are stored in common.

I think as a safety thing, we shouldn't ever touch files inside assets and data. There shouldn't ever be a case where we need to modify something there