Skip to content

Commit

Permalink
Combine flux back into one module
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Zombii committed Mar 26, 2024
1 parent 5c0b526 commit 54950ac
Show file tree
Hide file tree
Showing 77 changed files with 137 additions and 500 deletions.
3 changes: 0 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fabric/build.gradle.kts → build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import de.undercouch.gradle.tasks.download.Download
import java.net.URI

object Properties {
const val MOD_VERSION = "0.3.4"
const val MOD_VERSION = "0.4.0"
const val MOD_NAME = "FluxAPI"
const val MODID = "fluxapi"
const val MAVEN_GROUP = "dev.crmodders.flux"
Expand Down Expand Up @@ -71,10 +71,11 @@ dependencies {

// Embedded | Project Dependencies
dependencies {
shadow("net.fabricmc:sponge-mixin:0.12.5+mixin.0.8.5")

implementation("org.hjson:hjson:3.1.0")
implementation("org.tinylog:tinylog:1.3.1")
implementation("com.github.tobiasrm:tinylog-coloredconsole:1.3.1")

implementation(project(":common"))
}

base {
Expand Down Expand Up @@ -138,7 +139,6 @@ tasks.processResources {
tasks.register("SetupWorkEnviornment") {
group = "crmodders"

dependsOn("downloadCosmicReach")
dependsOn("downloadLoader")
}

Expand Down
60 changes: 0 additions & 60 deletions common/build.gradle.kts

This file was deleted.

21 changes: 0 additions & 21 deletions common/src/main/java/dev/crmodders/flux/FluxConstants.java

This file was deleted.

89 changes: 0 additions & 89 deletions common/src/main/java/dev/crmodders/flux/menus/BasicMainMenu.java

This file was deleted.

125 changes: 0 additions & 125 deletions common/src/main/java/dev/crmodders/flux/menus/ConfigViewMenu.java

This file was deleted.

2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17
Loading

0 comments on commit 54950ac

Please sign in to comment.