Skip to content

Commit

Permalink
Update version to 5.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Dec 21, 2024
1 parent 332cbd9 commit 8056eb4
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 10 deletions.
38 changes: 32 additions & 6 deletions beta_changelogs/5.1.4.md → beta_changelogs/5.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# WIP (5.1.4-pre5 OR 5.1.4-rc1)
# 5.2-rc1

# 5.1.4-pre4
This is the first release candidate for 5.2. 5.1.4 has been re-branded as 5.2 as
the release became a bit bigger than initially anticipated.

## Changelog
- The room with the category chests in the lobby now grows in height dynmaically
depending on the needed amount of space
- Creepers and tnt no longer cause damage in the lobby
- Updated translator credits
- Updated pack and workd icons to reflect item changes
- 1EEFEzBzXBZzUPzCSJOHzNPSFzNPCTzUPzUIFzMPCCZAz3BNFMT1SFiIF2FTUAz7PzUPzUIFzHJUIVCAz7PzUPzDPEFAz3MJDLzPOzUIFzJNBHFTzEJSFDUPSZAziBLFzBzMPPLzBUzuArAz8PQFzUIJTzIFMQTAzLBZzCZF
- sorry this got corrupted
- dont worry about it
- possible characters are `[a-zA-Z0-9 .]`

## Bug Fixes
- Fixed lockout mode not showing team colors on the HUD card when a team got an
item
- Fixed category chests in lobby penetrating the ceiling
- Fixed spawning inside leaves in some spawn points
- Fixed vines not getting replaced by drop chute
- Fixed interaction range not getting reset when joining the game as a spectator
after it already started
- Fixed old skybox remaining when generating new card
- This would lead to a black box hovering underneath the spawn point when re-
generating a card with the same seed again.

# 5.2-pre4 (aka 5.1.4-pre4)

This pre-release brings full 1.21.x compatiblity, and some pale garden
rebalancing
Expand All @@ -24,15 +50,15 @@ mob drops
## Bug Fixes
- Fixed map failing to load in 1.21 and 1.21.1 (#248)

# 5.1.4-pre3
# 5.2-pre3 (aka 5.1.4-pre3)

Pre Release 3 is here to fix one bug from pre2.

## Bug Fixes
- Fixed Chiseled Resin Bricks and Creaking Heart using the wrong icon on the HUD
card

# 5.1.4-pre2
# 5.2-pre2 (aka 5.1.4-pre2)

This pre-release adds compatability with 1.21.4-pre1, adds pale garden items,
and includes some small tweaks
Expand Down Expand Up @@ -78,7 +104,7 @@ to interact with the card from far away.
- Fixed rarity color no longer being shown in item get messages
- Fixed item tooltip missing from item get messages in 5.1.4 versions

# 5.1.4-pre1
# 5.2-pre1 (aka 5.1.4-pre1)

A small pre-release with some fixes, tweaks and a new item!

Expand Down Expand Up @@ -110,7 +136,7 @@ items (#240)
- Fixed item get message showing an outdated item count (#244)
- Fixed trial chambers not being more frequent like other structures (#245)

# 5.1.4-beta1
# 5.2-beta1 (aka 5.1.4-beta1)

5.1.4 will be a feature-wise small release which updates the game to 1.21 with
some technical improvements taking advantage of new Minecraft features, and of
Expand Down
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5.1.4 (WIP)
# 5.2 (WIP)

## Changelog
- The targeted Minecraft version is now 1.21-1.21.4
Expand All @@ -10,10 +10,17 @@ inventory to the player
- This includes bundles, shulker boxes and loaded crossbows
- Item get messages in chat now contain a tooltip with the exact item that was
taken
- The room with the category chests in the lobby now grows in height dynmaically
depending on the needed amount of space
- Creepers and tnt no longer cause damage in the lobby
- Technical Improvements and better Performance
- Removed machinery as command blocks are no longer neccesary
- Command blocks are no longer required to be enabled in a server enviornment
- Updated translations from Crowdin
- 1EEFEzBzXBZzUPzCSJOHzNPSFzNPCTzUPzUIFzMPCCZAz3BNFMT1SFiIF2FTUAz7PzUPzUIFzHJUIVCAz7PzUPzDPEFAz3MJDLzPOzUIFzJNBHFTzEJSFDUPSZAziBLFzBzMPPLzBUzuArAz8PQFzUIJTzIFMQTAzLBZzCZF
- sorry this got corrupted
- dont worry about it
- possible characters are `[a-zA-Z0-9 .]`

## Item Changes

Expand Down Expand Up @@ -187,6 +194,12 @@ custom random number generator in place anymore, and instead the built-in

## Bug Fixes
- Fixed Green Dye having the wrong internal id of `fetchr:lime_dye` (#236)
- Fixed spawning inside leaves in some spawn points
- Fixed vines not getting replaced by drop chute
- Fixed old skybox remaining when generating new card
- This would lead to a black box hovering underneath the spawn point when re-
generating a card with the same seed again.


# 5.1.3

Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions neunscript.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Fetchr",
"version": "5.1.4-pre4",
"version": "5.2-rc1",
"target": "dist",
"vars": {
"version_long_name": "5.1.4 Pre-Release 4",
"rp_version": "27",
"version_long_name": "5.2 Release Candidate 1",
"rp_version": "28",
"realms": false
},
"remove_file_types": [
Expand Down

0 comments on commit 8056eb4

Please sign in to comment.