Skip to content

Commit

Permalink
Update to 1.21.1 (simple version bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Aug 10, 2024
1 parent ebc7729 commit d46f5c1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 deletions.
3 changes: 0 additions & 3 deletions changelog/3.0.0+1.21.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/3.0.1+1.21.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3.0.2+1.21.md

This file was deleted.

1 change: 1 addition & 0 deletions changelog/3.0.3+1.21.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updated to 1.21.1
3 changes: 0 additions & 3 deletions changelog/3.0.3+1.21.md

This file was deleted.

6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.21
yarn_mappings=1.21+build.2
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.15.11

mod_version=3.0.3
maven_group=io.github.mattidragon
archives_base_name=ExtendedDrawers

fabric_version=0.100.3+1.21
fabric_version=0.102.0+1.21.1
graphlib_version=2.0.0+1.21
patchouli_version=1.20.1-81-FABRIC
yacl_version=3.5.0+1.21
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"fabric": ">=0.100.3",
"minecraft": "1.21",
"fabric": ">=0.102.0",
"minecraft": "1.21.1",
"graphlib": "*"
},
"recommends": {
Expand Down

0 comments on commit d46f5c1

Please sign in to comment.