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:
parent
00bc9a8678
commit
0a426f3592
3 changed files with 9 additions and 9 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue