Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 366f257

Browse files
committed
- bump version
1 parent c9a34e8 commit 366f257

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ yarn_mappings=1.16.5+build.10
66
loader_version=0.11.7
77
carpet_core_version=1.4.44+v210714
88

9-
mod_version = 1.0.2
9+
mod_version = 1.0.4
1010
maven_group = jank-addons
1111
archives_base_name = jank-addons

src/main/resources/fabric.mod.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "jankaddons",
4-
"version": "1.0.1",
4+
"version": "1.0.4",
55
"name": "Jank Addons",
66
"description": "Crec0's rules which are missing from official carpet",
77
"authors": [
@@ -25,5 +25,10 @@
2525
"minecraft": "1.16.5",
2626
"fabricloader": ">=0.11.0",
2727
"carpet": ">=1.4.44"
28+
},
29+
"custom": {
30+
"modmenu": {
31+
"parent": "carpet"
32+
}
2833
}
2934
}

0 commit comments

Comments
 (0)