mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-05-21 22:55:04 +00:00
feat: Mesa biomes feat: changed world generation according to java fix: swamp hut changed to spruce
23 lines
637 B
C
23 lines
637 B
C
#pragma once
|
|
|
|
#include "BlockGenMethods.h"
|
|
#include "BoundingBox.h"
|
|
#include "MineShaftFeature.h"
|
|
#include "MineShaftPieces.h"
|
|
#include "MineShaftStart.h"
|
|
#include "NetherBridgeFeature.h"
|
|
#include "NetherBridgePieces.h"
|
|
#include "StrongholdFeature.h"
|
|
#include "StrongholdPieces.h"
|
|
#include "StructureFeature.h"
|
|
#include "StructureFeatureIO.h"
|
|
#include "StructureFeatureSavedData.h"
|
|
#include "OceanMonumentFeature.h"
|
|
#include "OceanMonumentPieces.h"
|
|
#include "StructurePiece.h"
|
|
#include "StructureStart.h"
|
|
#include "VillageFeature.h"
|
|
#include "VillagePieces.h"
|
|
#include "RandomScatteredLargeFeature.h"
|
|
#include "ScatteredFeaturePieces.h"
|