1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp: drops -> drop

This commit is contained in:
Kahrl 2012-01-22 15:57:49 +01:00 committed by Perttu Ahola
parent 00bc9a8678
commit 0a426f3592
3 changed files with 9 additions and 9 deletions

View file

@ -271,7 +271,7 @@ minetest.register_node("experimental:tnt", {
"default_tnt_side.png", "default_tnt_side.png"},
inventory_image = minetest.inventorycube("default_tnt_top.png",
"default_tnt_side.png", "default_tnt_side.png"),
dug_item = '', -- Get nothing
drop = '', -- Get nothing
material = {
diggability = "not",
},