Added code from Create. Added Flywheel dependency.

Restructured client and mod events to match create.
Copied accesstransformer. Added Create, CreateClient, ClientEvents and CommonEvents proxies.
This commit is contained in:
Christian Knaapen
2023-01-15 22:21:50 +01:00
parent ea59fef099
commit 064973b07b
92 changed files with 7479 additions and 441 deletions

View File

@@ -109,6 +109,12 @@ repositories {
// flatDir {
// dir 'libs'
// }
//Flywheel
maven {
name "tterrag maven"
url "https://maven.tterrag.com/"
}
}
dependencies {
@@ -128,6 +134,10 @@ dependencies {
// For more info...
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
// http://www.gradle.org/docs/current/userguide/dependency_management.html
//Flywheel
//Versions: https://maven.tterrag.com/com/jozufozu/flywheel/flywheel-forge-1.19.2/
implementation fg.deobf("com.jozufozu.flywheel:flywheel-forge-1.19.2:0.6.8-13")
}
// Example for how to get properties into the manifest for reading by the runtime..