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
function Recipe.OnCreate.UnpackLightfootSkillBook(items, result, player)
player:getInventory():AddItem("Base.BookLightfoot2");
player:getInventory():AddItem("Base.BookLightfoot3");
player:getInventory():AddItem("Base.BookLightfoot4");
player:getInventory():AddItem("Base.BookLightfoot5");
end
Should be Literacy.Book... not Base.Book...
After talking to the mod author of the other mod it seem to be that your mod is calling for a book from a mod I am not using instead of the books from the mod that I am using.
@punished sondz for somehow it was already partially supported, except reading and lightfoot books... so i'm just added those books, without redrawning icons for other books(i'm too lazy to do it).