diff --git a/mods/currency/shop.lua b/mods/currency/shop.lua index 2bc639e..d5c416f 100644 --- a/mods/currency/shop.lua +++ b/mods/currency/shop.lua @@ -87,7 +87,7 @@ minetest.register_node("currency:shop", { "shop_top.png", "shop_side.png", "shop_side.png", - "shop_side.png", + "shop_back.png", "shop_front.png"}, --inventory_image = "shop_front.png", groups = {choppy=2,oddly_breakable_by_hand=2,tubedevice=1,tubedevice_receiver=1}, diff --git a/mods/currency/textures/shop_back.png b/mods/currency/textures/shop_back.png new file mode 100644 index 0000000..80787f4 Binary files /dev/null and b/mods/currency/textures/shop_back.png differ diff --git a/mods/currency/textures/shop_front.png b/mods/currency/textures/shop_front.png index 29d0065..55999b3 100644 Binary files a/mods/currency/textures/shop_front.png and b/mods/currency/textures/shop_front.png differ diff --git a/mods/currency/textures/shop_side.png b/mods/currency/textures/shop_side.png index 712364c..d7e428a 100644 Binary files a/mods/currency/textures/shop_side.png and b/mods/currency/textures/shop_side.png differ diff --git a/mods/currency/textures/shop_top.png b/mods/currency/textures/shop_top.png index b4e2599..cf3c90f 100644 Binary files a/mods/currency/textures/shop_top.png and b/mods/currency/textures/shop_top.png differ