[build, minecraft] Publishing as Minecraft Fabric mods
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
plugins {
|
||||
id("de.siphalor.tweed5.base-module")
|
||||
id("de.siphalor.tweed5.minecraft.mod.dummy")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":tweed5-serde-api"))
|
||||
}
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
configurations = setOf()
|
||||
}
|
||||
|
||||
2
tweed5-serde-hjson/gradle.properties
Normal file
2
tweed5-serde-hjson/gradle.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
minecraft.mod.name = Tweed 5 Hjson
|
||||
minecraft.mod.description = Tweed 5 module that supports the Hjson file format.
|
||||
Reference in New Issue
Block a user