sword and pick better textures also better recipes

master
juraj 2016-02-22 21:06:11 +01:00
parent f9428737cc
commit 50b9dde519
4 changed files with 4 additions and 4 deletions

View File

@ -262,7 +262,7 @@ minetest.register_craft({
recipe = {
{'diamonds:diamond'},
{'diamonds:diamond'},
{'group:stick'},
{'default:obsidian_shard'},
}
})
@ -296,7 +296,7 @@ minetest.register_craft({
recipe = {
{'diamonds:ingot'},
{'diamonds:ingot'},
{'group:stick'},
{'default:obsidian_shard'},
}
})
@ -304,8 +304,8 @@ minetest.register_craft({
output = 'diamonds:steelpick',
recipe = {
{'diamonds:ingot', 'diamonds:ingot', 'diamonds:ingot'},
{'', 'group:stick', ''},
{'', 'group:stick', ''},
{'', 'default:obsidian_shard', ''},
{'', 'default:obsidian_shard', ''},
}
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 654 B

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 B

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 288 B