V0.1.1: BlandFruit partially coded, not implemented.

This commit is contained in:
Evan Debenham
2014-08-12 16:59:12 -04:00
parent f137fedaff
commit ad87d1520c
2 changed files with 108 additions and 1 deletions
@@ -63,7 +63,7 @@ public class Item implements Bundlable {
public String defaultAction;
protected String name = "smth";
protected int image = 0;
public int image = 0;
public boolean stackable = false;
protected int quantity = 1;