Remove extra label from bukkit command usage string.
This is never actually shown anywhere since we use our own help factory, but
apparently the bukkit api exposes it so... (0ad3ab14 by wizjany)
Add the UPDATE SideEffect to Forge (#2000) (512a07ea by mnmiller1)
Fix error for snapshot restore missing chunk (fb5ec199 by octavia.togami)
Fix for #1983, Use Math.floor instead of int cast (#1986) (3fa364b4 by github)
Bump Paperweight to allow 1.17 adapters from source (92dfe5e4 by mnmiller1)
Fix snapshots in 1.18 (#1959) (9843a4fe by hannos17)
Version bumps for bukkit/fabric 1.18.1 (22816cff by wizjany)
Fix BlockEntity saving on Forge. (bfef9962 by wizjany)
Merge pull request #1939 from EngineHub/snapshot-testing/1.18
1.18 (6e106c16 by wizjany)
Merge branch 'version/7.2.x' into snapshot-testing/1.18 (5ce37d7a by wizjany)
Clean up forge gradle script, apply the chorus plant fix to forge/fabric world. (46de95ff by wizjany)
Bump some versions, fix forge run configs. (a8656c5f by wizjany)
Remove height from //expand vert.
With new world height limits, this will cause more confusion than good.
`//outset -v` or `//expand u,d` can replicate the previous behavior. (f5328271 by wizjany)
Bump version numbers and stuff for 1.18 release. (6760ad71 by wizjany)
Make Paperweight adapter run on 1.18rc3. (979b5227 by wizjany)
Shove 1.17 adapters into a jar to fix the build (44d91b0c by octavia.togami)
Bump paperlib dep.
Fixes a bug with detecting pre-release versions. (1aad9218 by wizjany)
Update paperweight dev bundle (511daa50 by octavia.togami)
If a trace hits the world limit, cancel it (#1942) (29f1c661 by octavia.togami)
Re-add class shutter with tweaks. (#1947)
We want to hide default-package classes, such as "com", "io", etc. which are common names
in Mojang obf classes but also common package names, without hiding generated default-package
classes such as described in #1895.
This reverts commit 6008fe73 (c4074717 by wizjany)
Update Kotlin version so it builds (21e65e39 by octavia.togami)
[Fabric] Update to 1.18-pre4 (953e22fc by octavia.togami)