Skip to content
Success

#1794 (Jul 26, 2023, 6:25:43 AM)

Started 2 yr 6 mo ago
Took 7.1 sec
Build Artifacts
denizen-v1_17-1.2.8-SNAPSHOT-remapped-obf.jar173.59 KiB view
denizen-v1_17-1.2.8-SNAPSHOT.jar182.90 KiB view
denizen-v1_17-1.2.8-SNAPSHOT.pom3.75 KiB view
Denizen v1.2.8
(commit: d3f7325)
git_commits at
Update for 1.19 biome changes (#2492)

* Update for 1.19 biome changes

* Improve deprecated meta

* Flip `temperature` and `humidity`

* Minor cleanups

* Imports

* `LocationTag.temperature/downfall_type`

* Add references in meta

* Remove suppressions
(commit: 5af07fe)
noreply at
Packet helper cleanup (#2502)

* Initial update/cleanup

* Fix `showBlockCrack` Spigot math, remove test code

* Remove `showBlockCrack` testing code

* Imports

* Minor cleanups

* `setVision`: `refreshPlayer` instead of respawn

* Remove `TODO` in `showSignEditor`

* `createEntityData`

* Minor cleanup to `showBlockCrack` conversion
(commit: 70a3e5d)
noreply at
Block helper cleanup (#2500)

* Initial cleanup/updates

* More WIP

* Improve `getMaterialBlockState`

* Restore `makeBlockStateRaw` usage for now

* Remove `FluidState` remapping reflection fix
(commit: c6102db)
noreply at
Entity helper cleanup (#2505)

* Initial cleanup/update

* Update some code to pattern matching

* Cleanup `sendHide/ShowPacket`

* `look`: early return + pattern matching

* Remove redundant `yHeadRot` set in `setHeadAngle`

* Minor `internalLook` cleanup

* Update `getSourceFor` to modern switch syntax

* `getSourceFor`: add some missing sources

* Fix `BLOCK_EXPLOSION` handling

* Minor `getSourceFor` cleanups

* Use modern switch statements in `EntityHelper`

* Better `setFallingBlockType` param name

* Minor `damage` cleanup

Pattern matching, remove redundant variable

* `setUUID`: pattern matching, remove reflection

* Remove `TODO`

* Don't re-grab the instance in `setSneaking`

* use `CraftLocation#toBlockPosition`

* More `instanceof` pattern matching

* Correct param types

* Improve naming

* Meta fix

* `setUUID`: bring back `remove` reflection

* More `instanceof` pattern matching

* `setFallingBlockType`: don't need a `final` setter

* Add comment to `PLAYERLIST_REMOVE`
(commit: 207edc3)
noreply at