Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Bump versions and prepare for release.
  • Loading branch information
AnonymousHacker1279 committed Oct 17, 2024
1 parent b208c99 commit 1898059
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
12 changes: 5 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
This minor update fixes a few bugs and tweaks some features.
This minor update fixes a bug and adds some new items to loot tables.

### Feature Changes / Additions

- Soldier-type XP drops are now based on factors including local difficulty, worn armor, and armor/weapon enchantments
- Increase XP drops for berserk Wandering Warriors
- Add Skygazer enchantment caps for Density (5), Wind Burst (10), and Breach (4).
- Add more loot table options for Azul Keystone Fragments to generate in
- Add some IW items to the loot tables for trial chamber vaults
- Add a second recipe for the Bottle of Wine that uses glow berries

### Bugfixes

- Fix soldier-type entities not dropping XP at all
- Fix various parity issues between custom arrow entities and vanilla arrows (for example, fixing the Flame enchantment
on Aurora and Dragon's Breath bows)
- Fix Azul Keystone Fragments being unable to generate in any loot tables
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=true
org.gradle.caching=true
org.gradle.parallel=true
mod_id=immersiveweapons
mod_version=1.21.1-1.30.1
mod_version=1.21.1-1.30.2
mod_group_id=tech.anonymoushacker1279.immersiveweapons
neogradle.subsystems.parchment.minecraftVersion=1.21
neogradle.subsystems.parchment.mappingsVersion=2024.07.28
Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/immersive-weapons",
"promos": {
"1.21.1-latest": "1.21.1-1.30.1",
"1.21.1-recommended": "1.21.1-1.30.1",
"1.21.1-latest": "1.21.1-1.30.2",
"1.21.1-recommended": "1.21.1-1.30.2",
"1.20.4-latest": "1.20.4-1.29.2",
"1.20.4-recommended": "1.20.4-1.29.2",
"1.20.2-latest": "1.20.2-1.28.0",
Expand All @@ -29,6 +29,7 @@
"1.16.4-recommended": "1.16.5-1.1.1"
},
"1.21.1": {
"1.21.1-1.30.2": "Bugfixes and improvements - https://github.com/AnonymousHacker1279/ImmersiveWeapons/releases/tag/v1.30.2",
"1.21.1-1.30.1": "Bugfixes and improvements - https://github.com/AnonymousHacker1279/ImmersiveWeapons/releases/tag/v1.30.1",
"1.21.1-1.30.0": "Initial 1.21.1 release - https://github.com/AnonymousHacker1279/ImmersiveWeapons/releases/tag/v1.30.0"
},
Expand Down

0 comments on commit 1898059

Please sign in to comment.