Skip to content

Commit d71dd1c

Browse files
author
Steviee
committed
Fixed versions
1 parent 46a8227 commit d71dd1c

39 files changed

+16
-13
lines changed

fabric-1.21.3/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.6.11'
2+
id 'fabric-loom' version '1.8.11'
33
}
44

55
archivesBaseName = "Dynmap"
@@ -8,7 +8,7 @@ group = parent.group
88

99
eclipse {
1010
project {
11-
name = "Dynmap(Fabric-1.21)"
11+
name = "Dynmap(Fabric-1.21.3)"
1212
}
1313
}
1414

@@ -36,6 +36,9 @@ dependencies {
3636

3737
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
3838
compileOnly 'net.luckperms:api:5.4'
39+
40+
//implementation 'org.xerial:sqlite-jdbc:3.30.1'
41+
shadow group: 'org.xerial', name: 'sqlite-jdbc', version: '3.30.1'
3942
}
4043

4144
loom {
File renamed without changes.

fabric-1.21.3/src/main/java/org/dynmap/fabric_1_21/DynmapPlugin.java renamed to fabric-1.21.3/src/main/java/org/dynmap/fabric_1_21_3/DynmapPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,4 +793,4 @@ private void loadWorlds() {
793793
}
794794
}
795795
}
796-
}
796+
}
File renamed without changes.
File renamed without changes.

fabric-1.21.3/src/main/java/org/dynmap/fabric_1_21/FabricLogger.java renamed to fabric-1.21.3/src/main/java/org/dynmap/fabric_1_21_3/FabricLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ public void warning(String s) {
4646
public void warning(String s, Throwable t) {
4747
log.warn(DM + s, t);
4848
}
49-
}
49+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)