Add project files
This commit is contained in:
commit
e82f1f5cc8
8 changed files with 108 additions and 0 deletions
20
fabric.mod.json
Normal file
20
fabric.mod.json
Normal 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": "*"
|
||||
}
|
||||
}
|
Reference in a new issue