Skip to content

Commit

Permalink
Version 0.1.7.Pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Feb 3, 2024
1 parent cc6cab9 commit 10b2499
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# BedWar Mod - Change Log

## Version 0.1.7.Pre.1
- Adjusted some default overlay positions
- Changed some config order to make more sense
- Removed printing each chat message for debug purposes
- Made game notifications not trigger on yourself

## Version 0.1.6
- Stopped some npc messages being detected as player messages
- Added `/pd` to short party commands
- Added party kick with reason so you can do `/pk calmwolfs low fkdr`
- Added party kick with reason so you can do `/pk CalMWolfs low fkdr`
- And everything from 0.1.6.Pre 1, 2 and 3

## Version 0.1.6.Pre.3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "com.calmwolfs.bedwar"
version = "0.1.6"
version = "0.1.7.Pre.1"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(8))
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/calmwolfs/bedwar/BedWarMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "com.calmwolfs.bedwar.config.gui.ConfigGuiForgeInterop",
version = "0.1.6",
version = "0.1.7.Pre.1",
)
class BedWarMod {
@Mod.EventHandler
Expand Down

0 comments on commit 10b2499

Please sign in to comment.