Add Mushrooms to Generator and fixed up the roofed forest (#5134)

* added generator for mushrooms and aded them to the biomes

* removed unused variable

* added nEwlY uDocUmEnTeD aPi sYmbOls...
This commit is contained in:
12xx12
2021-03-05 14:04:48 +01:00
committed by GitHub
parent 868cd94ee9
commit 4d6235c807
5 changed files with 217 additions and 5 deletions
+15
View File
@@ -712,6 +712,21 @@ enum ENUM_BLOCK_META : NIBBLETYPE
E_META_LEAVES_BIRCH_CHECK_DECAY = 10,
E_META_LEAVES_JUNGLE_CHECK_DECAY = 11,
// E_BLOCK_MUSHROOM metas:
E_META_MUSHROOM_ALL_SIDES = 0,
E_META_MUSHROOM_NORTH_WEST = 1,
E_META_MUSHROOM_NORTH = 2,
E_META_MUSHROOM_NORTH_EAST = 3,
E_META_MUSHROOM_WEST = 4,
E_META_MUSHROOM_CENTER = 5,
E_META_MUSHROOM_EAST = 6,
E_META_MUSHROOM_SOUTH_WEST = 7,
E_META_MUSHROOM_SOUTH = 8,
E_META_MUSHROOM_SOUTH_EAST = 9,
E_META_MUSHROOM_STEM = 10,
E_META_MUSHROOM_CAP = 14,
E_META_MUSHROOM_FULL_STEM = 15,
// E_BLOCK_LEAVES meta cont. (Block ID 161):
E_META_NEWLEAVES_ACACIA = 0,
E_META_NEWLEAVES_DARK_OAK = 1,