Made Notes Stackable

This commit is contained in:
Dark98
2019-10-24 22:23:28 +01:00
parent 92ada218a2
commit abc412e011
@@ -211,6 +211,7 @@ public class Item {
while ((c = dataIn.read()) != -1) {
if (c == 0) {
itemStackable[counter] = false;
itemStackable[291] = true;
} else {
itemStackable[counter] = true;
}