Skip to content

Commit

Permalink
Merged 1.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed May 28, 2023
1 parent cf2d3aa commit 3899bfd
Show file tree
Hide file tree
Showing 67 changed files with 1,773 additions and 1,851 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [Modrinth](https://modrinth.com/mod/majruszs-accessories)

## Current Library Releases (Source Code)
- [v1.1.4 for Minecraft 1.19.3](https://github.com/Majrusz/MajruszAccessories/tree/1.19.X)
- [v1.1.5 for Minecraft 1.19.3](https://github.com/Majrusz/MajruszAccessories/tree/1.19.X)
- [v0.4.0 for Minecraft 1.18.1](https://github.com/Majrusz/MajruszAccessories/tree/1.18.1) *(not supported anymore)*
- [v0.3.0 for Minecraft 1.17.1](https://github.com/Majrusz/MajruszAccessories/tree/1.17.1) *(not supported anymore)*
- [v0.1.4 for Minecraft 1.16.5](https://github.com/Majrusz/MajruszAccessories/tree/1.16.5) *(not supported anymore)*
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'org.spongepowered.mixin'

version = '1.1.4'
version = '1.1.5'
group = 'com.majruszsaccessories' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'majruszs-accessories-1.19.2'

Expand Down Expand Up @@ -82,8 +82,8 @@ repositories {

dependencies {
minecraft 'net.minecraftforge:forge:1.19.2-43.2.0'
implementation fg.deobf( 'com.mlib:majrusz-library-1.19.2:3.2.0' )
implementation fg.deobf( 'com.mlib:majruszs-difficulty-1.19.2:1.7.0' )
implementation fg.deobf( 'com.mlib:majrusz-library-1.19.2:4.0.0' )
implementation fg.deobf( 'com.mlib:majruszs-difficulty-1.19.2:1.7.4' )
runtimeOnly fg.deobf( "top.theillusivec4.curios:curios-forge:1.19.2-5.1.1.0" )
compileOnly fg.deobf( "top.theillusivec4.curios:curios-forge:1.19.2-5.1.1.0:api" )
}
Expand Down
Binary file removed libs/majrusz-library-1.19.2-3.2.0.jar
Binary file not shown.
Binary file added libs/majrusz-library-1.19.2-4.0.0.jar
Binary file not shown.
Binary file removed libs/majruszs-difficulty-1.19.2-1.7.0.jar
Binary file not shown.
Binary file added libs/majruszs-difficulty-1.19.2-1.7.4.jar
Binary file not shown.
193 changes: 0 additions & 193 deletions src/main/java/com/majruszsaccessories/AccessoryHandler.java

This file was deleted.

Loading

0 comments on commit 3899bfd

Please sign in to comment.