Skip to content

Commit

Permalink
Set compatible with 1.18 - 1.18.2 (previously only 1.18.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwanX1 committed Apr 8, 2022
1 parent 3b7b030 commit c2a3e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.6.0
VERSION=1.6.1
MINECRAFT_VERSION=1.18.2
FORGE_VERSION=40.0.19
MAPPINGS_CHANNEL=official
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml" #mandatory
loaderVersion="[40,)" #mandatory
loaderVersion="[38,)" #mandatory
license="All rights reserved"

[[mods]] #mandatory
Expand Down Expand Up @@ -44,14 +44,14 @@ description='''A small mod that adds unique textures to every Enchanted Book in
[[dependencies.nebs]] #optional
modId="forge" #mandatory
mandatory=true #mandatory
versionRange="[40,)" #mandatory
versionRange="[38,)" #mandatory
ordering="NONE"
side="CLIENT"

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

Expand Down

0 comments on commit c2a3e0b

Please sign in to comment.