some performance shit #2 and loading non present players, Refactoring project
This commit is contained in:
parent
8fea7f4701
commit
9af6f4c073
12 changed files with 339 additions and 200 deletions
|
@ -28,7 +28,8 @@ dependencies {
|
|||
include group: 'mysql', name: 'mysql-connector-java', version: '8.0.25'
|
||||
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.25'
|
||||
//modImplementation(group: 'mysql', name: 'mysql-connector-java', version: '8.0.25')
|
||||
|
||||
include group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue