Skip to content

Commit

Permalink
Add Version Check
Browse files Browse the repository at this point in the history
It's not compatible with 1.19.3 and 1.19.4, never was.
  • Loading branch information
TheidenHD committed Jun 16, 2024
1 parent d9e93a7 commit 3a077c9
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,30 @@ issueTrackerURL="https://github.com/Vazkii/Psi"
license="https://psi.vazkii.net/license.php"

[[mods]]
modId="psi"
displayName="Psi"
version="2.0.0"
authors="Vazkii, Wiiv, WireSegal, Kamefrede, Williewillus, Hubry, Dudblockman"
description='''
Psionic Spellcasting Instruments
'''
modId="psi"
displayName="Psi"
version="2.0.0"
authors="Vazkii, Wiiv, WireSegal, Kamefrede, Williewillus, Hubry, Dudblockman"
description='''
Psionic Spellcasting Instruments
'''

[[dependencies.psi]]
modId="patchouli"
mandatory=true
versionRange="[1.19.2-77,)"
side="BOTH"


[[dependencies.psi]]
modId="forge"
mandatory=true
versionRange="[42.2.0,)"
versionRange="[43.3.0,)"
ordering="AFTER"
side="BOTH"

[[dependencies.psi]]
modId="minecraft"
mandatory=true
versionRange="[1.19,1.19.2]"
ordering="NONE"
side="BOTH"

0 comments on commit 3a077c9

Please sign in to comment.