Skip to content

Commit

Permalink
fill in some placeholders and update some links
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 4, 2023
1 parent bc2b807 commit 8e92a36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,13 @@ Built against JDK 17 using gradle and [Fabric-Loom](https://github.com/FabricMC/

Run `./gradlew clean build` (for Windows it's `.\gradlew.bat`) to build the project. The built jar will be in `build/libs`.

### Relevant Links

- Dev Builds: https://ci.citizensnpcs.co/job/Clientizen/
- Discord: https://discord.gg/Q6pZGSR
- Denizen GitHub: https://github.com/DenizenScript/Denizen
- Denizen links directory: https://denizenscript.com/

### Licensing pre-note:

This is an open source project, provided entirely freely, for everyone to use and contribute to.
Expand Down
Binary file modified src/main/resources/assets/clientizen/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Expand Up @@ -3,14 +3,15 @@
"id": "clientizen",
"version": "${version}",
"name": "Clientizen",
"description": "Run DenizenScript on the client with platform-specific features",
"description": "Run Denizen scripts on the client with platform-specific features",
"authors": [
"The Denizen Script team",
"Aya",
"acikek"
],
"contact": {
"homepage": "https://denizenscript.com/",
"sources": "https://github.com/acikek/Clientizen"
"sources": "https://github.com/DenizenScript/Clientizen"
},
"license": "MIT",
"icon": "assets/clientizen/icon.png",
Expand Down

0 comments on commit 8e92a36

Please sign in to comment.