Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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!