Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkKronicle committed Oct 29, 2021
1 parent 07c9d0d commit 611417a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ To have the core reference the mod as a module, int `fabric.mod.json` in `custom
}
```

Reference the [example mod](https://github.com/DarkKronicle/AdvancedChatModuleTemplate) for individual use cases.

## Development

To develop all dependencies should automatically be processed through gradle. To ensure code consistency the hook pre-commit.sh can be used. To install the pre-hook run:
To develop, all dependencies should automatically be processed through gradle. To ensure code consistency the hook pre-commit.sh can be used. To install the pre-commit hook run:

`ln -s ../../pre-commit.sh .git/hooks/pre-commit`

Reference the [example mod](https://github.com/DarkKronicle/AdvancedChatModuleTemplate) for individual use cases.

## Credits n' more

Code & Mastermind: DarkKronicle
Expand Down
6 changes: 1 addition & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Done to increase the memory available to gradle.
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.40
loader_version=0.12.3
# Mod Properties
mod_version=1.1.0
mod_version=1.1.1
maven_group=io.github.darkkronicle
archives_base_name=AdvancedChatCore
fabric_api_version=0.41.0+1.17
Expand Down
4 changes: 3 additions & 1 deletion pre-commit.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash
./gradlew spotlessApply
./gradlew spotlessApply
# Restage
git update-index --again
13 changes: 6 additions & 7 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/advancedchatcore",
"sources": "https://github.com/DarkKronicle/AdvancedChat",
"issues": "https://github.com/DarkKronicle/AdvancedChat/issues",
"sources": "https://github.com/DarkKronicle/AdvancedChatCore",
"issues": "https://github.com/DarkKronicle/AdvancedChatCore/issues",
"discord": "https://discord.gg/WnaE3uZxDA"
},
"license": "MPL-v2",
Expand All @@ -34,11 +34,10 @@
"malilib": ">=0.10.0-dev.20"
},
"custom": {
"modmenu:clientsideOnly": true,
"modupdater": {
"strategy": "curseforge",
"projectID": 387825,
"strict": false
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/WnaE3uZxDA"
}
}
}
}

0 comments on commit 611417a

Please sign in to comment.