fix xpanes texture - by auouYmous

master
Milan Ihl 2020-09-28 12:13:22 +02:00
parent e1f5be2b6b
commit 3036ac806a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,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"},
inventory_image = "castle_jailbars.png",
wield_image = "castle_jailbars.png",
sounds = default.node_sound_stone_defaults(),