Skip to content

Commit

Permalink
Update for Minecraft 1.20.3 and 1.20.4.
Browse files Browse the repository at this point in the history
* Update for Minecraft 1.20.3 and 1.20.4
* Terraform API updates for better mod compatibility.
  • Loading branch information
gniftygnome committed Dec 9, 2023
1 parent e1c77e9 commit 60dd302
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static void populate(FabricDynamicRegistryProvider.Entries entries) {
entries.add(TALL_SWAMP_TREE, configureFeature(Feature.TREE, TraverseFeatureConfigs.TALL_SWAMP_TREE_CONFIG));

/* Lush Vegetation */
entries.add(FLATLANDS_GRASS, configureFeature(Feature.RANDOM_PATCH, ConfiguredFeatures.createRandomPatchFeatureConfig(Feature.SIMPLE_BLOCK, new SimpleBlockFeatureConfig(BlockStateProvider.of(Blocks.GRASS)), List.of(), 32)));
entries.add(FLATLANDS_GRASS, configureFeature(Feature.RANDOM_PATCH, ConfiguredFeatures.createRandomPatchFeatureConfig(Feature.SIMPLE_BLOCK, new SimpleBlockFeatureConfig(BlockStateProvider.of(Blocks.SHORT_GRASS)), List.of(), 32)));
entries.add(LUSH_FLOWERS, configureFeature(Feature.FLOWER, TraverseFeatureConfigs.LUSH_FLOWER_CONFIG));
}

Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ fabric.loom.multiProjectOptimisation=true
maven_group=com.terraformersmc
archive_name=traverse

minecraft_version=23w45a
yarn_mappings=23w45a+build.4
loader_version=0.14.24
terraform_biome_remapper_api_version=9.0.0-alpha.3
terraform_config_api_version=9.0.0-alpha.3
terraform_surfaces_api_version=9.0.0-alpha.3
terraform_tree_api_version=9.0.0-alpha.3
terraform_wood_api_version=9.0.0-alpha.3
fabric_version=0.90.8+1.20.3
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
loader_version=0.15.1
terraform_biome_remapper_api_version=9.0.0-beta.2
terraform_config_api_version=9.0.0-beta.2
terraform_surfaces_api_version=9.0.0-beta.2
terraform_tree_api_version=9.0.0-beta.2
terraform_wood_api_version=9.0.0-beta.2
fabric_version=0.91.1+1.20.3

# Biolith for worldgen module and testing
biolith_version=1.1.0-alpha.5

# TerraBlender for worldgen module and testing
terrablender_version=1.20.2-3.0.0.170
terrablender_version=1.20.3-3.3.0.2

# Project Metadata
project_name=Traverse
Expand All @@ -31,14 +31,14 @@ default_release_type=alpha
# CurseForge Metadata
curseforge_slug=traverse
curseforge_id=308777
curseforge_game_versions=1.20.2, Fabric, Quilt
curseforge_game_versions=1.20.3, 1.20.4, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=traverse
modrinth_id=kXygSBVI
modrinth_game_versions=1.20.2
modrinth_game_versions=1.20.3, 1.20.4
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api
#modrinth_embedded_dependencies=biolith
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"issues": "https://github.com/TerraformersMC/Traverse/issues"
},
"depends": {
"fabricloader": ">=0.14.11",
"fabricloader": ">=0.15",
"fabric-api": ">=0.77.0",
"minecraft": ">=1.20.2 <1.21",
"minecraft": ">=1.20.3 <1.21",
"java": ">=17"
},
"authors": [
Expand Down

0 comments on commit 60dd302

Please sign in to comment.