Skip to content

Commit

Permalink
added the possibility to run this mod on Minecraft version 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Dec 22, 2021
1 parent 94c3413 commit 59a0669
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '0.4.0'
version = '0.4.1'
group = 'com.majruszsaccessories' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'majruszsaccessories-1.18.1'

Expand Down
14 changes: 7 additions & 7 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
modLoader="javafml"
loaderVersion="[39,)"
loaderVersion="[38,)"
license="MIT License"
issueTrackerURL="https://github.com/Majrusz/MajruszsAccessories/issues"

[[mods]]
modId="majruszs_accessories"
version="0.4.0"
version="0.4.1"
displayName="Majrusz's Accessories"
updateJSONURL="https://raw.githubusercontent.com/Majrusz/MajruszsAccessories/1.18.1/update.json"
displayURL="https://www.curseforge.com/minecraft/mc-mods/majruszs-accessories"
Expand All @@ -17,34 +17,34 @@ issueTrackerURL="https://github.com/Majrusz/MajruszsAccessories/issues"
[[dependencies.majruszs_difficulty]]
modId="forge"
mandatory=true
versionRange="[39,)"
versionRange="[38,)"
ordering="NONE"
side="BOTH"

[[dependencies.majruszs_difficulty]]
modId="minecraft"
mandatory=true
versionRange="[1.18.1,1.19)"
versionRange="[1.18,1.19)"
ordering="NONE"
side="BOTH"

[[dependencies.majruszs_difficulty]]
modId="majrusz_library"
mandatory=true
versionRange="[2.7.0,3.0.0)"
versionRange="[2.7.1,3.0.0)"
ordering="NONE"
side="BOTH"

[[dependencies.majruszs_accessories]]
modId="curios"
mandatory=false
versionRange="[1.18.1-5.0.3.0,)"
versionRange="[1.18-5.0.2.4,)"
ordering="AFTER"
side="BOTH"

[[dependencies.majruszs_accessories]]
modId="majruszs_difficulty"
mandatory=false
versionRange="[1.4.0,)"
versionRange="[1.4.1,)"
ordering="AFTER"
side="BOTH"

0 comments on commit 59a0669

Please sign in to comment.