diff options
author | Wuzzy <almikes@aol.com> | 2016-12-13 02:34:21 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-13 02:34:21 +0100 |
commit | 08e39375ec2531e38dc3b65c1efc362538a40a0b (patch) | |
tree | 5fd7db2f0ba0ff15310caab0c5fc33186f51905a | |
parent | a649505ad03a4927d087d8c82b754c6e59a5b496 (diff) |
Update flint and steel use count
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index a827fdb..3bc6f30 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -514,7 +514,7 @@ local export_uses = { ["farming:hoe_mese"] = 350, ["farming:hoe_diamond"] = 500, ["screwdriver:screwdriver"] = 200, - ["fire:flint_and_steel"] = 64, + ["fire:flint_and_steel"] = 66, } for itemstring, longdesc in pairs(export_longdesc) do |