mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
State system is done. It works. Finally. Still a few rough edges that need fixing however.
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user