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
Is there any plan to update this, or has it been abandoned?
I tried replacing these but the console was throwing up errors by stating "net::ERR_FILE_NOT_FOUND" in regards to "Error: Script error for "Enums". So I think the 2.8 update broke some stuff that can't be fixed without opening up app.asar with NPM and updating the parts used in torcheternal.js. I'm not willing to do the work so hopefully someone reading this can do what's necessary to update it.
Items_1.default[Enums_1.ItemType.AnimalFatTorch].decayMax = Infinity;
Items_1.default[Enums_1.ItemType.AnimalFatTorch].decaysInto = Enums_1.ItemType.AnimalFatTorch;
Items_1.default[Enums_1.ItemType.LitAnimalFatTorch].decayMax = Infinity;
Items_1.default[Enums_1.ItemType.LitAnimalFatTorch].decaysInto = Enums_1.ItemType.LitAnimalFatTorch;
After that, both forms of torches last forever (barring breaking them via use as weapons/other durability damage).
Can't help on the multiplayer side though.
Change version to 2.7.4
I looked at another mod (legend unbreakable) which has minor version being 0 through 9, so I did that too.
After that, the mod loaded and "worked". I put quotes on that, as it works properly for bark torches, but animal fat torches are setup incorrectly. (Decay only defined for lit torches, not unlit, and unlit torches decay into lit ones, with unlit torches decay not being handled).
If you open the mod.json with notepad++ you will find this
"compatibleMinorVersions": [
3, 4
After the 4 add ",5, 6" so it looks like this:
"compatibleMinorVersions": [
3, 4, 5, 6
Also change the version number too.
"version": "2.6.1"
This worked for me.
This mod is really great! Please update it.