Changes
Page history
Update Changelog
authored
Jan 30, 2025
by
wordandahalf
Show whitespace changes
Inline
Side-by-side
Changelog.md
View page @
4f7418c3
...
@@ -2,7 +2,41 @@
...
@@ -2,7 +2,41 @@
(under construction)
(under construction)
## v1.2.0
## v1.2.0
(under construction)
<details><summary>
Changes
</summary>
1.
Complete overhaul of pack generation and management.
2.
Plugin always generates fully-assembled resource pack.
3.
Resources from the vanilla resource pack can be referenced automatically.
4.
Language files are now bundled internally with the plugin and not copied to data folder.
</details>
<details><summary>
Additions
</summary>
1.
Resource pack generation can now be configured to target certain client versions via
`resource-pack.support`
.
2.
Resource pack description can now be configured via
`resource-pack.description`
using MiniMessage markup.
3.
Resources from other packs can be imported using
`resource-pack.resources`
.
4.
MythicHUD can now be used to manage packs generated by other plugins using the
`resource-pack.merge`
configuration option.
5.
Resource pack generation will generate a
`.zip`
archive if
`resource-pack.destination`
ends in
`.zip`
.
6.
Users can now configure z-offset of layers and asset layers.
7.
Users can hide vanilla HUD elements using
`elements`
.
</details>
<details><summary>
Removals
</summary>
1.
Custom fonts are no longer manually configured via separate configuration. Instead, define them in a resource pack and import.
</details>
## v1.0.0
## v1.0.0
<details><summary>
Additions
</summary>
<details><summary>
Additions
</summary>
...
...
...
...