Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
},
"bunny_empire:kingdoms:bunny_empire": {
"clay" : true,
"stone" : true,
"coal" : true,
"copper" : true,
"tin" : true,
"iron" : true,
"silver" : true,
"gold" : true
}
at the end of initial_crops.json file located here f:\Steam\steamapps\workshop\content\253250\1431724997\services\server\farming\data\
same method should work for any other workshop clan as long as you find its real name in its mod file and replace bunny_empire part with it...
As far as i can tell the only problem this mod has is that the crops dont have their prefered climate specified... ok heres how to fix it
Basically theres one line missing in crop.json of each crop in the mod... the path for me is f:\Steam\steamapps\workshop\content\253250\1431724997\entities\crops\
and all you need to do is add this line: "preferred_climate": "temperate_staple",
to this parameter: "stonehearth:growing": {
so that whole structure would look like this:
"stonehearth:growing": {
"growth_period": "12h",
"preferred_climate": "temperate_staple",
"growth_stages": [
growth time is diferent for every crop so dont change that... or do if you wanna :D