Skip to content

Changes

Started 2 yr 3 mo ago
Took 9.1 sec
(experimental) supply actual block entity values in showfake chunk packet override
(commit: 425dd75)
git_commits at
Rapid packet-based entity data changes (#2540)

* WIP incomplete early work in progress

* Store `DataValue`'s instead of constructing async

* Move command registration

* Initial Mergufication, rename command

* Cleanup handling by directly passing `MapTag`

* Default to linked player

* Initial meta

* Imports

* Less spammy reflection

* Fix arg requirements

* Update entity data Ids

* `sendAsyncSafe` - work without interception

* Fix example

* More accurate delay

* Remove invalid players

* Fix required args min

* Fix display entity ids

* Better document how frames behave

* `@Tags`

* Initial attempt at a language doc

* WHY ENGLISH
(commit: 0f42e74)
noreply at
Add support for Horse inventories (#2558)

* Can now open horse inventory

Command still needs testing and needs to be updated to use `autoExecute`

* Update command to use `autoExecute`

* Move errors and fix slot default value

* Change order of types

`public static` sounds better than `static public` in my opinion

* Fix `expire:` argument throwing an error when it shouldn't

* Cast to `CraftAbstractHorse` and throw exception to prevent NPE

* Update error messages
(commit: 74f28ba)
noreply at