Remove tool repair crafting

pull/26/head
Brandon 2015-08-31 11:27:47 -05:00
parent 5e15a056f7
commit 3a23193d38
1 changed files with 4 additions and 4 deletions

View File

@ -41,10 +41,10 @@ minetest.register_craft({
}
})
minetest.register_craft({
type = "toolrepair",
additional_wear = -0.10, -- Tool repair buff (10% bonus instead of 2%).
})
--minetest.register_craft({
-- type = "toolrepair",
-- additional_wear = -0.10, -- Tool repair buff (10% bonus instead of 2%).
--})
-- Redefinitions of some default nodes
-- ===================================