Skip to content

Commit

Permalink
Merge pull request #177 from CringeStar/1.20.4
Browse files Browse the repository at this point in the history
Minor Changes
  • Loading branch information
CringeStar authored Jun 13, 2024
2 parents 95b5d15 + 4c5f48f commit 51bb1ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ library is distributed via [jitpack.io](https://jitpack.io/#CrimsonDawn45/Fabric

#### put this in gradle.properties
```properties
fabric_shield_lib_version=1.7.2-1.20.2
fabric_shield_lib_version=1.7.2-1.20.4
```

#### build.gradle under repositories just above dependencies
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ publishing {
}
repositories {
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class RendererMixin {

/**
* This whole mixin is dev code and will be made by the player.
* This is now lib code and the player will not have to make this!
*/

@Final
Expand Down

0 comments on commit 51bb1ec

Please sign in to comment.