Skip to content

Commit 7c1a03e

Browse files
committed
Nuke everything
1 parent 292390a commit 7c1a03e

File tree

82 files changed

+81
-3472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+81
-3472
lines changed

build.gradle

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("net.lopymine.mossy-plugin")
2+
id "net.lopymine.mossy-plugin-core" version "$mossy_plugin_version"
33
}
44

55
mossyDependencies {
@@ -10,17 +10,7 @@ mossyDependencies {
1010
fabricLoader = prop("build.fabric_loader")
1111

1212
additional {
13-
// - By default, every additional project dependency ("dep.modId" from gradle.properties) will use
14-
// - Modrinth Maven and "modImplementation" configuration name
15-
// - If you want to override mod configuration name, you can do this:
16-
17-
override("modCompileOnly", "modmenu")
18-
19-
// - It will do this:
20-
// - modImplementation("maven.modrinth:modId:version") -> modCompileOnly("maven.modrinth:modId:version")
21-
22-
// - Or if you want to disable it and handle by yourself, just disable it auto handling:
23-
13+
//override("modCompileOnly", "modmenu")
2414
//disable("just_mod_id")
2515
}
2616
}
@@ -29,6 +19,18 @@ mossyResources {
2919
//expandFiles = ["custom", "file", "patterns", "here"]
3020
}
3121

22+
repositories {
23+
mavenLocal()
24+
maven {
25+
name "Mossy Projects"
26+
url "https://maven.lopymine.net/releases"
27+
}
28+
}
29+
30+
dependencies {
31+
include(modImplementation("net.lopymine:mossylib:${prop("build.mossylib")}-${stonecutter.current.project}"))
32+
}
33+
3234
String prop(String key) {
3335
return findProperty(key).toString()
3436
}

buildSettings/build.gradle

Lines changed: 0 additions & 52 deletions
This file was deleted.

buildSettings/gradle.properties

Lines changed: 0 additions & 13 deletions
This file was deleted.

buildSettings/src/main/java/net/lopymine/mossy/settings/MossySettingsPlugin.java

Lines changed: 0 additions & 86 deletions
This file was deleted.

buildSettings/src/main/java/net/lopymine/mossy/settings/api/FabricDependenciesAPI.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

buildSettings/src/main/java/net/lopymine/mossy/settings/api/JsonHelper.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

buildSettings/src/main/java/net/lopymine/mossy/settings/api/ModrinthDependenciesAPI.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

buildSettings/src/main/java/net/lopymine/mossy/settings/manager/AccessWidenerManager.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

buildSettings/src/main/java/net/lopymine/mossy/settings/manager/StonecutterManager.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)