Skip to content

Commit

Permalink
Added Compatibility to Aether 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Builderdog841 committed Oct 16, 2024
1 parent c903c17 commit 2ca8f1b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ mod_authors = Builderdog
mod_description = An exploration Aether Add-On that aims to overhaul the original ideas with modern takes.

## Dependencies
aether_version=1.20.4-1.4.1-neoforge
nitrogen_version=1.20.4-1.1.0-neoforge
cumulus_version=1.20.4-1.0.1-neoforge
aether_version=1.20.4-1.5.0-neoforge
nitrogen_version=1.20.4-1.1.9-neoforge
cumulus_version=1.20.4-1.0.2-neoforge
terrablender_version=1.20.4-3.3.0.12
curios_version=7.3.4+1.20.4
aeroblender_version=4789008
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
"type": "aether:gold_dungeon",
"belowTerrain": 20,
"biomes": "#aether:has_gold_dungeon",
"islandFoliage": "aether:gold_dungeon_island_foliage",
"minY": 96,
"rangeY": 96,
"processor_settings": {
"boss_room_processors": "aether:gold_boss_room",
"island_processors": "aether:gold_island",
"tunnel_processors": "aether:gold_tunnel"
},
"spawn_overrides": {
"aether_aerwhale": {
"bounding_box": "full",
Expand Down Expand Up @@ -55,5 +61,14 @@
}
},
"step": "surface_structures",
"stubFoliage": {
"feature": "aether:golden_oak_tree",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 64
}
]
},
"stubcount": 8
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"biomes": "#aether:has_silver_dungeon",
"maxY": 180,
"minY": 48,
"processor_settings": {
"boss_room_processors": "aether:silver_boss_room",
"floor_processors": "aether:silver_floor",
"generic_room_processors": "aether:silver_room"
},
"rangeY": 128,
"spawn_overrides": {
"aether_aerwhale": {
Expand Down

0 comments on commit 2ca8f1b

Please sign in to comment.