2018-08-03 10:15:31 +00:00
|
|
|
|
|
|
|
minetest.register_craftitem("elepower_tools:drill_bit", {
|
|
|
|
description = "Drill Bit",
|
|
|
|
inventory_image = "eletools_drill_bit.png",
|
|
|
|
})
|
2018-08-04 19:10:07 +00:00
|
|
|
|
|
|
|
minetest.register_craftitem("elepower_tools:chain", {
|
|
|
|
description = "Chainsaw Chain",
|
|
|
|
inventory_image = "eletools_chain.png",
|
|
|
|
})
|