Resource icon

Cooking Expansion Set 13

No permission to download
I have removed couple more base edits so you will have to remove them as well.
here is the baseedits that need removed from craftitem.cs

public void SetNeedDistillery(int index, bool needDistillery)
{
CraftItem craftItem = CraftItems.GetAt(index);
craftItem.NeedDistillery = needDistillery;
}

public void SetNeedCauldron(int index, bool needCauldron)
{
CraftItem craftItem = CraftItems.GetAt(index);
craftItem.NeedCauldron = needCauldron;
}

Version 13
Added: Config File for Apiculture.
Added: Config File for Farming.
Fixed: baseanimal.cs // Fraz
Added: Hunger state to all animals.
Fixed: error in containerfood.cs //Fraz
Fixed: Candles to burnout after 2 mins.
Fixed: Witch Crafting menu so the elixier of speed was with the other two elixiers.
Testing: moved some code from servuo edits back into the cooking system as a test.
Moved: Moved basepie to food/core folder.
Changed: All recipes in defcookingexp.cs is commented out until system is redesigned.
Added: empty bowls to the bowl foods.
Changed: Bowl foods from basefood to containerfood.
Changed: Bowl foods require silverware to eat with.
Added: Uses remaining to bowl foods as they should give more uses since there bowls.
Removed: Otherfoods by splitting them into the right cartogory.
Moved: Milk and Cheese to Dairy folder.
Moved: Witchcraft to foods as that is what was in that folder.
Moved: Brew, juice, and Wine crafting to Beverages.
Added: Rolllingpin, skillet, and sifter to the craft tools.
Cleaned: Start removing unused system refs in foods folder on food items.
Updated: Credits.txt
Version 12.1
Update: Milk Bucket will use farmcow, cow1, and cow.
Update: Fixed doughexp.cs to work with renamed cheeses.
Update: Fuxed Uncookedpizza to work with renamed cheese.
Back