Skip to content

Commit 4149f62

Browse files
committed
Fix ancient towers, add corrupted_end, etc
1 parent a44b9b6 commit 4149f62

40 files changed

Lines changed: 241 additions & 32 deletions

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Part of this pack uses resources from Astrash's Aeropelago pack, found [here](ht
66
As of Terra version 6.2, there is no easy way to set generators on the Fabric and Forge platform implementations other than the overworld.
77
Due to this, the only platform that you can easily use this pack on is the Bukkit version. Please keep this in mind before creating issues related to the Fabric or Forge platforms.
88

9-
### This pack is a WORK IN PROGRESS. It is currently survival ready however it is not feature complete. Expect frequent changes which may be incompatible (i.e, cause chunk borders) with older versions of the pack.
9+
### This pack is a WORK IN PROGRESS. It is currently survival ready however it is not feature complete. Expect frequent changes which may be incompatible (i.e, cause chunk borders) with older versions of the pack.
10+
11+
### ADDITIONAL NOTE: There are no loot tables for dungeons at the moment.
1012

1113
## INSTALLATION
1214
Follow this [installation guide](https://terra.polydev.org/install/index.html) for your particular platform.

biome-providers/stages/aether_distribution.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ stages:
2525
- AETHER_CLOUDLANDS: 1
2626
to:
2727
aether_highlands:
28-
- AETHER_HIGHLANDS: 2
29-
- AETHER_HIGHLANDS_FOREST: 2
30-
- AETHER_MOUNTAINS: 2
31-
- AETHER_BRISTLED_FOREST: 2
28+
- AETHER_HIGHLANDS: 1
29+
- AETHER_HIGHLANDS_FOREST: 1
30+
- AETHER_MOUNTAINS: 1
31+
- AETHER_BRISTLED_FOREST: 1
3232
- AETHER_ANCIENT_WASTES: 1
33-
- AETHER_JAGGED_PEAKS: 2
34-
- AETHER_RUGGED_CLIFFS: 2
33+
- AETHER_JAGGED_PEAKS: 1
34+
- AETHER_RUGGED_CLIFFS: 1

biome-providers/stages/end_distribution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ stages:
2323
- AMETHYST_END: 1
2424
- TAINTED_END: 1
2525
- CRYING_END: 1
26+
- CORRUPTED_END: 1
2627
- PEARLESCENT_END: 1
2728
to:
2829
shattered_end:

biomes/abstract/aether.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ features:
2525
postprocessors:
2626
- HANGING_LANTERNS
2727
structures:
28-
- MOB_SPAWNERS
28+
- SPAWNER_DUNGEONS_NORMAL
2929
- MINESHAFTS

biomes/aether/aether_azure_forest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: AETHER_AZURE_FOREST
22
type: BIOME
33
extends: [ AETHER, AETHER_FOREST, EQ_DEFAULT]
44
color: $biomes/colors.yml:AETHER_AZURE_FOREST
5+
vanilla: minecraft:the_end
56

67
colors:
78
grass: 0x3ccfad

biomes/aether/aether_bumpy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: AETHER_BUMPY
22
type: BIOME
33
extends: [ AETHER ]
44
color: $biomes/colors.yml:AETHER_BUMPY
5+
vanilla: minecraft:the_end
56

67
terrain:
78
sampler:

biomes/aether/aether_cloudlands.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: AETHER_CLOUDLANDS
22
type: BIOME
33
vanilla: minecraft:the_void
44
color: $biomes/colors.yml:AETHER_CLOUDLANDS
5+
vanilla: minecraft:the_end
56

67
terrain:
78
sampler:

biomes/aether/aether_crimson_heights.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: AETHER_CRIMSON_HEIGHTS
22
type: BIOME
33
extends: [ AETHER ]
44
color: $biomes/colors.yml:AETHER_CRIMSON_HEIGHTS
5+
vanilla: minecraft:the_end
56

67
terrain:
78
sampler:

biomes/aether/aether_discus_aether.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: AETHER_DISCUS_AETHER
22
type: BIOME
33
extends: [ AETHER ]
44
color: $biomes/colors.yml:AETHER_DISCUS_AETHER
5+
vanilla: minecraft:the_end
56

67
terrain:
78
sampler:

biomes/aether/aether_driftlands.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: AETHER_DRIFTLANDS
22
type: BIOME
33
extends: [ AETHER ]
44
color: $biomes/colors.yml:AETHER_DRIFTLANDS
5+
vanilla: minecraft:the_end
56

67
terrain:
78
sampler:

0 commit comments

Comments
 (0)