Fix Flywheel JiJ version range

This commit is contained in:
PepperCode1 2022-09-25 12:34:18 -07:00
parent abfb22c396
commit 97906cb4cc
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ dependencies {
jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: '[MC1.19-1.1.5,)') {
jarJar.pin(it, project.registrate_version)
}
jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.5,0.6.6)') {
jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.6,0.6.7)') {
jarJar.pin(it, project.flywheel_version)
}

View File

@ -33,6 +33,6 @@ Technology that empowers the player.'''
[[dependencies.create]]
modId="flywheel"
mandatory=true
versionRange="[0.6.5,0.6.7)"
versionRange="[0.6.6,0.6.7)"
ordering="AFTER"
side="CLIENT"