Skip to content

Commit

Permalink
Merge pull request #363 from MrTroble/fix/1.20.1
Browse files Browse the repository at this point in the history
port changes to 1.20.1
  • Loading branch information
Jeronimo97 authored Apr 9, 2024
2 parents 9fc51e9 + 599a865 commit 5345f7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ if(ver == null)
ver = "dev"
version = ver
group = 'com.troblecodings'
archivesBaseName = 'TC-Redstone-1.20.4'
archivesBaseName = 'TC-Redstone-1.20.1'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: '1.20.4'
mappings channel: 'official', version: '1.20.1'

runs {
client {
Expand Down Expand Up @@ -83,7 +83,7 @@ repositories {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.20.4-49.0.27'
minecraft 'net.minecraftforge:forge:1.20.1-47.2.0'
}

jar {
Expand Down
3 changes: 1 addition & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Changelog

## [1.20.4 - 3.2.2]
## [1.20.1 - 3.2.2]

* port 1.20.4
* rem: debug output

## [1.20.1-3.2.1]
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "GIRC Redstone",
"description": "TC Wireless-Redstone",
"pack_format": 15,
"forge:resource_pack_format": 15,
"forge:data_pack_format": 15
Expand Down

0 comments on commit 5345f7c

Please sign in to comment.