Releases: eggohito/origins-limiter
Releases · eggohito/origins-limiter
v3.1.0
Changelog
- Renamed
origins-limiter:uninstall
toorigins-limiter:clean_up
- Renamed
origins-limiter:private/update_interval/sync
function toorigins-limiter:private/sync/update_interval
- Changed how config stuff are handled
- Added
replace
boolean fields to origin layers - Added a 3-tick delay before giving the Orb of Origin back
Notes
Releases marked with 'API' is only meant for users that wish to integrate the datapack library into their own datapack.
v3.0.0
v2.3.1
v2.3.0
Changelog:
- Changed the file structure of the pack
- The structure and name of the folders and functions should be pretty consistent now
- Re-did the implementation for the override and cancel features
- You can now choose an origin in a different layer if that layer is not registered in the datapack library. Previously, it would just fully prevent you from having an origin from all layers
v2.2.0
v2.1.0
v2.0.0
Changelog:
- Moved the advancements to
origins
- Since the base origins are added by the
origins
namespace
- Since the base origins are added by the
- Refactored
can_pick
functions- Moved the function files to the
origins
sub-folder - Renamed the score holders to have the
origins
namespace prepended to it
- Moved the function files to the
- Refactored the cancel origin and power files
- To follow the new format:
<namespace>/<layer_name>/cancel.json
- To follow the new format:
- Refactored confirm origin layer
- To follow the new format:
<namespace>/<layer_name>.json
- To follow the new format:
- Refactored the cancel JSON text component
- Change the order of the confirm origin layer
v1.4.0
Changelog:
Nothing much has changed this time, just little tweaks here and there.
- Added
root.msg.cancel
JSON text component in theorigins-limiter:main
storage. Mainly used for displaying a message to a player when cancelling the origin picking process. - Slightly changed semver implementation. It's slightly better than the previous implementation
- Changed names and descriptions of the used origin layers, origins, etc.
- Make the
confirm/origin
origin layer automatically choose an origin, and make it hidden (for 1.17+ only)
Note
origins-limiter_*
should be compatible with 1.17.x and above. If you're still using 1.16.x, please use origins-limiter_1.16_*
!
v1.3.0
Changelog:
- Renamed
.cfg
toconfig
- For consistency with my other packs
- Added
pre
andpost
cancel function tags- For running functions before, or after cancelling the origin. Gives the user a bit more control on events they wish to run upon cancelling the origin picking process