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
I fixed it for my servers as a dependency on this mod, if you want fix it too then here's how to quick-fix it:
you need to create your own mod and config.cpp, look at the FarmingPlus.pbo config inside for class WoodenPlank and MetalPlate there's missing definition of using an item in slot inside the V3S, so you need to add in "Truck_01_MetalSheets" for class MetalPlate, and "Truck_01_WoodenPlanks" for class WoodenPlank, thats all :)
Like this?
in the folder FarmingPlus\Scripts\4_World\Items\chickencoop change for:
line "50"
class BBP_Animal_GallusGallusDomesticusF_White extends Animal_GallusGallusDomesticusF
{
}
line 217
//BROWN
class BBP_Animal_GallusGallusDomesticusF_Brown extends Animal_GallusGallusDomesticusF
{
}
line 383
//SPOTTED
class BBP_Animal_GallusGallusDomesticusF_Spotted extends Animal_GallusGallusDomesticusF
{
}