Skip to content
Success

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

Started 2 yr 7 mo ago
Took 11 sec
Build Artifacts
denizen-v1_20-1.2.8-SNAPSHOT-remapped-obf.jar182.04 KiB view
denizen-v1_20-1.2.8-SNAPSHOT.jar190.82 KiB view
denizen-v1_20-1.2.8-SNAPSHOT.pom3.37 KiB view
1.20 part 1: copy 1.19 files
(commit: c77bb78)
git_commits at
1.20 part 2: poms and versions
(commit: a6c9268)
git_commits at
1.20 part 3: make it work
(commit: eba81d1)
git_commits at
MC 1.20.1
(commit: acc0401)
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
Patched malformed text in item lore/display crashing tags (#2494)

(commit: 8366ef0)
noreply at
Player helper cleanup (#2503)

* Initial update/cleanup

* Minor cleanups

* Make `setBossBarTitle` abstract

* Use `ServerPlayer#serverLevel`

* `climbable` -> `climbableBlocks`
(commit: 78a8d1f)
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
Enchantment helper cleanup (#2501)

* Initial update/cleanup

* Add `final` to constants
(commit: 86ce971)
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
Fishing helper cleanup (#2506)

* Initial update/cleanup

* Naming fixes

* `getRandomReward` cleanups
(commit: cb612da)
noreply at