forked from mtcontrib/homedecor_modpack
fix gravel-/brobble-/tar-spread inventory images.
This commit is contained in:
parent
afd514164d
commit
dcdea64a98
@ -176,6 +176,7 @@ minetest.register_node("building_blocks:Tarmac_spread", {
|
|||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
description = "Tarmac Spread",
|
description = "Tarmac Spread",
|
||||||
tile_images = {"building_blocks_tar.png"},
|
tile_images = {"building_blocks_tar.png"},
|
||||||
|
inventory_image = "building_blocks_tar_spread_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
@ -206,6 +207,7 @@ minetest.register_node("building_blocks:brobble_spread", {
|
|||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
description = "Brobble Spread",
|
description = "Brobble Spread",
|
||||||
tile_images = {"building_blocks_brobble.png"},
|
tile_images = {"building_blocks_brobble.png"},
|
||||||
|
inventory_image = "building_blocks_brobble_spread_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
@ -221,6 +223,7 @@ minetest.register_node("building_blocks:gravel_spread", {
|
|||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
description = "Gravel Spread",
|
description = "Gravel Spread",
|
||||||
tile_images = {"default_gravel.png"},
|
tile_images = {"default_gravel.png"},
|
||||||
|
inventory_image = "building_blocks_gravel_spread_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
BIN
building_blocks/textures/building_blocks_brobble_spread_inv.png
Normal file
BIN
building_blocks/textures/building_blocks_brobble_spread_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
BIN
building_blocks/textures/building_blocks_gravel_spread_inv.png
Normal file
BIN
building_blocks/textures/building_blocks_gravel_spread_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
building_blocks/textures/building_blocks_tar_spread_inv.png
Normal file
BIN
building_blocks/textures/building_blocks_tar_spread_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Loading…
Reference in New Issue
Block a user