Skip to content

Commit

Permalink
Fix wooden bowl
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed May 26, 2023
1 parent e625b49 commit 4c6f752
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Data Files/MWSE/mods/mer/ashfall/config/staticConfigs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ this.bottleConfig = {
waterMaxScale = 1.8,
holdsStew = true,
},
ashfall_bowl_01 = {
capacity = 60,
waterMaxScale = 1.8,
waterMaxHeight = 4.0,
},

cup = { capacity = 25, weight = 2 },
glass = { capacity = 25, weight = 2 },
Expand Down Expand Up @@ -497,6 +502,9 @@ this.utensils = {
-- waterMaxHeight = 28,
-- holdsStew = true
-- },
--bushcrafting


ashfall_bowl_02 = {
type = "cookingPot",
capacity = 80,
Expand Down

0 comments on commit 4c6f752

Please sign in to comment.