Update Changelogs authored by Ashijin's avatar Ashijin
...@@ -42,7 +42,7 @@ Generation: ...@@ -42,7 +42,7 @@ Generation:
CacheSize: 5 CacheSize: 5
``` ```
### NEW: MCPacks Deployment ### MCPacks Deployment
- Added `MCPACKS` as a resource pack deployment type. - Added `MCPACKS` as a resource pack deployment type.
- Deployment can now return the uploaded pack URL and SHA1 from MCPacks automatically. - Deployment can now return the uploaded pack URL and SHA1 from MCPacks automatically.
...@@ -57,7 +57,7 @@ Generation: ...@@ -57,7 +57,7 @@ Generation:
Force: false Force: false
``` ```
### NEW: Paper Configuration-Phase Pack Sending ### Configuration-Phase Pack Sending
- Added `DuringConfiguration` for sending packs during Paper's configuration phase on supported versions. - Added `DuringConfiguration` for sending packs during Paper's configuration phase on supported versions.
```yaml ```yaml
...@@ -68,7 +68,7 @@ Generation: ...@@ -68,7 +68,7 @@ Generation:
DuringConfiguration: true DuringConfiguration: true
``` ```
### NEW: Overlay Exclusions ### Overlay Exclusions
- Pack overlays are generated for supported versions by default. - Pack overlays are generated for supported versions by default.
- Added `ExcludeOverlays` to opt out of exact versions or ranges. - Added `ExcludeOverlays` to opt out of exact versions or ranges.
...@@ -108,7 +108,6 @@ MenuIcon: ...@@ -108,7 +108,6 @@ MenuIcon:
Model: item/menu_icon_gui Model: item/menu_icon_gui
``` ```
### NEW: Item Model `Composite`
- Added support for item model `Composite` definitions. - Added support for item model `Composite` definitions.
```yaml ```yaml
...@@ -151,7 +150,7 @@ TintedBlade: ...@@ -151,7 +150,7 @@ TintedBlade:
Default: "#FFFFFF" Default: "#FFFFFF"
``` ```
### NEW: Empty Item Model Definitions ### Empty Model Definitions
- Added `Empty: true` for modern item model branches that should intentionally render nothing. - Added `Empty: true` for modern item model branches that should intentionally render nothing.
```yaml ```yaml
...@@ -215,7 +214,7 @@ RubyRing: ...@@ -215,7 +214,7 @@ RubyRing:
EquipSlot: RING EquipSlot: RING
``` ```
### NEW: `InfiniteQuiver` ### `InfiniteQuiver`
- Added `Options.InfiniteQuiver` to allow bows to shoot without consuming arrows. - Added `Options.InfiniteQuiver` to allow bows to shoot without consuming arrows.
- Extended `Options.InfiniteQuiver` support to crossbows. - Extended `Options.InfiniteQuiver` support to crossbows.
...@@ -226,7 +225,7 @@ EndlessBow: ...@@ -226,7 +225,7 @@ EndlessBow:
InfiniteQuiver: true InfiniteQuiver: true
``` ```
### NEW: `PreventBlockInteraction` ### `PreventBlockInteraction`
- Added `Options.PreventBlockInteraction` to stop an item from right-clicking blocks when used. - Added `Options.PreventBlockInteraction` to stop an item from right-clicking blocks when used.
```yaml ```yaml
... ...
......