Fixed holes in trees
This commit is contained in:
parent
491d5f0478
commit
858a7c8378
2 changed files with 14 additions and 2 deletions
|
@ -10,7 +10,8 @@ public class BiomeAmberLand extends EndBiome {
|
|||
super(new BiomeDefinition("amber_land")
|
||||
.setFogColor(255, 184, 71)
|
||||
.setFogDensity(2.0F)
|
||||
.setPlantsColor(122, 45, 122)
|
||||
.setPlantsColor(219, 115, 38)
|
||||
.setWaterAndFogColor(145, 108, 72)
|
||||
.setSurface(EndBlocks.AMBER_MOSS)
|
||||
.addFeature(EndFeatures.AMBER_ORE)
|
||||
.addFeature(EndFeatures.END_LAKE_RARE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue