Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
Not interested in that mod because it adds numerous fluffalo that I feel are unnecessary, and I prefer selecting things piecemeal as opposed to compilation mods unless there are no alternatives. I guess if this standalone has been abandoned I'll just have to unsub.
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/9","value": {"item":"robofluffaloegg"} }]
While this works, it will overwrite any other mod that falls into the 10th 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. Would you be willing to fix this? If not, may I have permission to re-release this mod with this fix (with all credit going to you, naturally)?
(posted on the forums page, too) [community.playstarbound.com]