From 057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 28 Nov 2013 21:51:18 +0100 Subject: Added new biomes to old composition generator. Mostly placeholders only, true per-biome characteristics still need to be implemented. This is only to test the new biome generators. --- src/BlockID.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/BlockID.h') diff --git a/src/BlockID.h b/src/BlockID.h index f3cbc46d6..667ce4765 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -402,6 +402,10 @@ enum /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Block metas: + E_META_DIRT_NORMAL = 0, + E_META_DIRT_GRASSLESS = 1, + E_META_DIRT_PODZOL = 2, + // E_BLOCK_CHEST metas: E_META_CHEST_FACING_ZM = 2, E_META_CHEST_FACING_ZP = 3, -- cgit v1.2.3