forked from mtcontrib/homedecor_modpack
fix dark bwtile inventory image
This commit is contained in:
parent
dcdea64a98
commit
9591a5abe2
@ -192,6 +192,7 @@ minetest.register_node("building_blocks:BWtile", {
|
|||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
description = "Chess board tiling",
|
description = "Chess board tiling",
|
||||||
tile_images = {"building_blocks_BWtile.png"},
|
tile_images = {"building_blocks_BWtile.png"},
|
||||||
|
inventory_image = "building_blocks_bwtile_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
BIN
building_blocks/textures/building_blocks_bwtile_inv.png
Normal file
BIN
building_blocks/textures/building_blocks_bwtile_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Loading…
Reference in New Issue
Block a user