Remove 'another-mod' from suggests field in fabric.mod.json (leftover from template) and bump version to 1.0.1

This commit is contained in:
ChaoticByte 2024-09-14 23:02:45 +02:00
parent 1d1510eb0f
commit c97416d113
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -26,7 +26,5 @@
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
"suggests": {}
}