Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6c9b6af
feat: basic Expanse generation
Builderdog841 May 9, 2026
6d0fb25
feat: basic Undercloud Biome generation, fixed Hestveil Caverns not h…
Builderdog841 May 9, 2026
f02c203
Merge branch '26.1.2-alpha.5' into feat/builderdog/expanse-and-underc…
Builderdog841 Jun 17, 2026
5b53ef1
feat: basic Aercloud Sea generation
Builderdog841 Jun 17, 2026
9d0534c
feat: basic Sunken Islands generation
Builderdog841 Jun 18, 2026
62db63a
fix: fixed Sunken Island Surface Rules
Builderdog841 Jun 18, 2026
58c2258
improv: added the new biomes to the "The world above" advancement
Builderdog841 Jun 19, 2026
5e895b6
improv: improved worldgen performance
Builderdog841 Jun 20, 2026
958dbaa
improv: improved added missing terrain features to expanse biomes
Builderdog841 Jun 20, 2026
f99f26f
improv: tweaked expanse terrain
Builderdog841 Jun 21, 2026
4c49bee
improv: tweaked expanse terrain
Builderdog841 Jun 21, 2026
8d06cc8
improv: shortened expanse islands
Builderdog841 Jun 21, 2026
54a15ba
feat: Royal Stratus Fern
Builderdog841 Jul 4, 2026
af5d926
feat: Cumulus and Cumulonimbus Bush
Builderdog841 Jul 5, 2026
bfec250
feat: Cirrus Succulent
Builderdog841 Jul 5, 2026
9fb0974
feat: set-up basic expanse feature work
Builderdog841 Jul 5, 2026
1dedcfb
feat: more expanse feature work tweaks
Builderdog841 Jul 5, 2026
faf0fad
Merge branch '26.1.2-alpha.5' into feat/builderdog/expanse-and-underc…
bconlon1 Aug 3, 2026
22fccc0
fix: fixed shimmering basin biomes randomly popping up in the void
Builderdog841 Aug 4, 2026
4bf9b51
improv: increased expanse biome scale, aercloud sea biomes now genera…
Builderdog841 Aug 4, 2026
adcbd06
improv: basic expanse vegetation generation
Builderdog841 Aug 4, 2026
7418a63
fix: fixed undercloud and aercloud sea biomes lacking certain tags
Builderdog841 Aug 4, 2026
81bf9f6
improv: improved expanse generation
Builderdog841 Aug 5, 2026
68a13d7
improv: decreased continents cell height for a more accurate aercloud…
Builderdog841 Aug 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"variants": {
"half=lower": {
"model": "aether_ii:block/cirrus_succulent_bottom"
},
"half=upper": {
"model": "aether_ii:block/cirrus_succulent_top"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"variants": {
"half=lower": {
"model": "aether_ii:block/cumulonimbus_bush_bottom"
},
"half=upper": {
"model": "aether_ii:block/cumulonimbus_bush_top"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aether_ii:block/cumulus_bush"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aether_ii:block/royal_stratus_fern"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "aether_ii:item/cirrus_succulent"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "aether_ii:item/cumulonimbus_bush"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "aether_ii:item/cumulus_bush"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "aether_ii:block/royal_stratus_fern"
}
}
15 changes: 14 additions & 1 deletion src/generated/resources/assets/aether_ii/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,24 @@
"attributes.aether_ii.venom_effect_resistance": "%s Buildup Resistance",
"attributes.aether_ii.webbed_effect_resistance": "%s Buildup Resistance",
"attributes.aether_ii.wound_effect_resistance": "%s Buildup Resistance",
"biome.aether_ii.aercloud_sea": "Aercloud Sea",
"biome.aether_ii.arctic_expanse": "Arctic Expanse",
"biome.aether_ii.arctic_undercloud": "Arctic Undercloud",
"biome.aether_ii.battleground_wastes": "Battleground Wastes",
"biome.aether_ii.contaminated_jungle": "Contaminated Jungle",
"biome.aether_ii.enduring_woodland": "Enduring Woodland",
"biome.aether_ii.expanse": "Expanse",
"biome.aether_ii.flourishing_field": "Flourishing Field",
"biome.aether_ii.frigid_sierra": "Frigid Sierra",
"biome.aether_ii.frozen_lakes": "Frozen Lakes",
"biome.aether_ii.glistening_swamp": "Glistening Swamp",
"biome.aether_ii.hestveil_caverns": "Hestveil Caverns",
"biome.aether_ii.highfields_expanse": "Highfields Expanse",
"biome.aether_ii.highfields_undercloud": "Highfields Undercloud",
"biome.aether_ii.irradiated_expanse": "Irradiated Expanse",
"biome.aether_ii.irradiated_undercloud": "Irradiated Undercloud",
"biome.aether_ii.magnetic_expanse": "Magnetic Expanse",
"biome.aether_ii.magnetic_scar": "Magnetic Scar",
"biome.aether_ii.magnetic_undercloud": "Magnetic Undercloud",
"biome.aether_ii.sheer_tundra": "Sheer Tundra",
"biome.aether_ii.shimmering_basin": "Shimmering Basin",
"biome.aether_ii.shrouded_forest": "Shrouded Forest",
Expand Down Expand Up @@ -435,6 +444,7 @@
"block.aether_ii.bryalinn_moss_flowers": "Bryalinn Moss Flowers",
"block.aether_ii.bryalinn_moss_vines": "Bryalinn Moss Vines",
"block.aether_ii.carrion_cutting": "Carrion Cutting",
"block.aether_ii.cirrus_succulent": "Cirrus Succulent",
"block.aether_ii.cloudwool": "Cloudwool",
"block.aether_ii.cloudwool_bedroll": "Cloudwool Bedroll",
"block.aether_ii.cloudwool_carpet": "Cloudwool Carpet",
Expand All @@ -446,6 +456,8 @@
"block.aether_ii.corrobonite_ore": "Corrobonite Ore",
"block.aether_ii.crude_scatterglass": "Crude Scatterglass",
"block.aether_ii.crude_scatterglass_pane": "Crude Scatterglass Pane",
"block.aether_ii.cumulonimbus_bush": "Cumulonimbus Bush",
"block.aether_ii.cumulus_bush": "Cumulus Bush",
"block.aether_ii.curved_arkenium_bars": "Curved Arkenium Bars",
"block.aether_ii.cyan_arilum_lantern": "Cyan Arilum Lantern",
"block.aether_ii.cyan_cloudwool": "Cyan Cloudwool",
Expand Down Expand Up @@ -733,6 +745,7 @@
"block.aether_ii.rotshroom_slab": "Rotshroom Slab",
"block.aether_ii.rotshroom_stem": "Rotshroom Stem",
"block.aether_ii.rotshroom_toadstool": "Rotshroom Toadstool",
"block.aether_ii.royal_stratus_fern": "Royal Stratus Fern",
"block.aether_ii.rusted_ferrosite": "Rusted Ferrosite",
"block.aether_ii.rustic_arkenium_bars": "Rustic Arkenium Bars",
"block.aether_ii.rustic_arkenium_lantern": "Rustic Arkenium Lantern",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "aether_ii:block/template_cirrus_succulent",
"textures": {
"cross": "aether_ii:block/cirrus_succulent_bottom"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "aether_ii:block/template_cirrus_succulent",
"textures": {
"cross": "aether_ii:block/cirrus_succulent_top"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "aether_ii:block/cumulonimbus_bush_bottom"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "aether_ii:block/cumulonimbus_bush_top"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "aether_ii:block/cumulus_bush"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parent": "aether_ii:block/template_royal_stratus_fern",
"textures": {
"base": "aether_ii:block/royal_stratus_fern_base",
"bottom": "aether_ii:block/royal_stratus_fern_bottom",
"leaf": "aether_ii:block/royal_stratus_fern_leaf",
"particle": "aether_ii:block/royal_stratus_fern_base",
"top": "aether_ii:block/royal_stratus_fern_top"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "aether_ii:item/cirrus_succulent"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "aether_ii:item/cumulonimbus_bush"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "aether_ii:block/cumulus_bush"
}
}
171 changes: 171 additions & 0 deletions src/generated/resources/data/aether_ii/advancement/explore_aether.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
{
"parent": "aether_ii:incubate_moa",
"criteria": {
"aercloud_sea": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:aercloud_sea"
}
}
}
]
},
"trigger": "minecraft:location"
},
"arctic_expanse": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:arctic_expanse"
}
}
}
]
},
"trigger": "minecraft:location"
},
"arctic_undercloud": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:arctic_undercloud"
}
}
}
]
},
"trigger": "minecraft:location"
},
"battleground_wastes": {
"conditions": {
"player": [
Expand Down Expand Up @@ -129,6 +177,86 @@
},
"trigger": "minecraft:location"
},
"highfields_expanse": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:highfields_expanse"
}
}
}
]
},
"trigger": "minecraft:location"
},
"highfields_undercloud": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:highfields_undercloud"
}
}
}
]
},
"trigger": "minecraft:location"
},
"irradiated_expanse": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:irradiated_expanse"
}
}
}
]
},
"trigger": "minecraft:location"
},
"irradiated_undercloud": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:irradiated_undercloud"
}
}
}
]
},
"trigger": "minecraft:location"
},
"magnetic_expanse": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:magnetic_expanse"
}
}
}
]
},
"trigger": "minecraft:location"
},
"magnetic_scar": {
"conditions": {
"player": [
Expand All @@ -145,6 +273,22 @@
},
"trigger": "minecraft:location"
},
"magnetic_undercloud": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biomes": "aether_ii:magnetic_undercloud"
}
}
}
]
},
"trigger": "minecraft:location"
},
"sheer_tundra": {
"conditions": {
"player": [
Expand Down Expand Up @@ -298,6 +442,33 @@
[
"battleground_wastes"
],
[
"aercloud_sea"
],
[
"highfields_expanse"
],
[
"magnetic_expanse"
],
[
"arctic_expanse"
],
[
"irradiated_expanse"
],
[
"highfields_undercloud"
],
[
"magnetic_undercloud"
],
[
"arctic_undercloud"
],
[
"irradiated_undercloud"
],
[
"hestveil_caverns"
]
Expand Down
Loading