We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48b337 commit afc254cCopy full SHA for afc254c
build.gradle
@@ -88,3 +88,13 @@ jar {
88
)
89
}
90
91
+
92
93
+processResources {
94
+ inputs.property "mod_version", project.mod_version
95
96
+ filesMatching("rusherhack-plugin.json") {
97
+ expand(mod_version: project.mod_version)
98
+ }
99
+}
100
src/main/resources/rusherhack-plugin.json
@@ -1,3 +1,12 @@
1
{
2
- "Plugin-Class": "ct.ContainerTweaksPlugin"
+ "Plugin-Class": "ct.ContainerTweaksPlugin",
3
+ "Name": "ContainerTweaks",
4
+ "Version": "${mod_version}",
5
+ "Description": "Simple tweaks for moving items in containers",
6
+ "Authors": [
7
+ "rfresh2"
8
+ ],
9
+ "Minecraft-Versions": [
10
+ "1.20.1"
11
+ ]
12
0 commit comments