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