Compatibility
Minecraft: Java Edition
1.21.x
1.20.4
Platforms
Data Pack
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
Bug Fixes
- Removed random Russian "С" characters that replaced English "C" in some advancements.
- Added Dolphin, Squid, and Glow Squid to the advancement "Baby Zoo."
- Added the missing Cave Vine to the advancement "Stop There, You're Tall Enough."
- Fixed a typo in the description of the advancement "What a Mess This Horse Is!"
Changes
- Added support for 1.21.4.
- Added new criteria to advancements with blocks, items, and mobs from 1.21.4.
- Adjusted XP rewards for most advancements to improve balance.
- All advancement names are now written in Title Case.
- In "Ready for Everything," a golden chestplate and netherite leggings were replaced with an elytra and golden leggings.
- Changed the required travel distance for scraping:
- "Ascension Ace" from 100 km -> 10 km.
- "Climb Expert" from 1 km -> 500 m.
- "Ladder Legend" from 10 km -> 3 km.
- Adjusted the required time alive without dying:
- "Eternal Vanguard" from 500 hours -> 200 hours.
- "Master of Survival" from 100 hours -> 50 hours.
- Changed the required number of jumps for "Skyward Legs" from 1,000,000 -> 250,000.
- Moved the advancement "Rainbow!" to the Nether Tab, after the "Light Show" advancement.
Technical Changes
- Added support for BACAP 1.18.
- Function tags are now used instead of overwriting
coop_update
andupdate_score
to allow compatibility with any number of addons (exceptgrant_trophies
, as BACAP currently lacks a function tag for this feature). - Reward functions for advancements are now stored in the namespace
bacaped_rewards
. - Added function tags (e.g.,
#bacaped_fanpacks:adventure/advancement_info
) for each advancement to align with BACAP standards. - Added function tags for:
- 1-second timer (
#bacaped_fanpacks:1sec_timer
) - 10-second timer (
#bacaped_fanpacks:10sec_timer
) - Start timers (
#bacaped_fanpacks:start_timers
)
- 1-second timer (
- Added the prefix
pvd_5_
to technical advancements related topvd_5
.