|
|
|
@ -36,9 +36,10 @@ minecraft {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
// fabric loader requires log4j and gson
|
|
|
|
|
// fabric loader requires log4j, guava, and gson
|
|
|
|
|
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.1'
|
|
|
|
|
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8.1'
|
|
|
|
|
implementation 'com.google.guava:guava:28.0-jre'
|
|
|
|
|
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
|
|
|
|
|
|
|
|
|
|
//to change the versions see the gradle.properties file
|
|
|
|
|