add golden hammer

This commit is contained in:
Dirk Sohler 2018-09-22 17:40:16 +02:00
parent 1a01282147
commit 2bdb77b781
No known key found for this signature in database
GPG Key ID: B9751241BD7D4E1A
2 changed files with 7 additions and 0 deletions

@ -16,6 +16,13 @@ register_hammer('hammer_diamond', {
uses = 250
})
register_hammer('hammer_gold', {
name = 'Golden Hammer',
head = 'default_gold_block.png',
craft = 'default:gold_ingot',
uses = 100
})
register_hammer('hammer_mese', {
name = 'Mese Hammer',
head = 'default_mese_block.png',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB