Project Zomboid

Project Zomboid

Littering 3.0, B41 Beta
dtoxic 7 Oct, 2022 @ 2:11pm
[Bugs]
In the File LitteringB41_RecipeCode.lua on Line 134

player:getInventory():AddItems("Base.CardboardFlat", 1);

Should be

player:getInventory():AddItems("LitteringB41.CardboardFlat", 1); so that the Cardboard flat is returned when unpacking Jars

Also the line above 133
player:getInventory():AddItems("Base.JarLid", 6);

should either not be there or the recipe for putting Jars in the Cardboard Flat should be changed to include Jar Lids because as it stands now you can pack empty jars and when you unpack them you get Empty Jars + Jar Lids

In the File LitteringB41_VanillaOverride.txt on Line 283

PaperclipBoxEmpty, should be EmptyPaperclipBox, so that one can actually pack the paperclips once you have 40 paperclips and empty paper clip box
Last edited by dtoxic; 7 Oct, 2022 @ 3:21pm
< >
Showing 1-1 of 1 comments
VANGUARD 2 Oct, 2023 @ 1:13pm 
[02-10-23 21:56:33.200] LOG : General , 1696276593200> ERROR: ItemContainer.AddItem: can't find LitteringB41.Eggshells.
[02-10-23 21:56:33.201] ERROR: General , 1696276593201> ExceptionLogger.logException> Exception thrown java.lang.NullPointerException: Cannot invoke "zombie.inventory.InventoryItem.setFavorite(boolean)" because "<local4>" is null at InventoryItem.Use line:802..
[02-10-23 21:56:33.202] ERROR: General , 1696276593202> DebugLogStream.printException> Stack trace:.

The last three lines in the debug log after my game crashed.
I had some wild eggs in my composter, which probably were about to turn into fertilizer.
Any idea if that's causing my game to crash?
< >
Showing 1-1 of 1 comments
Per page: 1530 50