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
->Kalarima 27. Juli 10:10
I messed around with filles a little bit to find out why it wont work for northern alliance and one line in file Initial_crops.json is wrong
Theres a line: "stonehearth:kingdoms:northern_alliance": {
But it should be: "northern_alliance:kingdoms:northern_alliance": {
<-
You can find the File here: "yourSteamFolder"\steamapps\workshop\content\253250\1393558614\services\server\farming\data
This helped me out to fix the not listed growable Ores for farming until there may be an update from I.R. Monkey
@Anonymous thats so many different mods i dont know where to begin. I would guess box o plants or maybe autoharvest but unless your willing to disable each mod one at a time to test, and can give me a mod its not working with, i dont know where to look to fix your issue
im playing the north and he rayas children
What other mods are you running?
but it only worked for me with several errors in a saved game.
Theres a line: "stonehearth:kingdoms:northern_alliance": {
But it should be: "northern_alliance:kingdoms:northern_alliance": {