Skip to content

Commit fe81867

Browse files
committed
fixed eureka ships not quite working
1 parent 47a4ed5 commit fe81867

17 files changed

Lines changed: 3 additions & 10 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
modImplementation "maven.modrinth:eureka:1.20.1-fabric-1.5.1-beta.3"
4444
modImplementation "maven.modrinth:valkyrien-sails:1.20.1-0.1.6-fabric"
4545

46-
modImplementation "maven.modrinth:vlib:1.20.1-0.0.7-alpha+fabric"
46+
modImplementation "maven.modrinth:vlib:1.20.1-0.0.11-alpha+fabric"
4747

4848
modImplementation "maven.modrinth:architectury-api:9.2.14+fabric"
4949

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.15.10
1010
fabric_kotlin_version=1.10.19+kotlin.1.9.23
1111

1212
# Mod Properties
13-
mod_version=1.8.0
13+
mod_version=1.8.2
1414
maven_group=ace.actually.pirates
1515
archives_base_name=ValkyrienPirates
1616

src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[[mods]]
99
modId = "pirates"
10-
version = "1.7"
10+
version = "1.8.2"
1111
displayName = "Valkyrien Pirates Forge"
1212
authors = ["Acrogeneous", "G_Mungus", "Quoissant"]
1313
description = '''
@@ -36,13 +36,6 @@ versionRange = "*"
3636
ordering = "NONE"
3737
side = "BOTH"
3838

39-
[[dependencies.pirates]]
40-
modId = "vs_eureka"
41-
mandatory = true
42-
versionRange = "*"
43-
ordering = "NONE"
44-
side = "BOTH"
45-
4639
[[dependencies.pirates]]
4740
modId = "vlib"
4841
mandatory = true
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)