mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-11-05 06:43:51 +01:00
11 lines
267 B
Lua
11 lines
267 B
Lua
|
|
minetest.register_craftitem("elepower_tools:drill_bit", {
|
|
description = "Drill Bit",
|
|
inventory_image = "eletools_drill_bit.png",
|
|
})
|
|
|
|
minetest.register_craftitem("elepower_tools:chain", {
|
|
description = "Chainsaw Chain",
|
|
inventory_image = "eletools_chain.png",
|
|
})
|