Fixes
This commit is contained in:
parent
5412a10204
commit
ad6a29936a
6 changed files with 8 additions and 5 deletions
|
@ -14,13 +14,15 @@ public class BiomeMegalake extends EndBiome {
|
||||||
.setWaterColor(96, 163, 255)
|
.setWaterColor(96, 163, 255)
|
||||||
.setWaterFogColor(96, 163, 255)
|
.setWaterFogColor(96, 163, 255)
|
||||||
.setFogDensity(1.75F)
|
.setFogDensity(1.75F)
|
||||||
.setSurface(BlockRegistry.ENDSTONE_DUST)
|
.setSurface(BlockRegistry.ENDSTONE_DUST, BlockRegistry.END_MOSS)
|
||||||
.addStructureFeature(StructureRegistry.MEGALAKE)
|
.addStructureFeature(StructureRegistry.MEGALAKE)
|
||||||
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
|
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
|
||||||
.addFeature(FeatureRegistry.END_LOTUS)
|
.addFeature(FeatureRegistry.END_LOTUS)
|
||||||
.addFeature(FeatureRegistry.END_LOTUS_LEAF)
|
.addFeature(FeatureRegistry.END_LOTUS_LEAF)
|
||||||
.addFeature(FeatureRegistry.BUBBLE_CORAL_RARE)
|
.addFeature(FeatureRegistry.BUBBLE_CORAL_RARE)
|
||||||
.addFeature(FeatureRegistry.END_LILY_RARE)
|
.addFeature(FeatureRegistry.END_LILY_RARE)
|
||||||
|
.addFeature(FeatureRegistry.UMBRELLA_MOSS)
|
||||||
|
.addFeature(FeatureRegistry.CREEPING_MOSS)
|
||||||
.addMobSpawn(EntityRegistry.DRAGONFLY, 50, 1, 3)
|
.addMobSpawn(EntityRegistry.DRAGONFLY, 50, 1, 3)
|
||||||
.addMobSpawn(EntityRegistry.END_FISH, 50, 3, 8)
|
.addMobSpawn(EntityRegistry.END_FISH, 50, 3, 8)
|
||||||
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
|
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "betterend:block/cross_no_distortion",
|
"parent": "betterend:block/cross_no_distortion",
|
||||||
"textures": {
|
"textures": {
|
||||||
"texture": "betterend:block/end_lotus_0"
|
"texture": "betterend:block/end_lotus_1"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "betterend:block/cross_no_distortion",
|
"parent": "betterend:block/cross_no_distortion",
|
||||||
"textures": {
|
"textures": {
|
||||||
"texture": "betterend:block/end_lotus_1"
|
"texture": "betterend:block/end_lotus_2"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "betterend:block/cross_no_distortion",
|
"parent": "betterend:block/cross_no_distortion",
|
||||||
"textures": {
|
"textures": {
|
||||||
"texture": "betterend:block/end_lotus_2"
|
"texture": "betterend:block/end_lotus_3"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "betterend:block/cross_no_distortion",
|
"parent": "betterend:block/cross_no_distortion",
|
||||||
"textures": {
|
"textures": {
|
||||||
"texture": "betterend:block/end_lotus_3"
|
"texture": "betterend:block/end_lotus_4"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -36,6 +36,7 @@
|
||||||
"__comment": "PlaneY3",
|
"__comment": "PlaneY3",
|
||||||
"from": [ 0, 0, 0 ],
|
"from": [ 0, 0, 0 ],
|
||||||
"to": [ 16, 0.001, 16 ],
|
"to": [ 16, 0.001, 16 ],
|
||||||
|
"shade": false,
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#leaf" },
|
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#leaf" },
|
||||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue