Skip to content

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jul 21, 2024
1 parent 369e4b3 commit 45bb005
Show file tree
Hide file tree
Showing 19 changed files with 258 additions and 184 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import net.fabricmc.loom.task.RemapJarTask

plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'io.github.ladysnake.chenille' version '0.13.0'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'io.github.ladysnake.chenille' version '0.13.1'
id 'io.github.juuxel.loom-quiltflower' version "1.6.0"
}

Expand Down
11 changes: 8 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
------------------------------------------------------
Version 3.2.0
------------------------------------------------------
- Updated to MC 1.21

------------------------------------------------------
Version 3.1.0
------------------------------------------------------
- Updated to 1.20.6
- Updated to MC 1.20.6

------------------------------------------------------
Version 3.0.1
Expand All @@ -12,13 +17,13 @@ Version 3.0.1
------------------------------------------------------
Version 3.0.0
------------------------------------------------------
- Updated to 1.20.4
- Updated to MC 1.20.4
- **BREAKING (for developers) :** Changed package from `io.github.ladysnake` to `org.ladysnake`

------------------------------------------------------
Version 2.10.2
------------------------------------------------------
- Fixed incompatibility with Effective 3.0
- Fixed incompatibility with Effective 2.2

------------------------------------------------------
Version 2.10.1
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
fabric_version=0.100.4+1.20.6
fabric_version=0.100.7+1.21

# Other Dependencies
jb_annotations_version = 23.0.0
apiguardian_version = 1.1.2

# Mod Properties
mod_version = 3.1.0
mod_version = 3.2.0
maven_group = org.ladysnake
archives_base_name = impersonate

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
cca = "6.0.0"
cca = "6.1.1"
fpa = "0.2-SNAPSHOT"
elmendorf = "0.12.0-SNAPSHOT"
elmendorf = "0.13.0"

[libraries]
cca-base = { module = "org.ladysnake.cardinal-components-api:cardinal-components-base", version.ref = "cca" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 45bb005

Please sign in to comment.