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
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.