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 :(
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.
I think I figured it out. I planted it in the greenhouse, water when the plant is white, don't water it when it's black! If that doesn't work, try watering when it's black and not watering when it's white :) But it's one of those!
165 comments
- 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
Mine don't appear to grow at all. 😅
If that doesn't work, try watering when it's black and not watering when it's white :)
But it's one of those!