Default, vessels: Darken shelf empty slot icons
authorWuzzy <almikes@aol.com>
Sun, 6 Nov 2016 14:54:55 +0000 (15:54 +0100)
committerparamat <mat.gregory@virginmedia.com>
Mon, 7 Nov 2016 14:32:35 +0000 (14:32 +0000)
Rename slot icons.

mods/default/README.txt
mods/default/nodes.lua
mods/default/textures/default_book_slot.png [deleted file]
mods/default/textures/default_bookshelf_slot.png [new file with mode: 0644]
mods/vessels/README.txt
mods/vessels/init.lua
mods/vessels/textures/vessels_glass_bottle_slot.png [deleted file]
mods/vessels/textures/vessels_shelf_slot.png [new file with mode: 0644]

index 6b26234cb02a0714a390b416c5a61d6460d70946..d7fede087375966fda1f771c0f30a920d3cf8285 100644 (file)
@@ -141,7 +141,7 @@ BlockMen (CC BY-SA 3.0):
   gui_*.png
 
 Wuzzy (CC BY-SA 3.0):
-  default_book_slot.png (based on default_book.png)
+  default_bookshelf_slot.png (based on default_book.png)
 
 sofar (CC BY-SA 3.0):
   default_book_written.png, based on default_book.png
index 222df92c832e9246f94fd89b5f1ebe9b66719937..9fbf30f30810570fef61692b68d4c9e771448264 100644 (file)
@@ -1817,7 +1817,7 @@ for i = 1, 16 do
                by = by + 1
        end
        bookshelf_formspec = bookshelf_formspec ..
-               "image["..bx..","..by..";1,1;default_book_slot.png]"
+               "image[" .. bx .. "," .. by .. ";1,1;default_bookshelf_slot.png]"
        bx = bx + 1
 end
 
diff --git a/mods/default/textures/default_book_slot.png b/mods/default/textures/default_book_slot.png
deleted file mode 100644 (file)
index 20b4ef8..0000000
Binary files a/mods/default/textures/default_book_slot.png and /dev/null differ
diff --git a/mods/default/textures/default_bookshelf_slot.png b/mods/default/textures/default_bookshelf_slot.png
new file mode 100644 (file)
index 0000000..31c4eb5
Binary files /dev/null and b/mods/default/textures/default_bookshelf_slot.png differ
index e9f01b846d40ce8f3586eee1141347ece87271e4..5bb798c873a606427c5375588ba1f915b8eb3135 100644 (file)
@@ -19,4 +19,4 @@ The following textures were modified by Thomas-S (CC BY-SA 3.0):
   vessels_steel_bottle.png
 
 The following texture was created by Wuzzy (CC BY-SA 3.0):
-  vessels_glass_bottle_slot.png (based on vessels_glass_bottle.png)
+  vessels_shelf_slot.png (based on vessels_glass_bottle.png)
index 64ad66eb952a922ee6894ab145fa934671c6fb6c..c243bc09f453f8ed8b15bac857c73659feaccc71 100644 (file)
@@ -15,13 +15,13 @@ local vessels_shelf_formspec =
 
 -- Inventory slots overlay
 local vx, vy = 0, 0.3
-for i = 1,16 do
+for i = 1, 16 do
        if i == 9 then
                vx = 0
                vy = vy + 1
        end
        vessels_shelf_formspec = vessels_shelf_formspec ..
-               "image["..vx..","..vy..";1,1;vessels_glass_bottle_slot.png]"
+               "image[" .. vx .. "," .. vy .. ";1,1;vessels_shelf_slot.png]"
        vx = vx + 1
 end
 
diff --git a/mods/vessels/textures/vessels_glass_bottle_slot.png b/mods/vessels/textures/vessels_glass_bottle_slot.png
deleted file mode 100644 (file)
index 63cf795..0000000
Binary files a/mods/vessels/textures/vessels_glass_bottle_slot.png and /dev/null differ
diff --git a/mods/vessels/textures/vessels_shelf_slot.png b/mods/vessels/textures/vessels_shelf_slot.png
new file mode 100644 (file)
index 0000000..ff29082
Binary files /dev/null and b/mods/vessels/textures/vessels_shelf_slot.png differ