This commit is contained in:
paulevsGitch 2020-10-24 13:06:04 +03:00
parent 5412a10204
commit ad6a29936a
6 changed files with 8 additions and 5 deletions

View file

@ -14,13 +14,15 @@ public class BiomeMegalake extends EndBiome {
.setWaterColor(96, 163, 255)
.setWaterFogColor(96, 163, 255)
.setFogDensity(1.75F)
.setSurface(BlockRegistry.ENDSTONE_DUST)
.setSurface(BlockRegistry.ENDSTONE_DUST, BlockRegistry.END_MOSS)
.addStructureFeature(StructureRegistry.MEGALAKE)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addFeature(FeatureRegistry.END_LOTUS)
.addFeature(FeatureRegistry.END_LOTUS_LEAF)
.addFeature(FeatureRegistry.BUBBLE_CORAL_RARE)
.addFeature(FeatureRegistry.END_LILY_RARE)
.addFeature(FeatureRegistry.UMBRELLA_MOSS)
.addFeature(FeatureRegistry.CREEPING_MOSS)
.addMobSpawn(EntityRegistry.DRAGONFLY, 50, 1, 3)
.addMobSpawn(EntityRegistry.END_FISH, 50, 3, 8)
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));

View file

@ -1,6 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/end_lotus_0"
"texture": "betterend:block/end_lotus_1"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/end_lotus_1"
"texture": "betterend:block/end_lotus_2"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/end_lotus_2"
"texture": "betterend:block/end_lotus_3"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/end_lotus_3"
"texture": "betterend:block/end_lotus_4"
}
}

View file

@ -36,6 +36,7 @@
"__comment": "PlaneY3",
"from": [ 0, 0, 0 ],
"to": [ 16, 0.001, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#leaf" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }