Skip to content

Commit

Permalink
rename to autumnal plains
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 19, 2025
1 parent 45c0904 commit 184b406
Show file tree
Hide file tree
Showing 30 changed files with 69 additions and 66 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Put the changelog BELOW the dashes. ANYTHING ABOVE IS IGNORED
hi
-----------------
- Bumped Wilder Wild's protocol version to 12.
- Added the Tundra biome.
- Added the Autumnal Plains biome.
- This biome generates near the colder regions of the world where Plains would be, before the snow takes over.
- Revamped flower distribution and generation.
- Added a new config option to disable Pollen generation.
Expand Down Expand Up @@ -100,7 +100,7 @@ hi
- Rattling sounds are now used as a footstep sound instead of idle sound for Crabs.
- Added the Phlox flower.
- Generates in Birch Forest, Old Growth Birch Forest, and Meadow biomes.
- Generates occasionally in Dark Forest, Swamp, Dying Forest, Maple Forest, and Tundra biomes.
- Generates occasionally in Dark Forest, Swamp, Dying Forest, Maple Forest, and Autumnal Plains biomes.
- Can be crafted into Purple Dye.
- Added the Lantanas flower.
- Generates in Old Growth Birch Forest, Savanna, Dark Forest, and Sunflower Plains biomes.
Expand All @@ -123,7 +123,7 @@ hi
- Caves Temp
- Plays in Frozen Caves, Magmatic Caves, Mesoglea Caves, and Lush Caves biomes.
- Maple Temp
- Plays in Maple Forest and Tundra biomes.
- Plays in Maple Forest and Autumnal Plains biomes.
- Ludocrypt's `Dove` now also plays in Lush Caves.

