Translations, amber grass & path
This commit is contained in:
parent
5679061765
commit
6b1029a628
13 changed files with 128 additions and 25 deletions
|
@ -1,15 +1,19 @@
|
|||
package ru.betterend.world.biome;
|
||||
|
||||
import net.minecraft.entity.EntityType;
|
||||
import net.minecraft.world.gen.feature.ConfiguredStructureFeatures;
|
||||
import ru.betterend.registry.EndBlocks;
|
||||
import ru.betterend.registry.EndFeatures;
|
||||
|
||||
public class BiomeAmberLand extends EndBiome {
|
||||
public BiomeAmberLand() {
|
||||
super(new BiomeDefinition("amber_land")
|
||||
.setFogColor(87, 26, 87)
|
||||
.setFogColor(255, 184, 71)
|
||||
.setFogDensity(2.0F)
|
||||
.setPlantsColor(122, 45, 122)
|
||||
.setSurface(EndBlocks.END_MOSS)
|
||||
.setSurface(EndBlocks.AMBER_GRASS)
|
||||
.addFeature(EndFeatures.END_LAKE_RARE)
|
||||
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
|
||||
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue