Lots of crap

This commit is contained in:
cyberpwn
2022-04-14 20:40:37 -04:00
parent a40e533068
commit 185b366d8d
7 changed files with 141 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ import java.io.IOException;
@Sliced
public class CavernMatter extends RawMatter<MatterCavern> {
public static final MatterCavern EMPTY = new MatterCavern(false, "", (byte) 0);
public static final MatterCavern BASIC = new MatterCavern(true, "", (byte) 0);
public CavernMatter() {
this(1, 1, 1);