Replace removed xpanes_space.png with jailbar

blank.png would also be an option, but I think this looks better
This commit is contained in:
SmallJoker 2020-05-07 19:04:06 +02:00
parent 81756a6207
commit c64128beae

View File

@ -67,7 +67,7 @@ if minetest.get_modpath("xpanes") then
tiles = {"castle_jailbars.png"},
drawtype = "airlike",
paramtype = "light",
textures = {"castle_jailbars.png", "castle_jailbars.png", "xpanes_space.png"},
textures = {"castle_jailbars.png", "castle_jailbars.png", "castle_jailbars.png"},
inventory_image = "castle_jailbars.png",
wield_image = "castle_jailbars.png",
sounds = default.node_sound_metal_defaults(),