Update development branch #1
3 arquivos alterados com 6 adições e 5 exclusões
Make mod work
commit
b71a0512e5
1
.gitignore
externo
1
.gitignore
externo
|
|
@ -118,3 +118,4 @@ run/
|
|||
!gradle-wrapper.jar
|
||||
/config.json
|
||||
/users.db
|
||||
/auto-whitelist.json
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ dependencies {
|
|||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
compile "org.apache.logging.log4j:log4j-slf4j-impl:2.8.1"
|
||||
compile "org.xerial:sqlite-jdbc:3.34.0"
|
||||
compile('net.dv8tion:JDA:4.2.0_229') {
|
||||
|
||||
include("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")
|
||||
include("org.xerial:sqlite-jdbc:3.34.0")
|
||||
include('net.dv8tion:JDA:4.2.0_229') {
|
||||
exclude module: 'opus-java'
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||
minecraft_version=21w08b
|
||||
yarn_mappings=21w08b+build.2
|
||||
loader_version=0.11.2
|
||||
mod_version=0.1.1
|
||||
mod_version=0.1.2
|
||||
maven_group=com.awakenedredstone
|
||||
archives_base_name=autowhitelist
|
||||
|
||||
|
|
|
|||
Referência em uma nova issue