Skip to content

Commit afc254c

Browse files
committed
update rusherhack-plugin.json
1 parent a48b337 commit afc254c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,13 @@ jar {
8888
)
8989
}
9090
}
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+
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"Plugin-Class": "ct.ContainerTweaksPlugin"
2+
"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+
]
312
}

0 commit comments

Comments
 (0)