7ea38a9 Mark publish tasks as not compatible with config cache for now
30df64b Enable configuration cache
73286fd Send op permission level 4 in 1.8->1.9 (#4328)
82373ac Add ComponentRewriter#convertLegacyEntityContents, cleanup 1.20.5 rewriter class (#4311)
Moves the value->contents transition for entities to the common rewriter class for VB and cleans up the ComponentRewriter1_20_5 class to use the new handleShowItem
3aa3e3d Update Gradle Wrapper from 8.11.1 to 8.12 (#4327)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
33d2376 Upload artifacts to GitHub on the dev repository (#4325)
5aae4ab Reuse sound rewriter instance in 1.21->1.21.2 (#4323)
e41e8df Fix handshake packet transfer handling (#4317)
60dd681 Don't rewrite and track entity data if unnecessary (#4314)
08b9217 Fix entity defaults across all protocols (#4312)
Minecraft <= 1.13.2 silently ignores unknown entity type ids and doesn't print any warning, while we currently still track them. Minecraft 1.14+ will spawn a pig if the entity type is invalid while we track ENTITY as wrong type. Both cases can cause various entity data issues where the server sends wrong data for non-existing entities while we still handle it.
742911a Use correct entity data types class in Types1_21_4 Fixes painting variants on dropped items
3b27af0 Mark ViaPlatform#isPluginEnabled as deprecated (#4313)
f2456ab Handle supported/primary items in registry data Fixes ViaVersion/ViaBackwards#928
366675f Make pick item provider Folia-compatible
75c6662 Sword blocking: consumables for 1.21.4+, back to shields for 1.20.5-1.21.3 (#4299)
813cf81 Fix method checks in BukkitPickItemProvider (#4301)
037410d Fix item meta not being saved when including block state data (#4298)
c9d5632 Fix slot index check (#4296)