Ore Layer

This commit is contained in:
paulevsGitch 2020-10-16 17:41:08 +03:00
parent 10d7e85196
commit e588237fd8
5 changed files with 94 additions and 114 deletions

View file

@ -32,6 +32,7 @@ public class FeatureRegistry {
// Ores //
public static final EndFeature ENDER_ORE = EndFeature.makeOreFeature("ender_ore", BlockRegistry.ENDER_ORE, 6, 3, 0, 4, 96);
public static final EndFeature VIOLECITE_LAYER = EndFeature.makeLayerFeature("violecite_layer", BlockRegistry.VIOLECITE, 15, 4, 96, 8);
public static void register() {}
}