Add some basic textures and more of the tools.
This commit is contained in:
parent
ecc9968348
commit
424d8172e5
@ -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",
|
||||
|
BIN
mods/tools/textures/admin_tool.png
Normal file
BIN
mods/tools/textures/admin_tool.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 293 B |
BIN
mods/tools/textures/flint_and_steel.png
Normal file
BIN
mods/tools/textures/flint_and_steel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 400 B |
BIN
mods/tools/textures/sword.png
Normal file
BIN
mods/tools/textures/sword.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 B |
Loading…
x
Reference in New Issue
Block a user