Skip to content

Commit

Permalink
Update to 1.21.3; build for Minecraft Forge.
Browse files Browse the repository at this point in the history
- Update to 1.21.3 (no changes)
- Build for Minecraft Forge
  • Loading branch information
gniftygnome committed Oct 28, 2024
1 parent f3cdf17 commit fca22a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@ org.gradle.daemon=false
archives_base_name=biolith
mod_version=dev
maven_group=com.terraformersmc
#enabled_platforms=fabric,forge,neoforge
enabled_platforms=fabric,neoforge
enabled_platforms=fabric,forge,neoforge

# Common
minecraft_version=1.21.2
yarn_mappings=1.21.2+build.1
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2

# Fabric
fabric_api_version=0.106.1+1.21.2
fabric_api_version=0.107.0+1.21.3
fabric_loader_version=0.16.7

# Forge
forge_version=1.21.3-53.0.5

# NeoForge
neoforge_version=21.2.1-beta
neoforge_version=21.3.4-beta

##
## Dependencies
Expand Down Expand Up @@ -52,14 +51,14 @@ default_release_type=alpha
# CurseForge Metadata
curseforge_slug=biolith
curseforge_id=852512
curseforge_game_versions=1.21.2
curseforge_game_versions=1.21.3
curseforge_required_dependencies=
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=biolith
modrinth_id=iGEl6Crx
modrinth_game_versions=1.21.2
modrinth_game_versions=1.21.3
modrinth_mod_loaders=
modrinth_required_dependencies=

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ pluginManagement {
rootProject.name = "biolith"
include("common")
include("fabric")
//include("forge")
include("forge")
include("neoforge")

0 comments on commit fca22a2

Please sign in to comment.