- Call EntityChangeBlockEvent in BlockTransformer (the replacement for ShovelItem/AxeItem/etc)
- Check all conversions related to API/Event for the inclusion of ConversionTracker
- ServerboundCommandSuggestionPacket - now sender split, keep old paper reduced limit for this or adopt mojangs?
- ReloadableServerRegistries - this logic all appears to have moved downstream and handled by somebody else, somebody with more familiarity with the code should check this
- MinecraftServer.sendSystemMessage - updated to add new prefix, not sure if this is the best place
- MinecraftServer reload - potion mixes
- PotionBrewing was removed in favor of a minecraft potion brewing recipe, the potion brewing recipe api needs to be updated
- CraftEventFactory.handleBlockFormEvent maybe can manage to use the new LevelWriter::setBlockAndUpdate method
- Run test for brigadier command suggestions for checking the last changes related to the context used
- Remove fixFarEndTerrainGeneration config option
- Check MapMeta for the remove of MapItemColor
- All of cook speed multiplier is yanked *for now* but technically would be implementable just fine and might want to make a comeback
