Skip to content

Commit fb895c0

Browse files
committed
Tweaked fabric.mod.json; still need to change pommel icon
1 parent bc31b52 commit fb895c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"schemaVersion": 1,
3-
"id": "pommel",
3+
"id": "relignite",
44
"version": "${version}",
5-
"name": "Pommel - Held Item Models",
6-
"description": "Allows resource pack creators to overwrite the models for held items and other render modes just like the spyglass and trident",
5+
"name": "Relignite - Model Definition Backport",
6+
"description": "Backports the items model definition system added in 1.21.4; Beta version, doesn't include everything and still uses Pommel icon.",
77
"authors": [
88
"TimmyChips"
99
],
@@ -34,7 +34,7 @@
3434
"fabricloader": ">=0.15.11",
3535
"minecraft": "~1.21",
3636
"java": ">=21",
37-
"fabric-api": "*"
37+
"fabric-api": ">=0.116.0+1.21.1"
3838
},
3939
"suggests": {
4040
"another-mod": "*"

0 commit comments

Comments
 (0)