summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-02-15 23:28:45 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-02-15 23:28:45 +0300
commit72d9c2a488f10862a4493061cb898ad438f23125 (patch)
tree6030aeff4cd82734fbc19974002c3887369720fc
parente9ce0b5a468c6873ddd3b7b4115aeacf469a8d0e (diff)
chainsaw mk2 - batteries
-rw-r--r--technic/tools/chainsaw.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/tools/chainsaw.lua b/technic/tools/chainsaw.lua
index 6008500..3e32397 100644
--- a/technic/tools/chainsaw.lua
+++ b/technic/tools/chainsaw.lua
@@ -498,7 +498,7 @@ minetest.register_craft({
recipe = {
{"technic:chainsaw", "technic:stainless_steel_ingot", "technic:stainless_steel_ingot"},
{"technic:battery", "technic:battery", ""},
- {"technic:battery", "", ""},
+ {"technic:battery", "dye:green", ""},
}
})