Archived
0

единый чанк для тестов

This commit is contained in:
2018-12-23 13:51:11 +03:00
parent 26368a5616
commit 6162b9ab07
6 changed files with 47 additions and 37 deletions

View File

@@ -1,5 +1,7 @@
package mc.core.world.block;
//TODO избавится от этого "аппендикса"
@Deprecated
public class BlockFactory {
public Block create(BlockType blockType, int x, int y, int z) {

View File

@@ -13,6 +13,7 @@ public enum BlockType {
AIR(0, 0),
STONE(1, 0),
GRANITE(1, 1),
POLISHED_GRANITE(1, 2),
DIORITE(1, 3),
ANDESITE(1, 5),
GRASS(2, 0),