1.2 item changes.

This commit is contained in:
preble 2011-02-24 22:59:29 -05:00
parent 67958f5283
commit 32a8259e38
4 changed files with 13 additions and 24 deletions

View File

@ -65,17 +65,17 @@
int index = 0;
if (itemId <= 91)
if (itemId <= 92)
{
if (itemId <= 20)
if (itemId <= 25)
index = itemId - 1; // first item is 1
else if (itemId == 35)
index = itemId - (35 - 20);
index = itemId - (35 - 25);
else if (itemId >= 37)
index = itemId - (37 - 21);
index = itemId - (37 - 26);
atlasOffset = NSMakePoint(36, 75);
}
else if (itemId >= 256 && itemId <= 350)
else if (itemId >= 256 && itemId <= 355)
{
index = itemId - 256;
atlasOffset = NSMakePoint(445, 23+52);
@ -83,12 +83,12 @@
else if (itemId == 2256)
{
index = 0;
atlasOffset = NSMakePoint(445+pixelsPerColumn + 147, 23+52 + 10 * pixelsPerRow);
atlasOffset = NSMakePoint(445, pixelsPerRow*12+17);
}
else if (itemId == 2257)
{
index = 0;
atlasOffset = NSMakePoint(445+pixelsPerColumn + 192, 23+52 + 10 * pixelsPerRow);
atlasOffset = NSMakePoint(445+pixelsPerColumn, pixelsPerRow*12+17);
}
else
{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -23,17 +23,7 @@
23,Dispenser
24,Sandstone
25,Note Block
26,Green-Blue Wool Block
27,Blue-Green Wool Block
28,Blue Wool Block
29,Purple Wool Block
30,Indigo Wool Block
31,Violet Wool Block
32,Magenta Wool Block
33,Pink Wool Block
34,Black Wool Block
35,White Cloth
36,White Wool Block
35,Wool
37,Yellow Flower
38,Red Rose
39,Brown Mushroom
@ -84,12 +74,12 @@
84,Jukebox
85,Fence
86,Pumpkin
87,Hellstone
88,Slow Sand
89,Lightstone Ore
87,Netherrack
88,Soul Sand
89,Glowstone
90,Portal
91,Jack-O-Lantern
92,Cake (Block)
92,Cake Block
256,Iron Spade
257,Iron Pickaxe
258,Iron Axe
@ -172,7 +162,6 @@
335,Milk Bucket
336,Clay Brick
337,Clay Balls
338,Reed
338,Sugar Cane
339,Paper
340,Book
@ -183,7 +172,7 @@
345,Compass
346,Fishing Rod
347,Watch
348,Lightstone Dust
348,Glowstone Dust
349,Raw Fish
350,Cooked Fish
351,Ink Sack

1 1 Stone
23 23 Dispenser
24 24 Sandstone
25 25 Note Block
26 26 35 Green-Blue Wool Block Wool
27 Blue-Green Wool Block
28 Blue Wool Block
29 Purple Wool Block
30 Indigo Wool Block
31 Violet Wool Block
32 Magenta Wool Block
33 Pink Wool Block
34 Black Wool Block
35 White Cloth
36 White Wool Block
27 37 Yellow Flower
28 38 Red Rose
29 39 Brown Mushroom
74 84 Jukebox
75 85 Fence
76 86 Pumpkin
77 87 Hellstone Netherrack
78 88 Slow Sand Soul Sand
79 89 Lightstone Ore Glowstone
80 90 Portal
81 91 Jack-O-Lantern
82 92 Cake (Block) Cake Block
83 256 Iron Spade
84 257 Iron Pickaxe
85 258 Iron Axe
162 335 Milk Bucket
163 336 Clay Brick
164 337 Clay Balls
338 Reed
165 338 Sugar Cane
166 339 Paper
167 340 Book
172 345 Compass
173 346 Fishing Rod
174 347 Watch
175 348 Lightstone Dust Glowstone Dust
176 349 Raw Fish
177 350 Cooked Fish
178 351 Ink Sack