Thalassium prototype

This commit is contained in:
paulevsGitch 2021-01-20 21:50:26 +03:00
parent 0610389fa9
commit bf8234a02e
19 changed files with 91 additions and 30 deletions

View file

@ -157,6 +157,7 @@ public class EndFeatures {
public static final EndFeature SULPHUR_HILL = EndFeature.makeChansedFeature("sulphur_hill", new SulphurHillFeature(), 8);
// Ores //
public static final EndFeature THALASSIUM_ORE = EndFeature.makeOreFeature("thalassium_ore", EndBlocks.THALASSIUM_ORE, 12, 6, 0, 16, 128);
public static final EndFeature ENDER_ORE = EndFeature.makeOreFeature("ender_ore", EndBlocks.ENDER_ORE, 8, 3, 0, 16, 128);
public static final EndFeature AMBER_ORE = EndFeature.makeOreFeature("amber_ore", EndBlocks.AMBER_ORE, 12, 6, 0, 16, 128);
public static final EndFeature VIOLECITE_LAYER = EndFeature.makeLayerFeature("violecite_layer", EndBlocks.VIOLECITE, 15, 16, 128, 8);
@ -186,6 +187,7 @@ public class EndFeatures {
}
addFeature(FLAVOLITE_LAYER, features);
addFeature(THALASSIUM_ORE, features);
addFeature(ENDER_ORE, features);
addFeature(CRASHED_SHIP, features);