to Database stuff
This commit is contained in:
parent
810ce8adb9
commit
6587d3aff0
5 changed files with 264 additions and 15 deletions
|
@ -22,6 +22,7 @@ dependencies {
|
|||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
include group: 'org.postgresql', name: 'postgresql', version: '42.2.9'
|
||||
|
||||
// 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