If you have trouble with getting an infinite letter, try to disable FeTK, apparently it causes issues with MFM. Sadly I can't fix this on my end, sorry :(
There is a strange code in the end, wasn’t sure if it was to be translated too. In default.json, a section with duplicates of the objets names are between "/*" and "*/".
Here’s a little update on the french translation, I made a mistake (invert name and description on Kings Parnsnip seeds). I enhanced it with other minor corrections.
I noticed something strange on the balanced seed description : it say "10 days" whereas it seems that it is more 16 days ? Or is it the maximum growth time if we don’t make it grow perfectly ?
Can there be additional or clearer hints in-game about the balanced fruits and when it has to be watered? I feel bad relying on the mod page because I don't fully understand what the wizard means by "it doesn't always react well with water" and the plant alternating between colors
I'm having some of the same issues previously reported by others. I'm unable to ship any of the crops and also I'm unable to plant Dice Seeds in the Summer on the first day.
hmm for some reason, since the 1.6.9 update came out i can no longer sell any of the magical crops in the shipping bin. theres no errors on my smapi, i just can't ship any of the crops for the shipping collection.
166 comments
https://smapi.io/json/none/2ed03d44980a4666a578c5a5b620bf4d
There is a strange code in the end, wasn’t sure if it was to be translated too. In default.json, a section with duplicates of the objets names are between "/*" and "*/".
Thanks for your mod, have a good day !
https://smapi.io/json/i18n/f14adeef1b5f476eb3236b3f95b8a205
I noticed something strange on the balanced seed description : it say "10 days" whereas it seems that it is more 16 days ? Or is it the maximum growth time if we don’t make it grow perfectly ?
- open Magical Crops mod folder
- go in [CP] Magical Crops
- then open content.json
- in there, add:
"Type": "Basic",below every crops.
for example
"Sunset_Drop": {
"Name": "Sunset_Drop",
"DisplayName": "{{i18n:objects.Sunset_Drop.name}}",
"Description": "{{i18n:objects.Sunset_Drop.description}}",
"Category": -79,
"Price": 120,
"Texture": "Mods\\shekurika.MagicalCrops.CP\\Objects\\Objects",
"SpriteIndex": 7,
"Edibility": 80,
},
becomes
"Sunset_Drop": {
"Name": "Sunset_Drop",
"DisplayName": "{{i18n:objects.Sunset_Drop.name}}",
"Description": "{{i18n:objects.Sunset_Drop.description}}",
"Category": -79,
"Type": "Basic",
"Price": 120,
"Texture": "Mods\\shekurika.MagicalCrops.CP\\Objects\\Objects",
"SpriteIndex": 7,
"Edibility": 80,
},
That should be the solution. will update if there are issues
I feel bad relying on the mod page because I don't fully understand what the wizard means by "it doesn't always react well with water" and the plant alternating between colors