feat: update
This commit is contained in:
6
common/.classpath
Normal file
6
common/.classpath
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/>
|
||||
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
||||
<classpathentry kind="output" path="bin/default"/>
|
||||
</classpath>
|
||||
17
common/build.gradle.kts
Normal file
17
common/build.gradle.kts
Normal file
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
}
|
||||
}
|
||||
4
common/src/online/mineroo/common/ProtocolConstants.java
Normal file
4
common/src/online/mineroo/common/ProtocolConstants.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package online.mineroo.common;
|
||||
|
||||
public class ProtocolConstants {
|
||||
}
|
||||
BIN
kls_database.db
BIN
kls_database.db
Binary file not shown.
@@ -10,5 +10,7 @@ plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||
}
|
||||
|
||||
rootProject.name = "mineroo-velocity"
|
||||
rootProject.name = "mineroo-minecraft-libraries"
|
||||
|
||||
include("common")
|
||||
include("velocity")
|
||||
|
||||
Reference in New Issue
Block a user