summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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", ""},
}
})