Fixes
This commit is contained in:
parent
178836965d
commit
20bb6379bf
22 changed files with 161 additions and 56 deletions
|
@ -0,0 +1,10 @@
|
|||
package ru.betterend.registry;
|
||||
|
||||
import net.minecraft.world.gen.GenerationStep.Feature;
|
||||
import ru.betterend.world.structures.EndStructureFeature;
|
||||
import ru.betterend.world.structures.features.StructureMountain;
|
||||
|
||||
public class DefaultBiomeFeatureRegistry {
|
||||
//public static final EndFeature MOUNTAINS = EndFeature.makeChunkFeature("mountains", new MountainFeature());
|
||||
public static final EndStructureFeature MOUNTAINS = new EndStructureFeature("mountains", new StructureMountain(), Feature.RAW_GENERATION, 6, 3);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue