Skip to content

Commit 6e00dde

Browse files
Wuzzyparamat
Wuzzy
authored andcommittedNov 7, 2016
Default, vessels: Darken shelf empty slot icons
Rename slot icons.
1 parent 3109f38 commit 6e00dde

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed
 

‎mods/default/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ BlockMen (CC BY-SA 3.0):
141141
gui_*.png
142142

143143
Wuzzy (CC BY-SA 3.0):
144-
default_book_slot.png (based on default_book.png)
144+
default_bookshelf_slot.png (based on default_book.png)
145145

146146
sofar (CC BY-SA 3.0):
147147
default_book_written.png, based on default_book.png

‎mods/default/nodes.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ for i = 1, 16 do
18171817
by = by + 1
18181818
end
18191819
bookshelf_formspec = bookshelf_formspec ..
1820-
"image["..bx..","..by..";1,1;default_book_slot.png]"
1820+
"image[" .. bx .. "," .. by .. ";1,1;default_bookshelf_slot.png]"
18211821
bx = bx + 1
18221822
end
18231823

-204 Bytes
Binary file not shown.
216 Bytes
Loading

‎mods/vessels/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The following textures were modified by Thomas-S (CC BY-SA 3.0):
1919
vessels_steel_bottle.png
2020

2121
The following texture was created by Wuzzy (CC BY-SA 3.0):
22-
vessels_glass_bottle_slot.png (based on vessels_glass_bottle.png)
22+
vessels_shelf_slot.png (based on vessels_glass_bottle.png)

‎mods/vessels/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ local vessels_shelf_formspec =
1515

1616
-- Inventory slots overlay
1717
local vx, vy = 0, 0.3
18-
for i = 1,16 do
18+
for i = 1, 16 do
1919
if i == 9 then
2020
vx = 0
2121
vy = vy + 1
2222
end
2323
vessels_shelf_formspec = vessels_shelf_formspec ..
24-
"image["..vx..","..vy..";1,1;vessels_glass_bottle_slot.png]"
24+
"image[" .. vx .. "," .. vy .. ";1,1;vessels_shelf_slot.png]"
2525
vx = vx + 1
2626
end
2727

-196 Bytes
Binary file not shown.
201 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.