Skip to content

Commit

Permalink
feat: update to forge 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jun 10, 2023
1 parent 1645268 commit ae3c943
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## Changelog

### Features

### Fixes

Closed Issues: None

[Full Changelog](https://github.com/JamCoreModding/right-click-harvest/compare/...)
Update to Forge 1.20.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ println(
)

minecraft {
mappings("official", "1.19.4")
mappings("official", "1.20")

runs {
create("client") {
Expand Down
11 changes: 4 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true

mod_version=3.2.0+1.19.4-forge
release_name=V3.2.0 [1.19.4 Forge]
mod_version=3.2.0+1.20-forge
release_name=V3.2.0 [1.20 Forge]
archive_base_name=right-click-harvest
supported_versions=1.19.4
supported_versions=1.20

curseforge_project_id=452834
curseforge_required_dependencies=jamlib,fabric-api

modrinth_project_id=rightclickharvest
modrinth_required_dependencies=jamlib,fabric-api

github_user=JamCoreModding
github_repo=right-click-harvest
release_branch=main
release_branch=forge-1.20

publish_to_maven=true
Binary file modified src/main/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[versions]
minecraft = "1.19.4-45.0.64"

minecraft = "1.20-46.0.10"

[libraries]
minecraft = { module = "net.minecraftforge:forge", version.ref = "minecraft" }

0 comments on commit ae3c943

Please sign in to comment.