State system is done. It works. Finally. Still a few rough edges that need fixing however.

This commit is contained in:
Matthew Miller
2018-07-18 17:39:25 +10:00
parent 6b5f218809
commit c3d832c3fd
8 changed files with 42 additions and 20 deletions

View File

@ -133,9 +133,7 @@ public class BundledBlockData {
public static class BlockEntry {
private String id;
private String unlocalizedName;
public String localizedName;
private List<String> aliases;
private SimpleBlockMaterial material = new SimpleBlockMaterial();
}