Add project files

This commit is contained in:
ChaoticByte 2024-07-23 19:38:54 +02:00
commit e82f1f5cc8
No known key found for this signature in database
8 changed files with 108 additions and 0 deletions

20
fabric.mod.json Normal file
View file

@ -0,0 +1,20 @@
{
"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": "*"
}
}