Added jerrycans

This commit is contained in:
Functioning Member of Society 2022-11-27 13:52:14 -05:00
parent 5cd7abea5a
commit ac9ea6c4e0
2 changed files with 16 additions and 0 deletions

View File

@ -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(),
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B