update
10
init.lua
@ -1,4 +1,4 @@
|
||||
local nuke_preserve_items = true
|
||||
local nuke_preserve_items = false
|
||||
local nuke_drop_items = false --this will only cause lags
|
||||
|
||||
local function describe_chest()
|
||||
@ -180,7 +180,7 @@ minetest.register_node("nuke:iron_tnt", {
|
||||
material = {
|
||||
diggability = "not",
|
||||
},
|
||||
description = "Iron TNT",
|
||||
description = "Iron Bomb",
|
||||
})
|
||||
|
||||
minetest.register_on_punchnode(function(p, node, puncher)
|
||||
@ -274,7 +274,7 @@ minetest.register_node("nuke:mese_tnt", {
|
||||
material = {
|
||||
diggability = "not",
|
||||
},
|
||||
description = "Mese TNT",
|
||||
description = "Mese Bomb",
|
||||
})
|
||||
|
||||
minetest.register_on_punchnode(function(p, node, puncher)
|
||||
@ -368,7 +368,7 @@ minetest.register_node("nuke:hardcore_iron_tnt", {
|
||||
material = {
|
||||
diggability = "not",
|
||||
},
|
||||
description = "Hardcore Iron TNT",
|
||||
description = "Hardcore Iron Bomb",
|
||||
})
|
||||
|
||||
minetest.register_on_punchnode(function(p, node)
|
||||
@ -462,7 +462,7 @@ minetest.register_node("nuke:hardcore_mese_tnt", {
|
||||
material = {
|
||||
diggability = "not",
|
||||
},
|
||||
description = "Hardcore Mese TNT",
|
||||
description = "Hardcore Mese Bomb",
|
||||
})
|
||||
|
||||
minetest.register_on_punchnode(function(p, node)
|
||||
|
BIN
rest/nuke_hardcore_iron_tnt_side.png
Normal file
After Width: | Height: | Size: 969 B |
BIN
rest/nuke_hardcore_mese_tnt_side.png
Normal file
After Width: | Height: | Size: 969 B |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 210 B |
BIN
rest/nuke_iron_tnt_side.png
Normal file
After Width: | Height: | Size: 978 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
BIN
rest/nuke_mese_tnt_side.png
Normal file
After Width: | Height: | Size: 978 B |
Before Width: | Height: | Size: 969 B After Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 969 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 951 B After Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 978 B After Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 953 B After Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 978 B After Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 160 B |