summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-02-15 23:22:19 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-02-15 23:22:19 +0300
commit5c21a4fb59a74857839b2879e85a510ed48eee7c (patch)
tree0094f99bf006cda90ef90a162176e41986373cb9
parent73d74a43b14f4ef26264e8238950891275e1ee65 (diff)
chainsaw mk2 - red crystal
-rw-r--r--technic/tools/chainsaw.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/technic/tools/chainsaw.lua b/technic/tools/chainsaw.lua
index 1bb9a95..4ae9c97 100644
--- a/technic/tools/chainsaw.lua
+++ b/technic/tools/chainsaw.lua
@@ -196,7 +196,7 @@ end
local S = technic.getter
technic.register_power_tool("technic:chainsaw", chainsaw_max_charge)
-technic.register_power_tool("technic:chainsaw_mk2", chainsaw_max_charge*4)
+technic.register_power_tool("technic:chainsaw_mk2", chainsaw_max_charge*5)
-- Table for saving what was sawed down
local produced = {}
@@ -497,8 +497,8 @@ minetest.register_craft({
output = "technic:chainsaw_mk2",
recipe = {
{"technic:chainsaw", "technic:stainless_steel_ingot", "technic:stainless_steel_ingot"},
- {"technic:green_energy_crystal", "", ""},
- {"", "", ""},
+ {"technic:red_energy_crystal", "", ""},
+ {"dye:green", "", ""},
}
})