Files
neoStudiosLCE-neoLegacy/Minecraft.World/net.minecraft.world.level.levelgen.structure.h
Lord_Cambion 720e1a77a4 feat: oceanMonument
feat: Mesa biomes
feat: changed world generation according to java
fix: swamp hut changed to spruce
2026-04-07 19:41:14 +02:00

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"