First pass functional texture pack shader :)

This commit is contained in:
Mike Primm 2011-07-16 16:51:46 -05:00
parent edac2e5cd9
commit d21d640eae
15 changed files with 381 additions and 83 deletions

View file

@ -26,6 +26,7 @@ public interface HDPerspective {
public boolean isBlockTypeDataNeeded();
double getScale();
int getModelScale();
public void addClientConfiguration(JSONObject mapObject);
}