7 Days To Die
0 of 0

File information

Last updated

Original upload

Created by

pieterisme

Uploaded by

pieterisme

Virus scan

Safe to use

Tags for this mod

About this mod

Food will return Glass Jars when eaten

Permissions and credits
Changelogs
A simple mod to allow early game sustainability to food by returning Glass Jars after being eaten.

Food will return Glass Jars when eaten, for the following;

Corn on the Cob
Corn Bread
Boiled Meat
Meat Stew
Hobo Stew
Blueberry Pie
Pumpkin Pie
Pumpkin Cheesecake
Pumpkin Bread
Boiled Egg
Vegetable Stew

Tech example;
-- items.xml --
<append xpath="/items/item[@name='foodCornOnTheCob']/property[@class='Action0']">
 <property name="Create_item" value="drinkJarEmpty"/>
</append>