We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc31b52 commit fb895c0Copy full SHA for fb895c0
src/main/resources/fabric.mod.json
@@ -1,9 +1,9 @@
1
{
2
"schemaVersion": 1,
3
- "id": "pommel",
+ "id": "relignite",
4
"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",
+ "name": "Relignite - Model Definition Backport",
+ "description": "Backports the items model definition system added in 1.21.4; Beta version, doesn't include everything and still uses Pommel icon.",
7
"authors": [
8
"TimmyChips"
9
],
@@ -34,7 +34,7 @@
34
"fabricloader": ">=0.15.11",
35
"minecraft": "~1.21",
36
"java": ">=21",
37
- "fabric-api": "*"
+ "fabric-api": ">=0.116.0+1.21.1"
38
},
39
"suggests": {
40
"another-mod": "*"
0 commit comments