Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
While cracking open every Fluffalo mod I can find I found an issue with yours. Your mod targets a line in Terramart's interactData:
[{"op": "add","path": "/interactData/items/10","value": {"item":"leatherfluffaloegg"} }]
While this works, it will overwrite any other mod that falls into the 11th line in the Terramart's stock. What you want to do is use "path": "/interactData/items/-".
By using "-" instead of a direct value, the line is appended to the bottom of the list in load order, meaning it can't overwrite other content. This issue also applies to any other mod you might have released using the same target method (I presume Claw Fluffalo may be susceptible, but haven't gotten there yet). Would you be willing to fix this? If not, may I have permission to re-release this mod with this fix and a couple other code improvements (with all credit going to you, naturally)?
Nice mod, thanks a lot!