Add some basic textures and more of the tools.

This commit is contained in:
Auke Kok 2017-01-27 00:26:00 -08:00
parent ecc9968348
commit 424d8172e5
4 changed files with 9 additions and 2 deletions

View File

@ -43,8 +43,15 @@ minetest.register_tool("tools:pickaxe", {
},
},
})
minetest.register_tool("tools:sword", {})
minetest.register_tool("tools:flint", {})
minetest.register_tool("tools:sword", {
description = "A Sword",
inventory_image = "sword.png",
})
minetest.register_tool("tools:flint_and_steel", {
description = "Flint and Steel",
inventory_image = "flint_and_steel.png",
})
minetest.register_tool("tools:admin", {
description = "Admin tool",

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B