Skip to content

Commit

Permalink
More Survival Tools Mod Update 12
Browse files Browse the repository at this point in the history
1. Reduced copper axe's woodcutting value from 3 to 2.
2. Added straw fedora to the list of hats you can ugly up by adding a
hood to. o3o
  • Loading branch information
chaosvolt committed Apr 3, 2015
1 parent 57dab53 commit 863b93d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/More_Survival_Tools/items.json
Expand Up @@ -460,7 +460,7 @@
"turns_per_charge": 0,
"ammo": "NULL",
"revert_to": "null",
"qualities": [["AXE", 3]],
"qualities": [["AXE", 2]],
"use_action": "LUMBER"
},
{
Expand Down
3 changes: 2 additions & 1 deletion data/mods/More_Survival_Tools/recipes.json
Expand Up @@ -618,7 +618,8 @@
[ "hat_boonie", 1 ],
[ "cowboy_hat", 1 ],
[ "10gal_hat", 1 ],
[ "straw_hat", 1 ]
[ "straw_hat", 1 ],
[ "straw_fedora", 1 ]
]
]
},
Expand Down

0 comments on commit 863b93d

Please sign in to comment.