Don't put it in the Json Assets folder, download a program to allow editing of .json files and edit the manifest in the download. { "Name": "Birthstone Plants", "Author": "Allayna" "Description": "Birthstone Plants for JsonAssets", "Version": "3.1", "UniqueID": "allayna.birthstone", "UpdateKeys": ["Nexus:1632"], "ContentPackFor": { "UniqueID": "spacechase0.JsonAssets" }, } ^ This is what is in the download, it does not work if you put it in separate or in the json file since it needs a content-pack file over manifest, and the manifest that is in the mod download is incorrect. { "Name": "Birthstone Plants", "Author": "Allayna", "Version": "3.1", "Description": "Birthstone Plants for JsonAssets", "UniqueID": "allayna.birthstone", "ContentPackFor": { "UniqueID": "spacechase0.JsonAssets" }, "UpdateKeys": ["Nexus:1632"] } Replace the manifest with this instead, and keep in in the mods file, not the json assets folder, and it will register the mod as a jsonassets mod and will actually allow the items to work in the game. Been waiting for an update for this since i wanted to use it, while I saw the update was saddened it still was not working in the game and tried comparing the manifest of this mod to a different jsonassets mods manifest. Apparently copying the order of what was in the other manifest allowed it to work. But there mod should work if you do that
Yeah, i'm sorry, I forgot the comma after "author":"Allayna"
But also, i think there's issues with the unofficial version of Json Assets, it keeps telling me theres no 'content-pack.json', and i have no idea what that is supposed to be, trying to figure it out. The same thing happens with other json mods I'm trying, so I know it's not just me.
hey man thank you for make compatibility with JsonAssets, u can make me one more favor? yours plants don't have a limit in the mark (i can buy plant only growth in fall in summer and stuffs) maybe u can fix that? thank you so much again ^^
I've tried planting them on 3 different days (and have restarted the game) and the plants never show when i plant them. ive even tried just keeping the soil watered in hopes they'll grow..nope nothing.
I have latest spacecore and smapi and customcrops.
I just retested all of my plants, and they work fine. Can you try replanting them? Usually disappearing crops (or crops that look funny) means the ID in the currently planted crop is wrong, replanting should fix.
After using this for a bit, I think the prices could use some balance. Either they should take longer to grow, or the sell price should be reduced. Also, it would make more sense for the various stones to sell for different values. Otherwise, I adore this. I plan to use it regardless, but I wanted to give a bit of feedback.
Yeah, was playing on changing prices depending on rarity of gem, and making some longer to grow. Can I ask, are they growing in 10 days or in 8 right now? They are supposed to grow in 10, but I'm seeing 8 in my own game, and I'm not sure what's worng.
21 comments
{
"Name": "Birthstone Plants",
"Author": "Allayna"
"Description": "Birthstone Plants for JsonAssets",
"Version": "3.1",
"UniqueID": "allayna.birthstone",
"UpdateKeys": ["Nexus:1632"],
"ContentPackFor": {
"UniqueID": "spacechase0.JsonAssets"
},
}
^ This is what is in the download, it does not work if you put it in separate or in the json file since it needs a content-pack file over manifest, and the manifest that is in the mod download is incorrect.
{
"Name": "Birthstone Plants",
"Author": "Allayna",
"Version": "3.1",
"Description": "Birthstone Plants for JsonAssets",
"UniqueID": "allayna.birthstone",
"ContentPackFor": {
"UniqueID": "spacechase0.JsonAssets"
},
"UpdateKeys": ["Nexus:1632"]
}
Replace the manifest with this instead, and keep in in the mods file, not the json assets folder, and it will register the mod as a jsonassets mod and will actually allow the items to work in the game.
Been waiting for an update for this since i wanted to use it, while I saw the update was saddened it still was not working in the game and tried comparing the manifest of this mod to a different jsonassets mods manifest. Apparently copying the order of what was in the other manifest allowed it to work. But there mod should work if you do that
But also, i think there's issues with the unofficial version of Json Assets, it keeps telling me theres no 'content-pack.json', and i have no idea what that is supposed to be, trying to figure it out. The same thing happens with other json mods I'm trying, so I know it's not just me.
I have latest spacecore and smapi and customcrops.