Changes
- Updated to Bundles of Bravery
- Replaced potion
item_name
component with acustom_name
component (1.21.2 and 1.21.3 only)- Legacy potions will still work in 1.21.2 and 1.21.3, but their names may be replaced with "Uncraftable Potion"
- I had to do this because Mojang changed the priority of the
item_name
component to be less than "potion names", meaning the name of the potion effect replaces theitem_name
, even if a "potion name" is not defined with thepotion_contents
component.
- Added a 1.21 / 1.21.1 overlay directory
- Added recall potions to Trial Chambers in vault
unique_loot
- They should have the same rarity as the Bolt armor trim
- Replaced
soul_fire_flame
teleport particle withominous_spawning
- Some minuscule performance optimizations with some extra
return run
statements in a couple functions - Cleaned up the files a bit to make maintaining the pack a little easier:
- Sorted most functions into folders
- Added new notes in some function files
- Cleared up some redundant lines
Fixed Bugs
- Portal sound doesn't play when a player is redirected to world spawn from the Nether or End
Known Issues
- In 1.21.2 and 1.21.3, the custom name of the potion is lost after changing it in an anvil
- Updated to 1.21
- Added doors to the safe_spawn_upper and safe_spawn_middle tags
- This means doors will no longer be seen as obstructions for your spawnpoint, and you will be teleported inside them if they're in the way.
- Initial release