Skip to content

Commit

Permalink
Update for Minecraft 1.20.2.
Browse files Browse the repository at this point in the history
- Update for Minecraft 1.20.2
* Mention Terrestria Reforged in the README.md
  • Loading branch information
gniftygnome committed Sep 21, 2023
1 parent 42e0bec commit d444f3c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center;"><img src="banners/Terrestria-full-2.0.0.png" /></p>
<p style="text-align: center;"><b>NOTE</b>: Terrestria for 1.20 no longer requires TerraBlender.
<p style="text-align: center;"><b>NOTE</b>: Terrestria for 1.20+ no longer requires TerraBlender.
<p style="text-align: center;">Terrestria is a detailed and vibrant biomes mod for Minecraft running on the Fabric mod loader. Terrestria enhances gameplay through the addition of 16 major biomes with several derivative biomes, 9 new wood types, as well as a healthy selection of foliage - providing a refreshing new selection of terrain.</p>
<p style="text-align: center;"><span style="font-size: 14px;"><strong>Terrestria requires <a href="https://fabricmc.net/use/"><img src="banners/fabric-logo.png" height="14"></img> Fabric Loader and Fabric API</a></strong></span></p>
<p style="text-align: center;"><strong>Check out the <a href="https://discord.gg/jEGF5fb">Terraformers Discord Server</a> to chat about Terrestria and other Fabric mods!</strong></p>
Expand Down Expand Up @@ -48,4 +48,8 @@

<br/>

<p style="text-align: center;"><span style="font-size: 14px;"><strong>Terrestria is a mod for Fabric, and there are no plans to port this mod to Forge.</strong></span></p>
<h5 style="text-align: center;">
Terrestria is a mod for Fabric, and there are no plans to port this mod to Forge.<br />
However, another team is maintaining a Forge fork of this mod at <a href="https://legacy.curseforge.com/minecraft/mc-mods/terrestria-reforged">Terrestria Reforged.</a><br />
Terrestria Reforged is unaffiliated with Terraformers, so please do not ask us for support regarding their mod.
</h5>
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ fabric.loom.multiProjectOptimisation=true
maven_group=com.terraformersmc
archive_name=terrestria

minecraft_version=1.20.2-pre4
yarn_mappings=1.20.2-pre4+build.1
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
fabric_version=0.88.4+1.20.2
fabric_version=0.89.1+1.20.2

# Terraform modules
terraform_biome_remapper_api_version=8.0.0-beta.1
terraform_config_api_version=8.0.0-beta.1
terraform_dirt_version=8.0.0-beta.1
terraform_shapes_api_version=8.0.0-beta.1
terraform_surfaces_api_version=8.0.0-beta.1
terraform_tree_api_version=8.0.0-beta.1
terraform_wood_api_version=8.0.0-beta.1
terraform_biome_remapper_api_version=8.0.0
terraform_config_api_version=8.0.0
terraform_dirt_version=8.0.0
terraform_shapes_api_version=8.0.0
terraform_surfaces_api_version=8.0.0
terraform_tree_api_version=8.0.0
terraform_wood_api_version=8.0.0

# Biolith for worldgen module and testing
biolith_version=1.1.0-alpha.1
Expand All @@ -36,14 +36,14 @@ default_release_type=alpha
# CurseForge Metadata
curseforge_slug=terrestria
curseforge_id=323974
curseforge_game_versions=1.20.2-Snapshot, Fabric, Quilt
curseforge_game_versions=1.20.2, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=terrestria
modrinth_id=lsUDPMOT
modrinth_game_versions=1.20.2-pre4
modrinth_game_versions=1.20.2
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api
#modrinth_embedded_dependencies=biolith
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"fabricloader": ">=0.14.11",
"fabric-api": ">=0.85.0",
"minecraft": ">=1.20 <1.21",
"minecraft": ">=1.20.2 <1.21",
"java": ">=17"
}
}

0 comments on commit d444f3c

Please sign in to comment.