First time modding, silly question: how to seperate lines in content.json for CP mods?

AtrophyTwink

Newcomer
Not sure if the title makes sense, sorry!
Basically, I'm trying to make a mod for content patcher that changes the new trees in SVE 1.15 to look a little nicer with recolor mods like DaisyNiko's Earthy recolor as they stand out just a touch too much for my liking. I've never modded before and have no real experience with code or anything else, so please excuse how stupid I am about this as my issue is a very silly one.

I've worked out how to replace the assets from SVE to my new ones and have tested it to make sure it works, however I've only tested it with one tree and I have no idea how to add the rest of the code in!
So far I have this:
1727969070210.png


But I don't know where to add the additional lines for the rest of the trees and their seasonal variants. I've tried pasting the code I know works for the fall variant on lines 8-10, just playing around to see what sticks, but my JSON validator is saying its wrong no matter how I enter it. Basically, I have no idea how to separate the lines so that they can be read properly. I know I need the action/target/fromfile code for each variant and have them written up, I just don't know how to get it all in one JSON correctly.

Sorry if none of this makes sense, I can not stress how wildly new this all is for me so I don't know the lingo, but I'd really like to learn and google has no idea what I'm asking of it. I've even tried looking through the content.jsons of various other mods I have to see how they do it, but I really just don't know what I'm doing and would appreciate some help. Thanks in advance!
 
Top