Skip to content

Commit

Permalink
add: FujiFabric and Fuji
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed May 20, 2024
1 parent 458f486 commit 873119e
Show file tree
Hide file tree
Showing 180 changed files with 38 additions and 10,649 deletions.
29 changes: 29 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,35 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
// Remove the next line if you don't want to depend on the API
modApi "dev.architectury:architectury:${rootProject.architectury_version}"

// fabric-api
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"

compileOnly "org.projectlombok:lombok:${project.lombok_version}"
annotationProcessor "org.projectlombok:lombok:${project.lombok_version}"
testCompileOnly "org.projectlombok:lombok:${project.lombok_version}"
testAnnotationProcessor "org.projectlombok:lombok:${project.lombok_version}"

implementation group: 'com.google.code.gson', name: 'gson', version: "${project.gson_version}"

include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")))

modImplementation("carpet:fabric-carpet:${project.carpet_core_version}")

modImplementation include("me.lucko:fabric-permissions-api:${project.fabric_permissions_version}")
modImplementation include("net.kyori:adventure-platform-fabric:${project.adventure_platform_fabric_version}")
include(implementation "net.kyori:adventure-text-minimessage:${project.adventure_api_version}")
include(implementation "net.kyori:adventure-text-serializer-plain:${project.adventure_api_version}")

modImplementation include("eu.pb4:sgui:${project.sgui_version}")

implementation "me.lucko:spark-api:${project.spark_version}"

include(implementation group: 'org.apache.commons', name: 'commons-compress', version: "${project.apache_commons_compression_version}")
include(implementation group: 'commons-io', name: 'commons-io', version: "${project.apache_commons_io_version}")
include(implementation group: 'org.quartz-scheduler', name: 'quartz', version: "${project.quartz_version}")
include(implementation "org.reflections:reflections:${project.reflections_version}")
include(implementation "org.javassist:javassist:${project.javaassist_version}")
}

publishing {
Expand Down
27 changes: 0 additions & 27 deletions common/src/main/java/net/examplemod/ExampleExpectPlatform.java

This file was deleted.

21 changes: 0 additions & 21 deletions common/src/main/java/net/examplemod/ExampleMod.java

This file was deleted.

4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ dependencies {
// common(project(path: ":fabric-like", configuration: "namedElements")) { transitive false }
// shadowCommon(project(path: ":fabric-like", configuration: "transformProductionFabric")) { transitive false }

// fabric-api
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"

compileOnly "org.projectlombok:lombok:${project.lombok_version}"
annotationProcessor "org.projectlombok:lombok:${project.lombok_version}"
Expand All @@ -77,8 +79,6 @@ dependencies {
include(implementation group: 'org.quartz-scheduler', name: 'quartz', version: "${project.quartz_version}")
include(implementation "org.reflections:reflections:${project.reflections_version}")
include(implementation "org.javassist:javassist:${project.javaassist_version}")


}

processResources {
Expand Down
6 changes: 0 additions & 6 deletions fabric/src/main/java/assets/fuji/Cat.java

This file was deleted.

44 changes: 0 additions & 44 deletions fabric/src/main/java/io/github/sakurawald/Fuji.java

This file was deleted.

16 changes: 0 additions & 16 deletions fabric/src/main/java/io/github/sakurawald/config/Configs.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 873119e

Please sign in to comment.