Added jerrycans
This commit is contained in:
parent
5cd7abea5a
commit
ac9ea6c4e0
@ -129,4 +129,20 @@ minetest.register_node(":literal_trash:empty_beer_bottles", {
|
||||
sounds = default.node_sound_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_node(":literal_trash:jerrycan_gasoline", {
|
||||
description = "Jerrycan filled w/ Gasoline",
|
||||
drawtype = "plantlike",
|
||||
tiles = {"literal_trash_jerrycan.png"},
|
||||
tiles = {"literal_trash_jerrycan.png"},
|
||||
tiles = {"literal_trash_jerrycan.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
||||
},
|
||||
groups = {cracky = 4, explosive = 1, dig_immediate = 3, attached_node = 1},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
})
|
||||
|
||||
|
BIN
mods/ip_literal_trash/textures/literal_trash_jerrycan.png
Normal file
BIN
mods/ip_literal_trash/textures/literal_trash_jerrycan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 B |
Loading…
Reference in New Issue
Block a user