Converted Biome generation to new BCLib builder
This commit is contained in:
parent
96c65b7bb2
commit
016a3048bd
29 changed files with 871 additions and 618 deletions
|
@ -321,16 +321,12 @@ public class EndFeatures {
|
|||
}*/
|
||||
}
|
||||
|
||||
public static BCLBiomeBuilder addDefaultFeatures(ResourceLocation biomeID, BCLBiomeBuilder builder, boolean hasCaves) {
|
||||
public static BCLBiomeBuilder addDefaultFeatures(BCLBiomeBuilder builder, boolean hasCaves) {
|
||||
builder.feature(FLAVOLITE_LAYER);
|
||||
builder.feature(THALLASIUM_ORE);
|
||||
builder.feature(ENDER_ORE);
|
||||
builder.feature(CRASHED_SHIP);
|
||||
|
||||
if (biomeID.getPath().endsWith("_cave")) {
|
||||
return builder;
|
||||
}
|
||||
|
||||
|
||||
// TODO replace cave features with carvers
|
||||
if (hasCaves) {
|
||||
builder.feature(ROUND_CAVE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue