Zen's Leftovers Junk - ZenarchistCode/ZenModPack GitHub Wiki
This mod adds a player-tracking feature: dropped garbage after consuming vanilla packaged food & medical items.
There are some lightly re-textured models for empty food cans etc, nothing too fancy.
The mod is intended for hardcore and RP servers so that players can track other players' activity by finding their garbage trail - if players don't want to be tracked, then they need to clean up after themselves carefully ;)
You can craft empty cans into fish hooks (optional - can be disabled in the server config. Very rough on your knife tool and produces a damaged hook).
You can turn some paper-based food packets into regular paper.
You can hold liquids in empty jam or honey jars (only 250mL, 25% of regular bottles - and they're extremely fragile and easy to ruin).
If you're using this mod on Namalsk, set the empty jars in the JSON config to Empty_Honey_NoLiquid
and Empty_Marmalade_NoLiquid
to disable the ability to put water into them as they won't freeze like other bottles do.
- All vanilla packaged food and drink items
- Used saline bags
- Used blood bags
- Used morphine, epinephrine and pox injectors
- MRE items from MassFood mod (as an example of how to add modded items)
Keep in mind that any modded items will only drop empty versions of themselves and not re-textured items with a unique name & description. But it's the best I can do with this sort of mod, and better than nothing I guess!
{ "ConfigVersion": "2", // Don't touch this "CraftJunkHookHP": 10, // Health for hooks crafted out of cans "JunkLifetimeSecs": 1800, // Persistence duration of dropped junk "LeftoverItems": [ // List of original item -> junk item { "OriginalItemType": "SodaCan_Pipsi", // Original item classname "LeftoverItemType": "Empty_SodaCan_Pipsi", // Junk classname "ItemHealth": 0, // Health override (set 0 to disable) "DropToGround": 0 // Whether or not to swap in hand or drop (1/0) } ] }
To disable this mod set "ZenLeftovers": 0
in %server_profile/Zenarchist/Utilities/ZenModPackConfig.json
NOTE: This will not disable the action of getting paper from empty paper-based food items - that action requires sync'ing this config to the client and I decided not to bother because I figure it's not a big deal. But if you really want to disable this mod and also stop players getting paper from empty cereal boxes + rice + powdered milk, modify the action condition for ActionGetJunkPaper.c