This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
peaceful-enforced/fabric.mod.json

20 lines
528 B
JSON
Raw Normal View History

2024-07-23 19:38:54 +02:00
{
"schemaVersion": 1,
"id": "peaceful_enforced",
"version": "1.0.0",
"name": "Peaceful Enforced",
"description": "Enforces the peaceful difficulty",
"authors": [
"ChaoticByte"
],
"contact": {
"sources": "https://github.com/ChaoticByte/peaceful-enforced",
"issues": "https://github.com/ChaoticByte/peaceful-enforced/issues"
},
"license": "MIT",
"environment": "*",
"depends": {
"minecraft": "1.20.1",
"fabric-resource-loader-v0": "*"
}
}