добавлено имя мира (World.getName())
This commit is contained in:
@@ -14,6 +14,8 @@ import mc.core.world.chunk.ChunkSection;
|
||||
|
||||
@Slf4j
|
||||
public class FlatWorld implements World {
|
||||
@Getter
|
||||
private final String name = "flat";
|
||||
@Getter
|
||||
private final WorldType worldType = WorldType.FLAT;
|
||||
private EntityLocation spawn;
|
||||
|
||||
Reference in New Issue
Block a user