Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Caltinor committed Nov 29, 2024
1 parent 7eff02e commit 7afd179
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 12 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Changelog

## [1.21.1-2.6.14] - 2024-11-16
## [1.21.1-2.5.15] - 2024-11-29
### Minor Version Changes
- Party Config is now a map of skills and bonuses.
- easy pack config now provides 50% bonus on all skills
- default pack gives 5% for combat and 10% for endurance
- Default data moved to datagen, some values changed to balance them
- Vein base capacity and recharge are now player attributes. The config setting has been removed
- The easy pack now includes an attribute perk to give players the previous minimum values after gaining any mining xp
- players who generated configs will not see this change reflected in their files
- This change reflects a general design choice to move more behavior to attributes
### Bugfixes/Tweaks
- Fixed `negative_effect` script keyword applying to positive effects
- Fixed AutoValue Enable/Disable settings not working
- Fixed an issue with item ID lookups, which included some codebase cleanup on lookups in general
- Fixed the new break speed toggle breaking on dedicated servers
- Added `pmmo:gun` damage type tag, default values from common mods, and a corresponding perk.
- Added `showInList` property to skills which, when set to false, will remove it from the overlay list
- Added `for_damage` list property to damage boost perk which further filters the perks application on damage type
- Added Curios Continuation compat

21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ https://modrinth.com/mod/project-mmo

## Project Version Support Status

|Version|Support Status|Notes|
|:---:|:---|:---|
|1.21.0|Active|recommended version|
|1.20.1|Active|actively supported|
|1.19.4|Use Only|Player assistance, but no codebase updates|
|1.19.2|Use Only|Player assistance, but no codebase updates|
|1.18.2|Use Only|Player assistance, but no codebase updates|
|1.18.2-Legacy|Unsupported||
|1.16.5|Unsupported||
|1.12.2|Unsupported||
| Version | Support Status | Notes |
|:-------------:|:---------------|:-------------------------------------------|
| 1.22.0 | In-Dev | alpha only |
| 1.21.1 | Active | recommended version |
| 1.20.1 | Active | actively supported |
| 1.19.4 | Use Only | Player assistance, but no codebase updates |
| 1.19.2 | Use Only | Player assistance, but no codebase updates |
| 1.18.2 | Use Only | Player assistance, but no codebase updates |
| 1.18.2-Legacy | Unsupported | |
| 1.16.5 | Unsupported | |
| 1.12.2 | Unsupported | |

2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ dependencies {
//compileOnly fg.deobf("curse.maven:ftbf-${projectid_ftbf}:${version_ftbf}")
compileOnly "curse.maven:arch-${projectid_arch}:${version_arch}"
compileOnly "com.blamejared.crafttweaker:CraftTweaker-neoforge-${minecraft_version}:${ct_version}"
compileOnly "curse.maven:curios-${projectid_curios}:${version_curios}"

//runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.7.0.195")
//runtimeOnly "curse.maven:ftbq-${projectid_ftbq}:${version_ftbq}"
Expand All @@ -112,6 +113,7 @@ dependencies {
//runtimeOnly fg.deobf("curse.maven:ftbf-${projectid_ftbf}:${version_ftbf}")
//runtimeOnly "curse.maven:arch-${projectid_arch}:${version_arch}"
//runtimeOnly "com.blamejared.crafttweaker:CraftTweaker-neoforge-${minecraft_version}:${ct_version}"
//runtimeOnly "curse.maven:curios-${projectid_curios}:${version_curios}"
//runtimeOnly fg.deobf('curse.maven:aquaculture-60028:4074684')
//runtimeOnly fg.deobf('curse.maven:twilight-227639:4337394')
//runtimeOnly fg.deobf('curse.maven:travelersbackpack-321117:4595935')
Expand Down
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parchment_mappings_version=2024.11.10
## Mod Properties
mod_id = pmmo
mod_name = Project MMO
mod_version = 2.4.14
mod_version = 2.5.15
mod_license=All Rights Reserved
mod_group_id=java.harmonised.pmmo
mod_authors=Caltinor, Harmony
Expand All @@ -41,3 +41,7 @@ version_arch = 5553800

#CraftTweaker
ct_version = 21.0.5

#Curios
projectid_curios=1037991
version_curios=5888964

0 comments on commit 7afd179

Please sign in to comment.