Skip to content

Commit

Permalink
fix(build): update arch loom and license year
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Mar 26, 2024
1 parent 95b4ece commit 0290031
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 Jamalam
Copyright 2024 Jamalam

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,26 @@ The config can either be changed through a GUI (using Mod Menu on Fabric or the
```json5
{
/* Leave empty to disable the quick connect button
- default: ""
- default: \"\"
*/
"ip": "mc.hypixel.net",
ip: "localhost",
/* - default: 25565
- must be between 0.0 and 65535.0
*/
"port": 25565,
// - default: false
"replaceMultiplayerButton": false,
// - default: ""
"text": "Button Text"
port: 25565,
/* Whether to replace the default multiplayer button on the main menu, or add a new one to its right.
- default: false
*/
replaceMultiplayerButton: true,
/* The text to display on the button. Leave empty to use "Connect".
- default: \"\"
*/
text: "Connect to an Awesome Server",
/* What to do if the server has a resource pack.
- default: PROMPT
- must be one of: ENABLED, DISABLED, PROMPT
*/
resourcePackBehaviour: "ENABLED"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.5-SNAPSHOT" apply false
id "com.github.breadmoirai.github-release" version "2.4.1"
}

Expand Down

0 comments on commit 0290031

Please sign in to comment.