Fix deprecated item fiel names

This commit is contained in:
Wuzzy 2017-01-16 13:00:20 +01:00
parent c39e502670
commit 6388eb98f1
5 changed files with 55 additions and 55 deletions

View file

@ -31,10 +31,10 @@ function do_tnt_physics(tnt_np,tntr)
end
minetest.register_node("tnt:tnt", {
tile_images = {"default_tnt_top.png", "default_tnt_bottom.png",
tiles = {"default_tnt_top.png", "default_tnt_bottom.png",
"default_tnt_side.png", "default_tnt_side.png",
"default_tnt_side.png", "default_tnt_side.png"},
dug_item = '', -- Get nothing
drop = '', -- Get nothing
is_ground_content = false,
material = {
diggability = "not",