EnderTurret / PatchedMod

A Minecraft mod that adds the ability for data/resource packs and mods to patch JSON files, allowing them to avoid the incompatibility of replacing files wholesale.
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Cavernous New Version #13

Closed Boba194230 closed 1 year ago

Boba194230 commented 1 year ago

So I've made patches for the new version of cavernous and they seem to sorta work just not really as the biomes show up in the world when I locate them but they are very splotchy and not done correctly. I'm wondering if maybe I messed up when making the patches as if I take all of the patched stuff out and add the same code to my manual file it works fine. Heres the patches

overworld.json.patch from dimension folder overworld.json.patch from noise_settings also as I said I don't really care about the vanilla biome changes too much as terralith handles that nicely so I deleted the biomes folder from the world gen and it still worked fine in my manual version.

EnderTurret commented 1 year ago

If you look in the log, are there any errors related to the patches? I ask because from my cursory examination I noticed a json syntax error in the noise_settings/overworld.json.patch (a missing comma after the path line), which could be causing the problem you described (by causing the patch to not be applied). Otherwise, if that's not it (and there are no errors in the log), I can try and do a more detailed analysis later.

Boba194230 commented 1 year ago

trying that rn, I guess I didn't catch it in VS Code since I didn't have the diff set to json to check

Boba194230 commented 1 year ago

bruh

Boba194230 commented 1 year ago

it works now, thank you so much XD. Can't believe it was just that facepalm I'll make sure to set that diff next time