Skip to content

Commit

Permalink
Update placeholder values in fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Jan 2, 2024
1 parent 378c72f commit 6f3c7eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ repositories {
}

loom {
accessWidenerPath = file("src/main/resources/packtest.accesswidener")

splitEnvironmentSourceSets()

mods {
Expand Down
15 changes: 5 additions & 10 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,22 @@
"schemaVersion": 1,
"id": "packtest",
"version": "${version}",
"name": "Example mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"name": "PackTest",
"description": "Testing data packs, with data packs!",
"authors": [
"Me!"
"Misode"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"sources": "https://github.com/misode/packtest"
},
"license": "CC0-1.0",
"license": "MIT",
"icon": "assets/packtest/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.github.misode.packtest.PackTest"
]
},
"accessWidener" : "packtest.accesswidener",
"mixins": [
"packtest.mixins.json"
],
Expand All @@ -28,8 +26,5 @@
"minecraft": "~1.20.4",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
}
3 changes: 0 additions & 3 deletions src/main/resources/packtest.accesswidener

This file was deleted.

0 comments on commit 6f3c7eb

Please sign in to comment.