depends.txt and description for tnt node

master
Fernando Zapata 2012-05-17 16:16:24 -06:00
parent 0be218fd33
commit 221a302782
2 changed files with 2 additions and 0 deletions

1
tnt/depends.txt Normal file
View File

@ -0,0 +1 @@
default

View File

@ -100,6 +100,7 @@ minetest.register_craft({
})
minetest.register_node('tnt:tnt', {
description = 'TNT',
tile_images = { 'tnt_top.png', 'tnt_bottom.png',
'tnt_side.png', 'tnt_side.png',
'tnt_side.png', 'tnt_side.png'},