Skip to content

Commit 860c34c

Browse files
committed
add icon
1 parent 8a4b530 commit 860c34c

7 files changed

+6
-4
lines changed
-1.04 MB
Binary file not shown.

assets/every_mob_is_possible.png

-934 KB
Binary file not shown.
Binary file not shown.

assets/logo.png

-844 KB
Loading

assets/use_abilities.png

-1.07 MB
Binary file not shown.

build.gradle

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ buildscript {
33
mavenCentral()
44
gradlePluginPortal()
55
maven { url "https://maven.tocraft.dev/public" }
6+
mavenLocal()
67
}
78
dependencies {
89
classpath group: 'com.diluv.schoomp', name: 'Schoomp', version: '1.2.6'
9-
classpath "dev.tocraft:preprocessor:0.96-SNAPSHOT"
10+
classpath "dev.tocraft:preprocessor:0.111-SNAPSHOT"
1011
}
1112
}
1213

@@ -22,7 +23,6 @@ println()
2223
println "Minecraft: ${project.name} (Java ${project.props.java})"
2324
if (project.props.mappings != null) {
2425
println "├── Parchment: ${project.props.mappings}"
25-
2626
}
2727
if (project.props.fabric != null) {
2828
println "├── Fabric: ${project.props.fabric}"
@@ -52,13 +52,15 @@ apply plugin: "dev.tocraft.preprocessor"
5252

5353
layout.buildDirectory.set(rootDir.toPath().resolve("build/$project.name").toFile())
5454

55+
apply plugin: "dev.tocraft.preprocessor"
56+
5557
subprojects {
58+
layout.buildDirectory.set(parent.layout.buildDirectory.file(project.name).get().asFile)
59+
5660
apply plugin: "dev.architectury.loom"
5761
apply plugin: "maven-publish"
5862
apply plugin: "dev.tocraft.preprocessor"
5963

60-
layout.buildDirectory.set(parent.layout.buildDirectory.file(project.name).get().asFile)
61-
6264
preprocess {
6365
vars.put("MC", project.props.mc_id != null ? project.props.mc_id : project.name.replaceAll(".", ""))
6466
}

common/src/main/resources/icon.png

15.5 KB
Loading

0 commit comments

Comments
 (0)