Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Oct 5, 2023
1 parent 58f42a6 commit caf2799
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center"><img src="https://i.imgur.com/SXaePW6.png" alt="Logo" width="200"></p>
<h1 align="center">Create <br>
<h1 align="center">Create Fabric Unofficial<br>
<a href="https://github.com/Creators-of-Create/Create/blob/master/LICENSE"><img src="https://img.shields.io/github/license/Creators-of-Create/Create?style=flat&color=900c3f" alt="License"></a>
<br><br>
<a href="https://fabricmc.net/"><img
Expand Down
18 changes: 1 addition & 17 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,22 +146,6 @@ def recipeViewers(DependencyHandler deps) {
}
}

machete {
enabled = Boolean.getBoolean("PUBLISHING") // only optimize published releases
}

tasks.register("buildOrPublish") {
group = "build"
String mavenUser = System.getenv("MAVEN_USER")
if (mavenUser != null && !mavenUser.isEmpty()) {
dependsOn(tasks.named("publish"))
println("prepared for publish")
} else {
dependsOn(tasks.named("build"))
println("prepared for build")
}
}

sourceSets {
main {
resources {
Expand Down Expand Up @@ -242,5 +226,5 @@ jar {
}

// see gradle/publishing.gradle for publishing
apply from: "gradle/publishing/publishing.gradle"
//apply from: "gradle/publishing/publishing.gradle"
apply from: "gradle/compat/compat.gradle"
11 changes: 5 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"id": "create",
"version": "${version}",

"name": "Create",
"name": "Create Fabric Unofficial",
"description": "Technology that empowers the player.",
"authors": [
"KessokuTeaTime",
"Fabricators of Create",
"Creators of Create"
],
"contact": {
"issues": "https://github.com/Fabricators-of-Create/Create/issues",
"sources": "https://github.com/Fabricators-of-Create/Create"
"issues": "https://github.com/KessokuTeaTime/create-fabric/issues",
"sources": "https://github.com/KessokuTeaTime/create-fabric"
},

"license": "MIT",
Expand Down Expand Up @@ -71,9 +72,7 @@

"breaks": {
"optifabric": "*",
"colormatic": "<=3.1.1",
"iris": "<=1.2.5",
"sodium": ">=0.5.0"
"colormatic": "<=3.1.1"
},

"custom": {
Expand Down

0 comments on commit caf2799

Please sign in to comment.