# Swamp Overhaul
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"values": [
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"values": [
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minecraft:plains",
"minecraft:meadow",
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"required": false
},
{
"id": "wilderwild:tundra",
"id": "wilderwild:autumnal_plains",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public static class BiomeGeneration {
@EntrySyncData("generateSparseForest")
public boolean generateSparseForest = true;

@EntrySyncData("generateTundra")
public boolean generateTundra = true;
@EntrySyncData("generateAutumnalPlains")
public boolean generateAutumnalPlains = true;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -392,24 +392,24 @@ public static void setupEntries(@NotNull ConfigCategory category, @NotNull Confi
"generateMapleForest",
configInstance
);
var tundra = FrozenClothConfig.syncedEntry(
entryBuilder.startBooleanToggle(text("generate_tundra"), modifiedBiomes.generateTundra)
.setDefaultValue(defaultConfig.biomeGeneration.generateTundra)
.setSaveConsumer(newValue -> biomes.generateTundra = newValue)
.setTooltip(tooltip("generate_tundra"))
var generateAutumnalPlains = FrozenClothConfig.syncedEntry(
entryBuilder.startBooleanToggle(text("generate_autumnal_plains"), modifiedBiomes.generateAutumnalPlains)
.setDefaultValue(defaultConfig.biomeGeneration.generateAutumnalPlains)
.setSaveConsumer(newValue -> biomes.generateAutumnalPlains = newValue)
.setTooltip(tooltip("generate_autumnal_plains"))
.requireRestart()
.build(),
biomes.getClass(),
"generateTundra",
"generateAutumnalPlains",
configInstance
);

var biomeGenerationCategory = FrozenClothConfig.createSubCategory(entryBuilder, category, text("biome_generation"),
false,
tooltip("biome_generation"),
aridForest, aridSavanna, birchJungle, birchTaiga, cypressWetlands, darkBirchForest, darkTaiga, dyingForest, dyingMixedForest, flowerField, frozenCaves,
magmaticCaves, mapleForest, mesogleaCaves, mixedForest, oasis, oldGrowthBirchTaiga, oldGrowthDarkForest, oldGrowthSnowyTaiga, parchedForest, rainforest,
semiBirchForest, snowyDyingForest, snowyDyingMixedForest, sparseBirchJungle, sparseForest, temperateRainforest, tundra, warmBeach, warmRiver
aridForest, aridSavanna, generateAutumnalPlains, birchJungle, birchTaiga, cypressWetlands, darkBirchForest, darkTaiga, dyingForest, dyingMixedForest, flowerField,
frozenCaves, magmaticCaves, mapleForest, mesogleaCaves, mixedForest, oasis, oldGrowthBirchTaiga, oldGrowthDarkForest, oldGrowthSnowyTaiga, parchedForest, rainforest,
semiBirchForest, snowyDyingForest, snowyDyingMixedForest, sparseBirchJungle, sparseForest, temperateRainforest, warmBeach, warmRiver
);

var cherryGrove = FrozenClothConfig.syncedEntry(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.SimpleFixes;

public final class WWDataFixer {
public static final int DATA_VERSION = 26;
public static final int DATA_VERSION = 27;

private WWDataFixer() {
throw new UnsupportedOperationException("WWDataFixer contains only static declarations.");
Expand Down Expand Up @@ -203,6 +203,10 @@ public static void applyDataFixes(final @NotNull ModContainer mod) {
schemaV26
);

Schema schemaV27 = builder.addSchema(27, NamespacedSchema::new);
SimpleFixes.addBiomeRenameFix(builder, "Rename tundra to autumnal_plains", Map.of(WWConstants.id("tundra"), WWConstants.id("autumnal_plains")), schemaV27);


QuiltDataFixes.buildAndRegisterFixer(mod, builder);
WWConstants.log("DataFixes for Wilder Wild have been applied", true);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private void generateBiomeTags() {
.addOptional(WWBiomes.SNOWY_DYING_MIXED_FOREST)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.SPARSE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(BiomeTags.IS_OVERWORLD)
.addOptionalTag(WWBiomeTags.WILDER_WILD_BIOMES);
Expand Down Expand Up @@ -216,7 +216,7 @@ private void generateClimateAndVegetationTags() {
.addOptional(WWBiomes.SNOWY_DYING_MIXED_FOREST)
.addOptional(WWBiomes.FROZEN_CAVES)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(ConventionalBiomeTags.IS_WET_OVERWORLD)
.addOptional(WWBiomes.CYPRESS_WETLANDS)
Expand Down Expand Up @@ -415,7 +415,7 @@ private void generateUtilityTags() {
this.getOrCreateTagBuilder(WWBiomeTags.HAS_BUTTERFLY)
.add(Biomes.MEADOW)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_COMMON_BUTTERFLY)
.add(Biomes.FLOWER_FOREST)
Expand All @@ -427,13 +427,13 @@ private void generateUtilityTags() {
.add(Biomes.SUNFLOWER_PLAINS)
.addOptional(WWBiomes.FLOWER_FIELD)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.BUTTERFLY_RED_LACEWING)
.add(Biomes.FLOWER_FOREST)
.addOptional(WWBiomes.FLOWER_FIELD)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.BUTTERFLY_MARBLED)
.add(Biomes.MEADOW)
Expand All @@ -455,10 +455,10 @@ private void generateUtilityTags() {
.add(Biomes.SUNFLOWER_PLAINS)
.addOptional(WWBiomes.FLOWER_FIELD)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.BUTTERFLY_DUSKWING)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_JELLYFISH)
.add(Biomes.WARM_OCEAN)
Expand Down Expand Up @@ -602,7 +602,7 @@ private void generateUtilityTags() {
.addOptionalTag(ConventionalBiomeTags.IS_BIRCH_FOREST)
.addOptional(WWBiomes.FLOWER_FIELD)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.MOOBLOOM_BLUE_ORCHID)
.add(Biomes.FLOWER_FOREST)
Expand All @@ -622,7 +622,7 @@ private void generateUtilityTags() {
this.getOrCreateTagBuilder(WWBiomeTags.MOOBLOOM_PASQUEFLOWER)
.add(Biomes.MEADOW)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_CRAB)
.addOptional(WWBiomes.WARM_BEACH)
Expand Down Expand Up @@ -944,7 +944,7 @@ private void generateFeatureTags() {
this.getOrCreateTagBuilder(WWBiomeTags.PLAINS_GRASS)
.add(Biomes.PLAINS)
.add(Biomes.MEADOW)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_HUGE_RED_MUSHROOM)
.add(Biomes.FOREST)
Expand Down Expand Up @@ -1026,7 +1026,7 @@ private void generateFeatureTags() {
this.getOrCreateTagBuilder(WWBiomeTags.HAS_MARIGOLD_SPARSE)
.addOptional(WWBiomes.DYING_FOREST)
.addOptional(WWBiomes.DYING_MIXED_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_PINK_TULIP_UNCOMMON)
.addOptional(WWBiomes.MAPLE_FOREST);
Expand Down Expand Up @@ -1133,7 +1133,7 @@ private void generateFeatureTags() {
.add(Biomes.FOREST)
.add(Biomes.DARK_FOREST)
.addOptional(WWBiomes.SPARSE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_VERY_RARE_SEEDING_DANDELION)
.add(Biomes.PLAINS);
Expand Down Expand Up @@ -1489,7 +1489,7 @@ private void generateFeatureTags() {
.addOptional(WWBiomes.TEMPERATE_RAINFOREST)
.addOptional(WWBiomes.DYING_FOREST)
.addOptional(WWBiomes.DYING_MIXED_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_GENERIC_FLOWERS)
.add(Biomes.FOREST);
Expand All @@ -1501,8 +1501,8 @@ private void generateFeatureTags() {
.add(Biomes.PLAINS)
.addOptional(WWBiomes.SPARSE_FOREST);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_TUNDRA_FLOWERS)
.addOptional(WWBiomes.TUNDRA);
this.getOrCreateTagBuilder(WWBiomeTags.HAS_AUTUMNAL_PLAINS_FLOWERS)
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_BIRCH_FLOWERS)
.add(Biomes.BIRCH_FOREST)
Expand All @@ -1529,7 +1529,7 @@ private void generateFeatureTags() {
.addOptional(WWBiomes.OLD_GROWTH_BIRCH_TAIGA)
.addOptional(WWBiomes.TEMPERATE_RAINFOREST)
.addOptional(WWBiomes.DARK_TAIGA)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_NEW_RARE_GRASS)
.add(Biomes.WINDSWEPT_FOREST)
Expand Down Expand Up @@ -1677,7 +1677,7 @@ private void generateFeatureTags() {
.add(Biomes.SUNFLOWER_PLAINS)
.add(Biomes.FLOWER_FOREST)
.addOptional(WWBiomes.MAPLE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_COARSE_DIRT_PILE_WITH_DISK)
.addOptional(WWBiomes.DYING_FOREST)
Expand Down Expand Up @@ -1970,7 +1970,7 @@ private void generateFeatureTags() {
.addOptional(WWBiomes.DYING_FOREST)
.addOptional(WWBiomes.DYING_MIXED_FOREST)
.addOptional(WWBiomes.SPARSE_FOREST)
.addOptional(WWBiomes.TUNDRA);
.addOptional(WWBiomes.AUTUMNAL_PLAINS);

this.getOrCreateTagBuilder(WWBiomeTags.HAS_FROZEN_FOREST_GRASS)
.addOptional(WWBiomes.SNOWY_DYING_FOREST)
Expand Down
Loading

0 comments on commit 184b406

Please sign in to comment.