gigaherz / JsonMerger

A mod/coremod that enables merging json files that would normally overwrite
https://www.curseforge.com/minecraft/mc-mods/json-merger
Other
2 stars 1 forks source link

Model JSON merging? #2

Open gniftygnome opened 1 year ago

gniftygnome commented 1 year ago

I'm wondering if you have considered adding some client side merging (in my case, merging model JSONs would be really nice).

I've been working on adding armor trim materials for Cinderscapes, but it requires overwriting the vanilla item models, which really sucks. I just need to add a few overrides to them.

It would be great if I could recommend using a mod like yours to resolve problems when folks want to use Cinderscapes with another mod that also adds armor trims. (It would be even greater if Mojang will add this functionality themselves, but they do not seem to care...)

gniftygnome commented 1 year ago

(I should have checked first, but now I see this is a Forge mod; I guess the question is still valid even though if you fix it that won't help me. heh)

gigaherz commented 1 year ago

It is something I guess I could do, but it's extremely specific, unlike the main coremod which works automatically for any data loader that uses the SimpleJsonResourceReloadListener. If you would actually use, it may make it worth my looking into it but yeah.