Added Redstone Repeater with ID 356

This commit is contained in:
Nick Loose 2011-03-10 01:44:11 +01:00
parent 4fddca6e98
commit e7c3c258e4
3 changed files with 5 additions and 1 deletions

View File

@ -72,9 +72,12 @@
if (itemId <= 17){
index = itemId - 1; // first item is 1
}
else if (itemId <= 35 ){
else if (itemId <= 34 ){
index = itemId + 1;
}
else if (itemId == 35 ){
index = itemId - 8;
}
else if (itemId >= 37){
index = itemId + 6;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -204,5 +204,6 @@
353,Sugar
354,Cake
355,Bed
356,Redstone Repeater
2256,Gold Record
2257,Green Record
Can't render this file because it has a wrong number of fields in line 35.