安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






That's probably an internal function of Common Sense, though I haven't checked its code. I've looked at the java code of PZ itself, and it only uses getFluidAmount. No mention of getLiquidAmount.
How to fix it:
1. Find the mod directory. (default path would be: C:\Program Files (x86)\Steam\steamapps\workshop\content108600\3391344536\mods\Sink Clean Rags )
2. Open "Fix_WaterMenu.lua" in a text editor. You can find it in: [Sink Clean Rags\42\media\lua\client]
3. Replace all "getWaterAmount" with "getFluidAmount". There should be about 4 of them.
4. Save file, you're good to go.
`function: doRecipeUsingWaterMenu -- file: Fix_WaterMenu.lua line # 108 | MOD: Sink Clean Rags
function: createMenu -- file: ISWorldObjectContextMenu.lua line # 1010 | Vanilla
function: createMenu -- file: ISMenuContextWorld.lua line # 50 | Vanilla
function: createWorldMenu -- file: ISContextManager.lua line # 28 | Vanilla
function: doRClick -- file: ISObjectClickHandler.lua line # 60 | Vanilla
function: onObjectRightMouseButtonUp -- file: ISObjectClickHandler.lua line # 425 | Vanilla
java.lang.RuntimeException: Object tried to call nil in doRecipeUsingWaterMenu
`
Hope it gets fixed.
In vanilla, you don't get context menu prompts for cleaning rags that AREN'T in your BASE inventory. if they're in a bag, you need to move them by hand to main inventory and then go through context menu, it just sucks.