First pass functional texture pack shader :)

This commit is contained in:
Mike Primm 2011-07-16 16:51:46 -05:00
parent 79d63be6f3
commit d70d9a75c6
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);
}